Skip to content

Commit

Permalink
update release note & version in package.json (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsporck authored Jan 29, 2024
1 parent 3134696 commit 62f118f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ Please add unreleased changes in the following style:
PR Title ([#123](link to my pr))
```

## 10.0-alpha.0

chore: update detox ([#207](https://github.com/maplibre/maplibre-react-native/pull/207))
chore: update expo-config and expo-scripts ([#47](https://github.com/maplibre/maplibre-react-native/pull/104) and [#69](https://github.com/maplibre/maplibre-react-native/pull/69))
chore: update prettier and eslint-plugin-prettier ([#111](https://github.com/maplibre/maplibre-react-native/pull/111))
feat: **breaking** migrate repo to typescript ([#55](https://github.com/maplibre/maplibre-react-native/pull/55))

## 9.1.0

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": "@maplibre/maplibre-react-native",
"description": "A MapLibre GL Native plugin for creating maps in React Native",
"version": "9.1.0",
"version": "10.0-alpha.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 62f118f

Please sign in to comment.