Skip to content

Commit dba34e9

Browse files
chore(main): release 0.12.0
1 parent 3032359 commit dba34e9

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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.11.0"
2+
".": "0.12.0"
33
}

CHANGELOG.md

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

3+
## [0.12.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.11.0...v0.12.0) (2025-11-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `no_destinations` error string on iOS is changed to `NO_DESTINATIONS`, matching other error code formats and Android implementation
9+
10+
### Features
11+
12+
* support for setting map color schema ([#500](https://github.com/googlemaps/react-native-navigation-sdk/issues/500)) ([6e0cd58](https://github.com/googlemaps/react-native-navigation-sdk/commit/6e0cd587a1a7ce5cefa1e6a592fd74e16a3983d7))
13+
* support mapId ([#495](https://github.com/googlemaps/react-native-navigation-sdk/issues/495)) ([d639fe4](https://github.com/googlemaps/react-native-navigation-sdk/commit/d639fe4e5f5a9d4a70908a542cb9d0887a41f280))
14+
* upgrade Android SDK to version 7.2.0 ([#506](https://github.com/googlemaps/react-native-navigation-sdk/issues/506)) ([3032359](https://github.com/googlemaps/react-native-navigation-sdk/commit/3032359e9085a0adbf2a62de52a4c1cf3f3c431d))
15+
16+
17+
### Bug Fixes
18+
19+
* iOS navigation session attachment and detachment ([#497](https://github.com/googlemaps/react-native-navigation-sdk/issues/497)) ([cc0aae1](https://github.com/googlemaps/react-native-navigation-sdk/commit/cc0aae12c6294e667b5f561f4f81342ee90143fa))
20+
* navigation session error handling ([#502](https://github.com/googlemaps/react-native-navigation-sdk/issues/502)) ([a8ddabb](https://github.com/googlemaps/react-native-navigation-sdk/commit/a8ddabbf082c30a00350ace2dda3371d34cf15c7))
21+
* resolve map view initialization timing issue ([#504](https://github.com/googlemaps/react-native-navigation-sdk/issues/504)) ([3c46f4d](https://github.com/googlemaps/react-native-navigation-sdk/commit/3c46f4d2d16553b4529a3fa6efba1fb929cc8ca0))
22+
323
## [0.11.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.10.3...v0.11.0) (2025-10-13)
424

525

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.11.0",
3+
"version": "0.12.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)