@ht-sdks/events-sdk-react-native-plugin-braze-middleware 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,27 @@
1
+ ## @segment/analytics-react-native-plugin-braze-middleware [1.1.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-middleware-v1.0.1...@segment/analytics-react-native-plugin-braze-middleware-v1.1.0) (2023-12-15)
2
+
3
+
4
+ ### Features
5
+
6
+ * RN 0.72 Upgrade ([03f13a1](https://github.com/segmentio/analytics-react-native/commit/03f13a19c79d8aaad726639de5f0327c748fed1f))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@segment/analytics-react-native:** upgraded to 2.18.0
13
+ * **@segment/sovran-react-native:** upgraded to 1.1.0
14
+
15
+ ## [@segment/analytics-react-native-plugin-braze-middleware-v1.0.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-middleware-v1.0.0...@segment/analytics-react-native-plugin-braze-middleware-v1.0.1) (2023-04-18)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * 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)
21
+
22
+ ## @segment/analytics-react-native-plugin-braze-middleware-v1.0.0 (2023-03-14)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * async-storage as optional peer dependency ([#779](https://github.com/segmentio/analytics-react-native/issues/779)) ([f3d5bc0](https://github.com/segmentio/analytics-react-native/commit/f3d5bc024fe3ae988386aac8b9f6f3fc6d84677a))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ht-sdks/events-sdk-react-native-plugin-braze-middleware",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "The hassle-free way to add Hightouch analytics to your React-Native app.",
5
5
  "main": "lib/commonjs/index",
6
6
  "scripts": {
@@ -49,7 +49,7 @@
49
49
  "@ht-sdks/events-sdk-react-native": "^2.18.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@ht-sdks/analytics-rn-shared": "workspace:^",
52
+ "@ht-sdks/analytics-rn-shared": "^1.0.0",
53
53
  "@ht-sdks/events-sdk-react-native": "^2.18.0",
54
54
  "@ht-sdks/sovran-react-native": "^1.1.0",
55
55
  "jest": "^29.7.0",
@@ -69,4 +69,4 @@
69
69
  "engines": {
70
70
  "node": ">=12"
71
71
  }
72
- }
72
+ }