Skip to content

Commit ee9574d

Browse files
chore(main): release 0.16.3 (#614)
1 parent 90f5fb5 commit ee9574d

5 files changed

Lines changed: 11 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.2"
2+
".": "0.16.3"
33
}

CHANGELOG.md

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

3+
## [0.16.3](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.16.2...v0.16.3) (2026-06-12)
4+
5+
6+
### Bug Fixes
7+
8+
* enable android turn by turn events on background ([#613](https://github.com/googlemaps/react-native-navigation-sdk/issues/613)) ([90f5fb5](https://github.com/googlemaps/react-native-navigation-sdk/commit/90f5fb50e568e58e0adb59d8f188ae8517ca6d75))
9+
310
## [0.16.2](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.16.1...v0.16.2) (2026-06-10)
411

512

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