Skip to content

Commit 7008a50

Browse files
chore(release): 2.4.0 [skip ci]
## [@segment/analytics-react-native-v2.4.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.3.2...@segment/analytics-react-native-v2.4.0) (2022-07-15) ### Features * spin off the queue handling into a reusable plugin ([#502](#502)) ([55d7988](55d7988)) * support max kB in upload batching ([#600](#600)) ([3dc1957](3dc1957)) ### Bug Fixes * add export for SegmentClient ([#606](#606)) ([ff094f5](ff094f5)) * timeline safe processing events for destinations ([#604](#604)) ([78dcd0e](78dcd0e)) * use storePersistor option in QueueFlushingPlugin ([#602](#602)) ([f7be269](f7be269))
1 parent ff094f5 commit 7008a50

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [@segment/analytics-react-native-v2.4.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.3.2...@segment/analytics-react-native-v2.4.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+
* support max kB in upload batching ([#600](https://github.com/segmentio/analytics-react-native/issues/600)) ([3dc1957](https://github.com/segmentio/analytics-react-native/commit/3dc1957607451591efe43c27ac65786d5dfdc7b1))
8+
9+
10+
### Bug Fixes
11+
12+
* add export for SegmentClient ([#606](https://github.com/segmentio/analytics-react-native/issues/606)) ([ff094f5](https://github.com/segmentio/analytics-react-native/commit/ff094f56237f426381effdca7604cb61ceeaf6d6))
13+
* 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))
14+
* use storePersistor option in QueueFlushingPlugin ([#602](https://github.com/segmentio/analytics-react-native/issues/602)) ([f7be269](https://github.com/segmentio/analytics-react-native/commit/f7be269e01699f035772b1caba2c4aeae3939ae8))
15+
116
## [@segment/analytics-react-native-v2.3.2](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.3.1...@segment/analytics-react-native-v2.3.2) (2022-06-30)
217

318

packages/core/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",
3-
"version": "2.3.2",
3+
"version": "2.4.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)