From 5d6cac00b5cec6c1922f8c90cee5efd22658c9e0 Mon Sep 17 00:00:00 2001 From: Ty Rauber Date: Fri, 12 Jul 2024 10:53:31 +0200 Subject: [PATCH] chore: Bump 10.0.0-alpha.7 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2b0bdb2..36759b9c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ Please add unreleased changes in the following style: PR Title ([#123](link to my pr)) ``` +## 10.0.0-alpha.7 + +feat: [Migrate MapView to react function component (#408)](https://github.com/maplibre/maplibre-react-native/pull/408) + ## 10.0.0-alpha.6 fix: [cameraRef?.current?.setCamera causing markerpoint get detached from maps-base](https://github.com/maplibre/maplibre-react-native/issues/409) fix: round compass margins and attribution position to nearest integers [android] ([#294](https://github.com/maplibre/maplibre-react-native/pull/294)) diff --git a/package.json b/package.json index e06a21b33..ebf4f7058 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.6", + "version": "10.0.0-alpha.7", "publishConfig": { "access": "public" },