From 4490483c622bb3c811b527d1fbdd7ba2bd05601a Mon Sep 17 00:00:00 2001 From: Ty Rauber Date: Thu, 4 Jul 2024 10:02:21 +0200 Subject: [PATCH] chore: bump 10.0.0-alpha.6 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aefe6db0..fc2b0bdb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Please add unreleased changes in the following style: PR Title ([#123](link to my pr)) ``` +## 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)) ## 10.0.0-alpha.5 diff --git a/package.json b/package.json index 2462e24f0..f7986a5e5 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.5", + "version": "10.0.0-alpha.6", "publishConfig": { "access": "public" },