Skip to content

Commit 99c6f69

Browse files
chore(main): release 0.5.0
1 parent 45e76ba commit 99c6f69

3 files changed

Lines changed: 19 additions & 2 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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/googlemaps/react-native-driver-sdk/compare/0.4.0...0.5.0) (2026-04-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Token and event handling updated. See MIGRATING.md for detailed migration instructions.
9+
* Removes support for the legacy React Native architecture. See MIGRATING.md for detailed migration instructions.
10+
11+
### Features
12+
13+
* support new React Native architecture ([#93](https://github.com/googlemaps/react-native-driver-sdk/issues/93)) ([1882ddf](https://github.com/googlemaps/react-native-driver-sdk/commit/1882ddf171e049559538a14eb009572b4f80fc85))
14+
15+
16+
### Bug Fixes
17+
18+
* internal event handling and token handling ([#97](https://github.com/googlemaps/react-native-driver-sdk/issues/97)) ([45e76ba](https://github.com/googlemaps/react-native-driver-sdk/commit/45e76ba32fc35f2208b209ff196eb778c6cea9f8))
19+
320
## [0.4.0](https://github.com/googlemaps/react-native-driver-sdk/compare/0.3.2...0.4.0) (2025-12-19)
421

522

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-driver-sdk",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"author": "Google",
55
"description": "A React Native library for Driver SDK on Google Maps Platform",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)