Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.15.1"
".": "0.15.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.15.2](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.15.1...v0.15.2) (2026-04-27)


### Features

* test attribution versioning ([59201a6](https://github.com/googlemaps/react-native-navigation-sdk/commit/59201a6a9034e11ec8142c30d870db2365e6678e))

## [0.15.1](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.15.0...v0.15.1) (2026-04-21)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/** SDK version constants for internal usage attribution. */
public final class SdkVersion {
public static final String VERSION = "0.15.1"; // {x-release-please-version}
public static final String VERSION = "0.15.2"; // {x-release-please-version}

public static final String ATTRIBUTION_ID = "gmp_git_reactnativenavigationsdk_v" + VERSION;

Expand Down
2 changes: 1 addition & 1 deletion ios/react-native-navigation-sdk/SdkVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

#import <Foundation/Foundation.h>

static NSString *const kRNNavSdkVersion = @"0.15.1"; // x-release-please-version
static NSString *const kRNNavSdkVersion = @"0.15.2"; // x-release-please-version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googlemaps/react-native-navigation-sdk",
"version": "0.15.1",
"version": "0.15.2",
"author": "Google",
"description": "A React Native library for Navigation SDK on Google Maps Platform",
"main": "lib/commonjs/index",
Expand Down
Loading