Skip to content

Commit 4439d2d

Browse files
committed
Chore: bump 10.0.0-alpha.5
1 parent 698b558 commit 4439d2d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

8-
Fix: [android example crashing](https://github.com/maplibre/maplibre-react-native/pull/372) on launch
8+
## 10.0.0-alpha.5
99
Fix: [remove AbortController test mock](https://github.com/maplibre/maplibre-react-native/pull/403)
10+
Fix: [ExpoPlugin after Class renaming](thttps://github.com/maplibre/maplibre-react-native/pull/405)
11+
Fix: [android example crashing](https://github.com/maplibre/maplibre-react-native/pull/372) on launch
1012

1113
## 10.0.0-alpha.4
1214
Update maplibre-native to use [new metal renderer on iOS](https://github.com/maplibre/maplibre-native/releases/tag/ios-v6.4.0)

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.4",
4+
"version": "10.0.0-alpha.5",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)