Skip to content

Commit

Permalink
chore: release 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdicus committed Aug 20, 2021
1 parent a7a1af7 commit 80546b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Please add unreleased changes in the following style:
PR Title ([#123](link to my pr))
```

---

## 8.3.0

Fix TypeScript type for Callout's textStyle prop ([#1450](https://github.com/react-native-mapbox-gl/maps/pull/1450))
Build(ios): pin maplibre version to 5.12.0 ([#1454](https://github.com/react-native-mapbox-gl/maps/pull/1454))
Update geoUtils helpers types to correspond with `turf/helpers` ([#1455](https://github.com/react-native-mapbox-gl/maps/pull/1455))
Expand All @@ -26,8 +30,6 @@ Style: run yarn lint ([#1486](https://github.com/react-native-mapbox-gl/maps/pul
Test: add unit tests for component light ([#1489](https://github.com/react-native-mapbox-gl/maps/pull/1489))
Feat: add Adds getClusterChildren method to ShapeSource ([#1495](https://github.com/react-native-mapbox-gl/maps/pull/1495))

---

## 8.2.1

fix issue when publishing to npm with `prepare` script
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-mapbox-gl/maps",
"description": "A Mapbox GL react native module for creating custom maps",
"version": "8.2.1",
"version": "8.3.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 80546b5

Please sign in to comment.