Skip to content

Commit d328040

Browse files
chore(release): 2.10.0 [skip ci]
## [@segment/analytics-react-native-v2.10.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.9.1...@segment/analytics-react-native-v2.10.0) (2022-11-30) ### Features * add Flush Policies ([#703](#703)) ([004b596](004b596)) * added errorHandler option to client ([#713](#713)) ([b95788b](b95788b)) ### Bug Fixes * add segmentDestination plugin to exports ([#712](#712)) ([d47ceb1](d47ceb1)) * Firebase custom screen properties ([#707](#707)) ([18b75af](18b75af)) * replace native modules with react-native-uuid ([#718](#718)) ([db38836](db38836))
1 parent 8b2083a commit d328040

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.10.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.9.1...@segment/analytics-react-native-v2.10.0) (2022-11-30)
2+
3+
4+
### Features
5+
6+
* add Flush Policies ([#703](https://github.com/segmentio/analytics-react-native/issues/703)) ([004b596](https://github.com/segmentio/analytics-react-native/commit/004b59659453b8d610b32e5e202033e190abbaee))
7+
* added errorHandler option to client ([#713](https://github.com/segmentio/analytics-react-native/issues/713)) ([b95788b](https://github.com/segmentio/analytics-react-native/commit/b95788ba8ecb547ffc9f43ba94f628c25f3660d1))
8+
9+
10+
### Bug Fixes
11+
12+
* add segmentDestination plugin to exports ([#712](https://github.com/segmentio/analytics-react-native/issues/712)) ([d47ceb1](https://github.com/segmentio/analytics-react-native/commit/d47ceb1ea1934fa68e5f8c939c51345dee88fdcb))
13+
* Firebase custom screen properties ([#707](https://github.com/segmentio/analytics-react-native/issues/707)) ([18b75af](https://github.com/segmentio/analytics-react-native/commit/18b75af1bb38246d75ccbfba06d6d972c6db0339))
14+
* replace native modules with react-native-uuid ([#718](https://github.com/segmentio/analytics-react-native/issues/718)) ([db38836](https://github.com/segmentio/analytics-react-native/commit/db38836befcbddee01abd9ee7381c45e04f83dba))
15+
116
## [@segment/analytics-react-native-v2.9.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.9.0...@segment/analytics-react-native-v2.9.1) (2022-11-01)
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.9.1",
3+
"version": "2.10.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)