Skip to content

Commit 910e7ca

Browse files
feat: upgrade Navigation SDK to version 0.16.0 (#102)
BREAKING CHANGE: Upgades @googlemaps/react-native-navigation-sdk to next major version v0.16.0, see release notes at: https://github.com/googlemaps/react-native-navigation-sdk/releases/tag/v0.16.0
1 parent cae8977 commit 910e7ca

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

example/LMFS/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:ios": "react-native build-ios --mode Debug"
1313
},
1414
"dependencies": {
15-
"@googlemaps/react-native-navigation-sdk": "^0.15.1",
15+
"@googlemaps/react-native-navigation-sdk": "^0.16.0",
1616
"@react-navigation/native": "^6.1.18",
1717
"@react-navigation/stack": "^6.4.1",
1818
"react": "19.1.0",

example/ODRD/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:ios": "react-native build-ios --mode Debug"
1313
},
1414
"dependencies": {
15-
"@googlemaps/react-native-navigation-sdk": "^0.15.1",
15+
"@googlemaps/react-native-navigation-sdk": "^0.16.0",
1616
"@react-navigation/native": "^6.1.18",
1717
"@react-navigation/stack": "^6.4.1",
1818
"react": "19.1.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"build": "bob build"
5959
},
6060
"dependencies": {
61-
"@googlemaps/react-native-navigation-sdk": "^0.15.1"
61+
"@googlemaps/react-native-navigation-sdk": "^0.16.0"
6262
},
6363
"devDependencies": {
6464
"@commitlint/config-conventional": "^19.2.2",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ __metadata:
17951795
dependencies:
17961796
"@commitlint/config-conventional": ^19.2.2
17971797
"@evilmartians/lefthook": ^1.5.0
1798-
"@googlemaps/react-native-navigation-sdk": ^0.15.1
1798+
"@googlemaps/react-native-navigation-sdk": ^0.16.0
17991799
"@react-native/babel-preset": ^0.83.1
18001800
"@react-native/typescript-config": ^0.83.1
18011801
"@testing-library/react-native": ^13.3.3
@@ -1828,13 +1828,13 @@ __metadata:
18281828
languageName: unknown
18291829
linkType: soft
18301830

1831-
"@googlemaps/react-native-navigation-sdk@npm:^0.15.1":
1832-
version: 0.15.1
1833-
resolution: "@googlemaps/react-native-navigation-sdk@npm:0.15.1"
1831+
"@googlemaps/react-native-navigation-sdk@npm:^0.16.0":
1832+
version: 0.16.0
1833+
resolution: "@googlemaps/react-native-navigation-sdk@npm:0.16.0"
18341834
peerDependencies:
18351835
react: "*"
18361836
react-native: "*"
1837-
checksum: 7c9fc532e41e28126e3b6db02bede6eeee659ee8a1e84e6892973527fd1d5cb562e29764f5929b2afff6e5ce4f5c4c72d4c8cdbf2185e3bb61a82133b260699e
1837+
checksum: 43ebefcdb178557de1cf0557ea3320928e98da86fa3012a96b2f8d17778e342e005ec0efd5751122b21609da27dbeb6d7e78837d29f0468a13c1f2b722cb220c
18381838
languageName: node
18391839
linkType: hard
18401840

@@ -9508,7 +9508,7 @@ __metadata:
95089508
"@babel/core": ^7.26.0
95099509
"@babel/preset-env": ^7.26.0
95109510
"@babel/runtime": ^7.26.0
9511-
"@googlemaps/react-native-navigation-sdk": ^0.15.1
9511+
"@googlemaps/react-native-navigation-sdk": ^0.16.0
95129512
"@react-native-community/cli": 20.0.0
95139513
"@react-native-community/cli-platform-android": 20.0.0
95149514
"@react-native-community/cli-platform-ios": 20.0.0
@@ -9541,7 +9541,7 @@ __metadata:
95419541
"@babel/core": ^7.26.0
95429542
"@babel/preset-env": ^7.26.0
95439543
"@babel/runtime": ^7.26.0
9544-
"@googlemaps/react-native-navigation-sdk": ^0.15.1
9544+
"@googlemaps/react-native-navigation-sdk": ^0.16.0
95459545
"@react-native-community/cli": 20.0.0
95469546
"@react-native-community/cli-platform-android": 20.0.0
95479547
"@react-native-community/cli-platform-ios": 20.0.0

0 commit comments

Comments
 (0)