@ht-sdks/events-sdk-react-native-plugin-clevertap 1.0.4 → 1.0.5
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.
- package/CHANGELOG.md +31 -0
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
### Dependencies
|
|
2
|
+
|
|
3
|
+
* **@ht-sdks/analytics-react-native:** upgraded to 2.18.2
|
|
4
|
+
|
|
5
|
+
## [@segment/analytics-react-native-plugin-clevertap-v1.0.3](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-clevertap-v1.0.2...@segment/analytics-react-native-plugin-clevertap-v1.0.3) (2023-08-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* package dependency fixes ([#869](https://github.com/segmentio/analytics-react-native/issues/869)) ([08d415e](https://github.com/segmentio/analytics-react-native/commit/08d415e3b1cfd8499f5f6984f2859a30a851da12))
|
|
11
|
+
|
|
12
|
+
## [@segment/analytics-react-native-plugin-clevertap-v1.0.2](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-clevertap-v1.0.1...@segment/analytics-react-native-plugin-clevertap-v1.0.2) (2023-06-02)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* fix flush policies reference copy, add BackgroundPolicy ([#838](https://github.com/segmentio/analytics-react-native/issues/838)) ([e4b558a](https://github.com/segmentio/analytics-react-native/commit/e4b558a95e250b1b21d677e08ffeb02a4015bda6))
|
|
18
|
+
|
|
19
|
+
## [@segment/analytics-react-native-plugin-clevertap-v1.0.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-clevertap-v1.0.0...@segment/analytics-react-native-plugin-clevertap-v1.0.1) (2023-04-18)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* 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)
|
|
25
|
+
|
|
26
|
+
## @segment/analytics-react-native-plugin-clevertap-v1.0.0 (2023-02-10)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
* add clevertap plugin ([#759](https://github.com/segmentio/analytics-react-native/issues/759)) ([fcf3933](https://github.com/segmentio/analytics-react-native/commit/fcf393321145995ab9a2c46b15ee05cf4e066dfd))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ht-sdks/events-sdk-react-native-plugin-clevertap",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
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": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"clevertap-react-native": "^1.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@ht-sdks/analytics-rn-shared": "
|
|
51
|
+
"@ht-sdks/analytics-rn-shared": "^1.0.0",
|
|
52
52
|
"@ht-sdks/events-sdk-react-native": "^2.18.2",
|
|
53
53
|
"@ht-sdks/sovran-react-native": "^1.1.1",
|
|
54
54
|
"clevertap-react-native": "^1.0.0",
|
|
@@ -69,4 +69,4 @@
|
|
|
69
69
|
"engines": {
|
|
70
70
|
"node": ">=12"
|
|
71
71
|
}
|
|
72
|
-
}
|
|
72
|
+
}
|