Skip to content

Commit

Permalink
Release: 10.0.0-alpha.1 (#260)
Browse files Browse the repository at this point in the history
* chore: update release note & version in package.json

* chore: make version semver compatible
  • Loading branch information
sarahsporck authored Feb 2, 2024
1 parent b697978 commit ccde19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Please add unreleased changes in the following style:
PR Title ([#123](link to my pr))
```

## 10.0.0-alpha.1

fix: plugin for debug simulator ([#164](https://github.com/maplibre/maplibre-react-native/pull/164)

## 10.0-alpha.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": "10.0-alpha.0",
"version": "10.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit ccde19d

Please sign in to comment.