From ffb9b8e7c9bd3492abd4ca3961398faa7ef68a20 Mon Sep 17 00:00:00 2001 From: Ty Rauber Date: Mon, 25 Nov 2024 08:53:14 +0100 Subject: [PATCH] chore: 10.0.0-alpha.27 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7000a405b..7d06d99c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ PR Title ([#123](link to my pr)) ``` +## 10.0.0-alpha.27 + +fix: use UIManager exported from react-native ([#511](https://github.com/maplibre/maplibre-react-native/pull/511)) + ## 10.0.0-alpha.26 chore: upgrade Expo SDK 52 ([489](https://github.com/maplibre/maplibre-react-native/pull/489)) diff --git a/package.json b/package.json index bdfd5c817..166f31d1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-react-native", "description": "React Native library for creating maps with MapLibre Native for Android & iOS", - "version": "10.0.0-alpha.26", + "version": "10.0.0-alpha.27", "publishConfig": { "access": "public" },