From 9a48139120ffdd5628726411a67b4a0932b434ea Mon Sep 17 00:00:00 2001 From: Ty Rauber Date: Thu, 29 Feb 2024 11:46:49 +0100 Subject: [PATCH] chore: 10.0.0-alpha.2 release (#267) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2bed0497..c6e86268c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ Please add unreleased changes in the following style: PR Title ([#123](link to my pr)) ``` +## 10.0.0-alpha.2 + Fix: Duplicated Signature issue with Xcode 15 ([#238](https://github.com/maplibre/maplibre-react-native/pull/238)) +Update download-style-spec.sh ([#163](https://github.com/maplibre/maplibre-react-native/pull/163)) Update react-maplibre ([#34](https://github.com/maplibre/maplibre-react-native/issues/34)) chore: update support libraries ([#121](https://github.com/maplibre/maplibre-react-native/pull/121)). diff --git a/package.json b/package.json index e1ba912f7..1662b3a18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-react-native", "description": "A MapLibre GL Native plugin for creating maps in React Native", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "publishConfig": { "access": "public" },