Skip to content

Commit 3c3c952

Browse files
chore(release): 2.16.0 [skip ci]
## [@segment/analytics-react-native-v2.16.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.15.0...@segment/analytics-react-native-v2.16.0) (2023-08-21) ### Features * add saveDelay option for persistor ([#811](#811)) ([11d5e87](11d5e87)) ### Bug Fixes * package dependency fixes ([#869](#869)) ([08d415e](08d415e)) * resolve potential build issues with RN 0.72 ([#841](#841)) ([d287304](d287304))
1 parent 08d415e commit 3c3c952

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [@segment/analytics-react-native-v2.16.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.15.0...@segment/analytics-react-native-v2.16.0) (2023-08-21)
2+
3+
4+
### Features
5+
6+
* add saveDelay option for persistor ([#811](https://github.com/segmentio/analytics-react-native/issues/811)) ([11d5e87](https://github.com/segmentio/analytics-react-native/commit/11d5e87648938220732ea2e2c35d499789413b72))
7+
8+
9+
### Bug Fixes
10+
11+
* package dependency fixes ([#869](https://github.com/segmentio/analytics-react-native/issues/869)) ([08d415e](https://github.com/segmentio/analytics-react-native/commit/08d415e3b1cfd8499f5f6984f2859a30a851da12))
12+
* resolve potential build issues with RN 0.72 ([#841](https://github.com/segmentio/analytics-react-native/issues/841)) ([d287304](https://github.com/segmentio/analytics-react-native/commit/d287304383b22b7d0344d0f2c68fccce8aec76cb))
13+
114
## [@segment/analytics-react-native-v2.15.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.14.0...@segment/analytics-react-native-v2.15.0) (2023-06-02)
215

316

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