Skip to content

Commit

Permalink
chore(release): 10.0.0-beta.3 [skip ci]
Browse files Browse the repository at this point in the history
# [10.0.0-beta.3](v10.0.0-beta.2...v10.0.0-beta.3) (2024-12-08)

### Features

* export RegionPayload and MapLibreRNEvent types ([#544](#544)) ([b342f1b](b342f1b))
* remove duplicate of `OfflinePackStatus` type ([#542](#542)) ([9e231b7](9e231b7))

### BREAKING CHANGES

* Replace OfflineProgressStatus with OfflinePackStatus
  • Loading branch information
semantic-release-bot committed Dec 8, 2024
1 parent 24bfea8 commit 4c10a4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [10.0.0-beta.3](https://github.com/maplibre/maplibre-react-native/compare/v10.0.0-beta.2...v10.0.0-beta.3) (2024-12-08)


### Features

* export RegionPayload and MapLibreRNEvent types ([#544](https://github.com/maplibre/maplibre-react-native/issues/544)) ([b342f1b](https://github.com/maplibre/maplibre-react-native/commit/b342f1b5c82fe3d8bb1a353ebb33c3df26d47532))
* remove duplicate of `OfflinePackStatus` type ([#542](https://github.com/maplibre/maplibre-react-native/issues/542)) ([9e231b7](https://github.com/maplibre/maplibre-react-native/commit/9e231b79ed5f8d7c03189cd7e2264fb0a2dcf1c9))


### BREAKING CHANGES

* Replace OfflineProgressStatus with OfflinePackStatus

# [10.0.0-beta.2](https://github.com/maplibre/maplibre-react-native/compare/v10.0.0-beta.1...v10.0.0-beta.2) (2024-12-08)


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": "React Native library for creating maps with MapLibre Native for Android & iOS",
"version": "10.0.0-beta.2",
"version": "10.0.0-beta.3",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down

0 comments on commit 4c10a4d

Please sign in to comment.