Skip to content

Commit bc6e88f

Browse files
committed
chore(main): release 0.11.0
1 parent a38b81d commit bc6e88f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.3"
2+
".": "0.11.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.10.3...v0.11.0) (2025-10-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade Android SDK to 7.0.0 ([#481](https://github.com/googlemaps/react-native-navigation-sdk/issues/481))
9+
10+
### Features
11+
12+
* upgrade Android SDK to 7.0.0 ([#481](https://github.com/googlemaps/react-native-navigation-sdk/issues/481)) ([d22ed47](https://github.com/googlemaps/react-native-navigation-sdk/commit/d22ed4726c86672e16c542d50078fc03d97bb508))
13+
* upgrade iOS SDK version to 10.4.0 ([#482](https://github.com/googlemaps/react-native-navigation-sdk/issues/482)) ([366e0e6](https://github.com/googlemaps/react-native-navigation-sdk/commit/366e0e6cad996756803de347ee68d8502614b13d))
14+
15+
16+
### Reverts
17+
18+
* "feat: upgrade iOS SDK version to 10.4.0 ([#482](https://github.com/googlemaps/react-native-navigation-sdk/issues/482))" ([#488](https://github.com/googlemaps/react-native-navigation-sdk/issues/488)) ([a38b81d](https://github.com/googlemaps/react-native-navigation-sdk/commit/a38b81d546b69868cabbfbc92b4a61da8f0712cb))
19+
320
## [0.10.3](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.10.2...v0.10.3) (2025-09-19)
421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googlemaps/react-native-navigation-sdk",
3-
"version": "0.10.3",
3+
"version": "0.11.0",
44
"author": "Google",
55
"description": "A React Native library for Navigation SDK on Google Maps Platform",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)