Skip to content

Commit e8caa4d

Browse files
chore(main): release 0.16.0 (#598)
1 parent 420a5fe commit e8caa4d

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

.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.15.3"
2+
".": "0.16.0"
33
}

CHANGELOG.md

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

3+
## [0.16.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.15.3...v0.16.0) (2026-05-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* speedLimitIconEnabled and speedometerEnabled prop value now defaults to false to match the platform SDK implementations.
9+
10+
### Bug Fixes
11+
12+
* change the fabric codegen defaults to match the native SDKs ([#596](https://github.com/googlemaps/react-native-navigation-sdk/issues/596)) ([420a5fe](https://github.com/googlemaps/react-native-navigation-sdk/commit/420a5fe2952eab5243f2f97a9f119826e418e054))
13+
314
## [0.15.3](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.15.2...v0.15.3) (2026-05-19)
415

516

android/src/main/java/com/google/android/react/navsdk/SdkVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/** SDK version constants for internal usage attribution. */
2020
public final class SdkVersion {
21-
public static final String VERSION = "0.15.3"; // {x-release-please-version}
21+
public static final String VERSION = "0.16.0"; // {x-release-please-version}
2222

2323
public static final String ATTRIBUTION_ID =
2424
"gmp_git_reactnativenavigationsdk_v" + VERSION + "_android";

ios/react-native-navigation-sdk/SdkVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
#import <Foundation/Foundation.h>
1818

19-
static NSString *const kRNNavSdkVersion = @"0.15.3"; // x-release-please-version
19+
static NSString *const kRNNavSdkVersion = @"0.16.0"; // x-release-please-version

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