Skip to content

Commit 9540578

Browse files
chore(release): 2.18.0-beta.1 [skip ci]
## @segment/analytics-react-native [2.18.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.17.0...@segment/analytics-react-native-v2.18.0-beta.1) (2023-12-15) ### Features * add support for hasUnmappedDestinations ([#905](#905)) ([545d596](545d596)) * consent plugin updates and test cases ([#894](#894)) ([ff1d332](ff1d332)) * RN 0.72 Upgrade ([03f13a1](03f13a1)) ### Dependencies * **@segment/sovran-react-native:** upgraded to 1.1.0-beta.1
1 parent 308c13e commit 9540578

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
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 [2.18.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.17.0...@segment/analytics-react-native-v2.18.0-beta.1) (2023-12-15)
2+
3+
4+
### Features
5+
6+
* add support for hasUnmappedDestinations ([#905](https://github.com/segmentio/analytics-react-native/issues/905)) ([545d596](https://github.com/segmentio/analytics-react-native/commit/545d596e2b1fd5f83b229e7d3526ebf59ab62295))
7+
* consent plugin updates and test cases ([#894](https://github.com/segmentio/analytics-react-native/issues/894)) ([ff1d332](https://github.com/segmentio/analytics-react-native/commit/ff1d33213108199d9486592d8a0372191f17dc2e))
8+
* RN 0.72 Upgrade ([03f13a1](https://github.com/segmentio/analytics-react-native/commit/03f13a19c79d8aaad726639de5f0327c748fed1f))
9+
10+
11+
12+
### Dependencies
13+
14+
* **@segment/sovran-react-native:** upgraded to 1.1.0-beta.1
15+
116
## [@segment/analytics-react-native-v2.16.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.16.0...@segment/analytics-react-native-v2.16.1) (2023-09-14)
217

318

packages/core/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native",
3-
"version": "2.16.1",
3+
"version": "2.18.0-beta.1",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"keywords": [
66
"segment",
@@ -52,14 +52,14 @@
5252
"uuid": "^9.0.1"
5353
},
5454
"devDependencies": {
55-
"@segment/sovran-react-native": "workspace:^",
55+
"@segment/sovran-react-native": "^1.1.0-beta.1",
5656
"@types/uuid": "^9.0.7",
5757
"jest": "^29.7.0",
5858
"typescript": "^5.2.2"
5959
},
6060
"peerDependencies": {
6161
"@react-native-async-storage/async-storage": "1.x",
62-
"@segment/sovran-react-native": "workspace:^",
62+
"@segment/sovran-react-native": "^1.1.0-beta.1",
6363
"react": "*",
6464
"react-native": "*",
6565
"react-native-get-random-values": "1.x"
@@ -80,5 +80,6 @@
8080
"module",
8181
"typescript"
8282
]
83-
}
83+
},
84+
"stableVersion": "2.18.0-beta.1"
8485
}

0 commit comments

Comments
 (0)