Skip to content

Commit

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

### Features

* remove Style component ([#547](#547)) ([9d4c458](9d4c458))

### BREAKING CHANGES

* Remove `Style` component, use `styleJSON` of `MapView` instead
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent 9d4c458 commit 1469f3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [10.0.0-beta.7](https://github.com/maplibre/maplibre-react-native/compare/v10.0.0-beta.6...v10.0.0-beta.7) (2024-12-09)


### Features

* remove Style component ([#547](https://github.com/maplibre/maplibre-react-native/issues/547)) ([9d4c458](https://github.com/maplibre/maplibre-react-native/commit/9d4c458b26a1ace046e8da0e3b974233cec946b2))


### BREAKING CHANGES

* Remove `Style` component, use `styleJSON` of `MapView` instead

# [10.0.0-beta.6](https://github.com/maplibre/maplibre-react-native/compare/v10.0.0-beta.3...v10.0.0-beta.6) (2024-12-09)


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.6",
"version": "10.0.0-beta.7",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down

0 comments on commit 1469f3f

Please sign in to comment.