From e028236899766f29a3b821e3d1245826e74b387c Mon Sep 17 00:00:00 2001 From: Ty Rauber Date: Mon, 9 Sep 2024 17:05:23 +0200 Subject: [PATCH] chore: bump 10.0.0-alpha.12 --- CHANGELOG.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c29d12a43..be1d794ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,16 @@ Please add unreleased changes in the following style: PR Title ([#123](link to my pr)) -Remove deprecated defaultProps for functional component ([#431](https://github.com/maplibre/maplibre-react-native/pull/431)) ``` -feat: [feat: extract android UserLocation FPS]([#428](https://github.com/maplibre/maplibre-react-native/pull/428)) +## 10.0.0-alpha.12 + +Specify in install.md the correct SPM variable name to use a different native iOS library version +([#438](https://github.com/maplibre/maplibre-react-native/pull/438)) + +Remove deprecated defaultProps for functional component ([#431](https://github.com/maplibre/maplibre-react-native/pull/431)) + +feat: [feat: extract android UserLocation FPS](<[#428](https://github.com/maplibre/maplibre-react-native/pull/428)>) ## 10.0.0-alpha.11 diff --git a/package.json b/package.json index 020767d7f..f1d50080c 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.11", + "version": "10.0.0-alpha.12", "publishConfig": { "access": "public" },