Skip to content

Commit

Permalink
chore(release): 10.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.1.0](v10.0.1...v10.1.0) (2025-02-25)

### Bug Fixes

* usage of PMTiles on iOS 17 through VectorSource with NSString ([#625](#625)) ([f9d0823](f9d0823))

### Features

* allow configuration of Android SDK variant ([#622](#622)) ([6bc5fec](6bc5fec))
* upgrade MapLibre Native Android (11.8.1) & iOS (6.11.0) ([#650](#650)) ([0053ee7](0053ee7))
  • Loading branch information
semantic-release-bot committed Feb 25, 2025
1 parent 6dcdcc7 commit c68be42
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.1.0](https://github.com/maplibre/maplibre-react-native/compare/v10.0.1...v10.1.0) (2025-02-25)


### Bug Fixes

* usage of PMTiles on iOS 17 through VectorSource with NSString ([#625](https://github.com/maplibre/maplibre-react-native/issues/625)) ([f9d0823](https://github.com/maplibre/maplibre-react-native/commit/f9d0823b3e4063dc89a35502d321d5d84bb37dc1))


### Features

* allow configuration of Android SDK variant ([#622](https://github.com/maplibre/maplibre-react-native/issues/622)) ([6bc5fec](https://github.com/maplibre/maplibre-react-native/commit/6bc5fec6b7c0bf63cd48bd5aa8d3f877dc2e70d2))
* upgrade MapLibre Native Android (11.8.1) & iOS (6.11.0) ([#650](https://github.com/maplibre/maplibre-react-native/issues/650)) ([0053ee7](https://github.com/maplibre/maplibre-react-native/commit/0053ee779d77240d599a819dd1bc640092eb52c6))

## [10.0.1](https://github.com/maplibre/maplibre-react-native/compare/v10.0.0...v10.0.1) (2025-01-21)


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

0 comments on commit c68be42

Please sign in to comment.