diff --git a/packages/plugins/plugin-braze/CHANGELOG.md b/packages/plugins/plugin-braze/CHANGELOG.md index 10cbe208..d8339414 100644 --- a/packages/plugins/plugin-braze/CHANGELOG.md +++ b/packages/plugins/plugin-braze/CHANGELOG.md @@ -1,3 +1,11 @@ +## [@segment/analytics-react-native-plugin-braze-v0.5.4](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-v0.5.3...@segment/analytics-react-native-plugin-braze-v0.5.4) (2023-06-02) + + +### Bug Fixes + +* move braze to peer deps ([#845](https://github.com/segmentio/analytics-react-native/issues/845)) ([f3640e3](https://github.com/segmentio/analytics-react-native/commit/f3640e3a97c4d0b14402995ca993866689127a77)) +* update braze example and readme ([#830](https://github.com/segmentio/analytics-react-native/issues/830)) ([b6a319a](https://github.com/segmentio/analytics-react-native/commit/b6a319aab9e3fe70dc125a99132ccb77abe4c391)) + ## [@segment/analytics-react-native-plugin-braze-v0.5.3](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-v0.5.2...@segment/analytics-react-native-plugin-braze-v0.5.3) (2023-04-27) diff --git a/packages/plugins/plugin-braze/package.json b/packages/plugins/plugin-braze/package.json index 51bd4f8a..0f67263f 100644 --- a/packages/plugins/plugin-braze/package.json +++ b/packages/plugins/plugin-braze/package.json @@ -1,6 +1,6 @@ { "name": "@segment/analytics-react-native-plugin-braze", - "version": "0.5.3", + "version": "0.5.4", "description": "The hassle-free way to add Segment analytics to your React-Native app.", "main": "lib/commonjs/index", "scripts": {