@ht-sdks/events-sdk-react-native-plugin-destination-filters 1.0.5 → 1.0.6
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 +38 -0
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
### Dependencies
|
|
2
|
+
|
|
3
|
+
* **@ht-sdks/analytics-react-native:** upgraded to 2.18.2
|
|
4
|
+
|
|
5
|
+
## [@segment/analytics-react-native-plugin-destination-filters-v1.0.4](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-destination-filters-v1.0.3...@segment/analytics-react-native-plugin-destination-filters-v1.0.4) (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-destination-filters-v1.0.3](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-destination-filters-v1.0.2...@segment/analytics-react-native-plugin-destination-filters-v1.0.3) (2023-04-18)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* 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)
|
|
18
|
+
|
|
19
|
+
## [@segment/analytics-react-native-plugin-destination-filters-v1.0.2](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-destination-filters-v1.0.1...@segment/analytics-react-native-plugin-destination-filters-v1.0.2) (2023-03-14)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* 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))
|
|
25
|
+
|
|
26
|
+
## [@segment/analytics-react-native-plugin-destination-filters-v1.0.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-destination-filters-v1.0.0...@segment/analytics-react-native-plugin-destination-filters-v1.0.1) (2023-02-28)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* refactor initialization sequence to guarantee readiness before event upload ([#765](https://github.com/segmentio/analytics-react-native/issues/765)) ([af21c24](https://github.com/segmentio/analytics-react-native/commit/af21c24cf2830e7c10acad0d537431e6fb50b760))
|
|
32
|
+
|
|
33
|
+
## @segment/analytics-react-native-plugin-destination-filters-v1.0.0 (2022-10-07)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* destination filter support for device mode plugins ([#685](https://github.com/segmentio/analytics-react-native/issues/685)) ([3cfa8b9](https://github.com/segmentio/analytics-react-native/commit/3cfa8b953eb1ae66f519b16fc4ed43a527586832))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ht-sdks/events-sdk-react-native-plugin-destination-filters",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "The hassle-free way to add Hightouch analytics to your React-Native app.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"clone": "^2.1.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@ht-sdks/analytics-rn-shared": "
|
|
59
|
+
"@ht-sdks/analytics-rn-shared": "^1.0.0",
|
|
60
60
|
"@ht-sdks/events-sdk-react-native": "^2.18.2",
|
|
61
61
|
"@ht-sdks/sovran-react-native": "^1.1.1",
|
|
62
62
|
"@types/clone": "^2.1.1",
|
|
@@ -74,4 +74,4 @@
|
|
|
74
74
|
"typescript"
|
|
75
75
|
]
|
|
76
76
|
}
|
|
77
|
-
}
|
|
77
|
+
}
|