Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot authored Oct 25, 2024
1 parent cdd7b68 commit 8c7f569
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.8.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.7.0...v0.8.0) (2024-10-24)


### Features

* support navigation disposal on app exit on android ([#308](https://github.com/googlemaps/react-native-navigation-sdk/issues/308)) ([6c6123b](https://github.com/googlemaps/react-native-navigation-sdk/commit/6c6123b208ccbd7779aab1b7b8e0c9afd4da2d00))
* update navigation sdk versions (iOS -> 9.1.2, Android -> 6.0.0) and min iOS version to 15 ([#306](https://github.com/googlemaps/react-native-navigation-sdk/issues/306)) ([cdd7b68](https://github.com/googlemaps/react-native-navigation-sdk/commit/cdd7b686e630b85f7945aee2a4a5802d2045e96a))


### Bug Fixes

* enable navigation map on carplay ([#315](https://github.com/googlemaps/react-native-navigation-sdk/issues/315)) ([aa56cbe](https://github.com/googlemaps/react-native-navigation-sdk/commit/aa56cbe8ee8ee955fb11c05fe55be4d6415a536d))
* handle navigation listeners on NavigationProvider mount and unmount ([#294](https://github.com/googlemaps/react-native-navigation-sdk/issues/294)) ([6674a4f](https://github.com/googlemaps/react-native-navigation-sdk/commit/6674a4fbf95f7939d7ebd5a99672fea9eeef5e22))
* handle taskRemovedBehaviourValue on iOS ([#314](https://github.com/googlemaps/react-native-navigation-sdk/issues/314)) ([2e1137e](https://github.com/googlemaps/react-native-navigation-sdk/commit/2e1137e62bd94500de709cdaafab4169fedc49d8))

## [0.7.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.6.1...v0.7.0) (2024-10-15)


Expand Down
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.7.0",
"version": "0.8.0",
"author": "Google",
"description": "A React Native library for Navigation SDK on Google Maps Platform",
"main": "lib/commonjs/index",
Expand Down

0 comments on commit 8c7f569

Please sign in to comment.