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" },