Skip to content

Commit 5d6cac0

Browse files
committed
chore: Bump 10.0.0-alpha.7
1 parent 8bebd49 commit 5d6cac0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Please add unreleased changes in the following style:
55
PR Title ([#123](link to my pr))
66
```
77

8+
## 10.0.0-alpha.7
9+
10+
feat: [Migrate MapView to react function component (#408)](https://github.com/maplibre/maplibre-react-native/pull/408)
11+
812
## 10.0.0-alpha.6
913
fix: [cameraRef?.current?.setCamera causing markerpoint get detached from maps-base](https://github.com/maplibre/maplibre-react-native/issues/409)
1014
fix: round compass margins and attribution position to nearest integers [android] ([#294](https://github.com/maplibre/maplibre-react-native/pull/294))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@maplibre/maplibre-react-native",
33
"description": "A MapLibre GL Native plugin for creating maps in React Native",
4-
"version": "10.0.0-alpha.6",
4+
"version": "10.0.0-alpha.7",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)