Skip to content

Commit f4e84e5

Browse files
chore(main): release 0.17.0
1 parent fcf583f commit f4e84e5

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.16.3"
2+
".": "0.17.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.17.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.16.3...v0.17.0) (2026-08-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* unify map padding to use density-independent pixels ([#628](https://github.com/googlemaps/react-native-navigation-sdk/issues/628))
9+
10+
### Features
11+
12+
* unify map padding to use density-independent pixels ([#628](https://github.com/googlemaps/react-native-navigation-sdk/issues/628)) ([fcf583f](https://github.com/googlemaps/react-native-navigation-sdk/commit/fcf583f0cd69b48bb36436c5bc1eecfbadf3d464))
13+
314
## [0.16.3](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.16.2...v0.16.3) (2026-06-12)
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.16.3"; // {x-release-please-version}
21+
public static final String VERSION = "0.17.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.16.3"; // x-release-please-version
19+
static NSString *const kRNNavSdkVersion = @"0.17.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.16.3",
3+
"version": "0.17.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)