From b43fc92cc6ae0ff742e3f92fb3f2fda46f43622c Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Wed, 11 Sep 2024 08:45:21 -0700 Subject: [PATCH] chore(main): release 0.5.1 (#251) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6c4cf..ff1940f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.5.1](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.5.0...v0.5.1) (2024-09-10) + + +### Bug Fixes + +* apply styling options for iOS navigation view ([#248](https://github.com/googlemaps/react-native-navigation-sdk/issues/248)) ([32dd6b3](https://github.com/googlemaps/react-native-navigation-sdk/commit/32dd6b3ced3ab7e07cec85d22b5b053028e645b6)) +* ensure EventDispatcher always receives non-null data from NavViewEvent ([#256](https://github.com/googlemaps/react-native-navigation-sdk/issues/256)) ([0ee4e8a](https://github.com/googlemaps/react-native-navigation-sdk/commit/0ee4e8a5b687bc947f7420afc018484df10b0c21)) +* marker click events on android ([#257](https://github.com/googlemaps/react-native-navigation-sdk/issues/257)) ([a3ee9ae](https://github.com/googlemaps/react-native-navigation-sdk/commit/a3ee9ae29939bba0b42f6a34b8ba7c84e2d93efe)) + ## [0.5.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.4.3...v0.5.0) (2024-09-05) diff --git a/package.json b/package.json index f4887fd..d1b0bef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@googlemaps/react-native-navigation-sdk", - "version": "0.5.0", + "version": "0.5.1", "author": "Google", "description": "A React Native library for Navigation SDK on Google Maps Platform", "main": "lib/commonjs/index",