Skip to content

Commit 062d65b

Browse files
chore(main): release 0.16.1 (#603)
1 parent 6ec3ab6 commit 062d65b

5 files changed

Lines changed: 12 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.16.0"
2+
".": "0.16.1"
33
}

CHANGELOG.md

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

3+
## [0.16.1](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.16.0...v0.16.1) (2026-05-25)
4+
5+
6+
### Features
7+
8+
* upgrade Android SDK to 7.6.1 ([#601](https://github.com/googlemaps/react-native-navigation-sdk/issues/601)) ([fee8ad9](https://github.com/googlemaps/react-native-navigation-sdk/commit/fee8ad927fd244ae3abd55f9b3f58c8d450cb6be))
9+
* upgrade iOS SDK to 10.13.0 ([#602](https://github.com/googlemaps/react-native-navigation-sdk/issues/602)) ([6ec3ab6](https://github.com/googlemaps/react-native-navigation-sdk/commit/6ec3ab6c89929d506236cfc34e114ecdc48051b7))
10+
311
## [0.16.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.15.3...v0.16.0) (2026-05-25)
412

513

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.16.0"; // {x-release-please-version}
21+
public static final String VERSION = "0.16.1"; // {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.16.0"; // x-release-please-version
19+
static NSString *const kRNNavSdkVersion = @"0.16.1"; // 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.16.0",
3+
"version": "0.16.1",
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)