Skip to content

Commit f576832

Browse files
chore(main): release 0.15.2 (#583)
1 parent c754ade commit f576832

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.15.1"
2+
".": "0.15.2"
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.15.2](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.15.1...v0.15.2) (2026-05-03)
4+
5+
6+
### Features
7+
8+
* internal usage attribution ID ([#581](https://github.com/googlemaps/react-native-navigation-sdk/issues/581)) ([c754ade](https://github.com/googlemaps/react-native-navigation-sdk/commit/c754ade4ffbf78ecc6ef80407195b871cb12203c))
9+
310
## [0.15.1](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.15.0...v0.15.1) (2026-04-21)
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.15.1"; // {x-release-please-version}
21+
public static final String VERSION = "0.15.2"; // {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.1"; // x-release-please-version
19+
static NSString *const kRNNavSdkVersion = @"0.15.2"; // 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.1",
3+
"version": "0.15.2",
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)