diff --git a/CHANGELOG.md b/CHANGELOG.md index c517dcac6..cdf3b3297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ PR Title ([#123](link to my pr)) ``` +## 10.0.0-alpha.21 + +fix: Call requestProgress when getting pack status on IOS + example improvement [#445](https://github.com/maplibre/maplibre-react-native/pull/445) + ## 10.0.0-alpha.20 fix: fix style expressions, revert changes to scripts/autogenHelpers/globals.js ([#466](https://github.com/maplibre/maplibre-react-native/pull/466)) @@ -36,7 +40,6 @@ fix: [disable code signing for release builds](<[#450](https://github.com/maplib fix: [disable library code signing](<[#447](https://github.com/maplibre/maplibre-react-native/pull/447)>) feat: [feat: yarn monorepo](<[#441](https://github.com/maplibre/maplibre-react-native/pull/441)>) -fix: Call requestProgress when getting pack status on IOS + example improvement [#445](https://github.com/maplibre/maplibre-react-native/pull/445) ## 10.0.0-alpha.13 diff --git a/package.json b/package.json index 44e31a8d1..c8c3bda76 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.20", + "version": "10.0.0-alpha.21", "publishConfig": { "access": "public" },