Skip to content

Commit cb50e0f

Browse files
chore(release): 2.15.0 [skip ci]
## [@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) ### Features * add config option for cdn proxy ([#834](#834)) ([95562ed](95562ed)) ### Bug Fixes * fix flush policies reference copy, add BackgroundPolicy ([#838](#838)) ([e4b558a](e4b558a)) * queue storage fixes ([#836](#836)) ([f5a6a86](f5a6a86)) * removes Inject plugins ([#837](#837)) ([ce56c9e](ce56c9e)) * update braze example and readme ([#830](#830)) ([b6a319a](b6a319a))
1 parent c1363ca commit cb50e0f

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.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)
2+
3+
4+
### Features
5+
6+
* add config option for cdn proxy ([#834](https://github.com/segmentio/analytics-react-native/issues/834)) ([95562ed](https://github.com/segmentio/analytics-react-native/commit/95562ed7d009b0debe7f7bc19eb3b114d9e77763))
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
* queue storage fixes ([#836](https://github.com/segmentio/analytics-react-native/issues/836)) ([f5a6a86](https://github.com/segmentio/analytics-react-native/commit/f5a6a86817c72ae16caa760d168c01d8eff6d0fb))
13+
* removes Inject plugins ([#837](https://github.com/segmentio/analytics-react-native/issues/837)) ([ce56c9e](https://github.com/segmentio/analytics-react-native/commit/ce56c9eceb6f880759de0e33f275fe7eab769d71))
14+
* update braze example and readme ([#830](https://github.com/segmentio/analytics-react-native/issues/830)) ([b6a319a](https://github.com/segmentio/analytics-react-native/commit/b6a319aab9e3fe70dc125a99132ccb77abe4c391))
15+
116
## [@segment/analytics-react-native-v2.14.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.13.5...@segment/analytics-react-native-v2.14.0) (2023-05-04)
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.14.0",
3+
"version": "2.15.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)