Skip to content

Commit ffa5930

Browse files
chore(release): 0.3.0 [skip ci]
## [@segment/analytics-react-native-plugin-braze-v0.3.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-v0.2.2...@segment/analytics-react-native-plugin-braze-v0.3.0) (2022-07-15) ### Features * spin off the queue handling into a reusable plugin ([#502](#502)) ([55d7988](55d7988)) ### Bug Fixes * timeline safe processing events for destinations ([#604](#604)) ([78dcd0e](78dcd0e))
1 parent 500d35a commit ffa5930

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/plugins/plugin-braze/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [@segment/analytics-react-native-plugin-braze-v0.3.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-v0.2.2...@segment/analytics-react-native-plugin-braze-v0.3.0) (2022-07-15)
2+
3+
4+
### Features
5+
6+
* spin off the queue handling into a reusable plugin ([#502](https://github.com/segmentio/analytics-react-native/issues/502)) ([55d7988](https://github.com/segmentio/analytics-react-native/commit/55d798821163d5a41902a6bc099b1bfcbd853a17))
7+
8+
9+
### Bug Fixes
10+
11+
* timeline safe processing events for destinations ([#604](https://github.com/segmentio/analytics-react-native/issues/604)) ([78dcd0e](https://github.com/segmentio/analytics-react-native/commit/78dcd0e67ad1ba84cc92b2fb8cc6163fe6bef16d))
12+
113
## [@segment/analytics-react-native-plugin-braze-v0.2.2](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-v0.2.1...@segment/analytics-react-native-plugin-braze-v0.2.2) (2022-06-24)
214

315

packages/plugins/plugin-braze/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-braze",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {

0 commit comments

Comments
 (0)