Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot authored and jokerttu committed Sep 5, 2024
1 parent 77f43f2 commit befb7e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.5.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.4.3...v0.5.0) (2024-09-05)


### ⚠ BREAKING CHANGES

* The height and width properties have been removed from NavigationView in favor of an optional style property.

### Features

* view callback and layout functionality improvements ([#239](https://github.com/googlemaps/react-native-navigation-sdk/issues/239)) ([d24855b](https://github.com/googlemaps/react-native-navigation-sdk/commit/d24855b9b391f41fedc46137267c2d947c57ca16))


### Miscellaneous Chores

* release 0.5.0 ([e46648b](https://github.com/googlemaps/react-native-navigation-sdk/commit/e46648b2ffb71503608ec8cb704a03e7c43840f1))

## [0.4.3](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.4.2...v0.4.3) (2024-08-19)


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.4.3",
"version": "0.5.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 befb7e1

Please sign in to comment.