Skip to content

Commit 7997172

Browse files
chore(release): 0.5.2 [skip ci]
## [@segment/analytics-react-native-plugin-braze-v0.5.2](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-v0.5.1...@segment/analytics-react-native-plugin-braze-v0.5.2) (2023-04-18) ### Bug Fixes * fix product Id to match ecommerce spec ([#803](#803)) ([524257d](524257d)) * stricter linting, improved handling of plugin errrors ([#795](#795)) ([1ddb4d5](1ddb4d5)), closes [#799](#799) [#803](#803) [#802](#802) * update braze logPurchase functionality ([#812](#812)) ([09f1222](09f1222))
1 parent 10e1475 commit 7997172

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/plugins/plugin-braze/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [@segment/analytics-react-native-plugin-braze-v0.5.2](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-v0.5.1...@segment/analytics-react-native-plugin-braze-v0.5.2) (2023-04-18)
2+
3+
4+
### Bug Fixes
5+
6+
* fix product Id to match ecommerce spec ([#803](https://github.com/segmentio/analytics-react-native/issues/803)) ([524257d](https://github.com/segmentio/analytics-react-native/commit/524257d3786bf9d67be9b3dea791ed0ba3fb0334))
7+
* stricter linting, improved handling of plugin errrors ([#795](https://github.com/segmentio/analytics-react-native/issues/795)) ([1ddb4d5](https://github.com/segmentio/analytics-react-native/commit/1ddb4d571df794bc7eaa5c5302ed27b90faf9a73)), closes [#799](https://github.com/segmentio/analytics-react-native/issues/799) [#803](https://github.com/segmentio/analytics-react-native/issues/803) [#802](https://github.com/segmentio/analytics-react-native/issues/802)
8+
* update braze logPurchase functionality ([#812](https://github.com/segmentio/analytics-react-native/issues/812)) ([09f1222](https://github.com/segmentio/analytics-react-native/commit/09f12223c110e6121a3b8cec765158a791773827))
9+
110
## [@segment/analytics-react-native-plugin-braze-v0.5.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-v0.5.0...@segment/analytics-react-native-plugin-braze-v0.5.1) (2023-03-14)
211

312

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.5.1",
3+
"version": "0.5.2",
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)