We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab816d commit 6feb152Copy full SHA for 6feb152
CHANGELOG.md
@@ -7,6 +7,10 @@ PR Title ([#123](link to my pr))
7
8
---
9
10
+## 8.2.1
11
+
12
+fix issue when publishing to npm with `prepare` script
13
14
## 8.2.0
15
16
getClusterLeaves method for ShapeSource ([#1411](https://github.com/react-native-mapbox-gl/maps/pull/1411))
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@react-native-mapbox-gl/maps",
3
"description": "A Mapbox GL react native module for creating custom maps",
4
- "version": "8.2.0",
+ "version": "8.2.1",
5
"publishConfig": {
6
"access": "public"
},
0 commit comments