Skip to content

Commit e824610

Browse files
chore(release): 1.1.0-beta.1 [skip ci]
## @segment/analytics-react-native-plugin-device-token [1.1.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-device-token-v1.0.2...@segment/analytics-react-native-plugin-device-token-v1.1.0-beta.1) (2023-12-15) ### Features * RN 0.72 Upgrade ([03f13a1](03f13a1)) ### Dependencies * **@segment/analytics-react-native:** upgraded to 2.18.0-beta.1 * **@segment/sovran-react-native:** upgraded to 1.1.0-beta.1
1 parent 64ba9c9 commit e824610

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

packages/plugins/plugin-device-token/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## @segment/analytics-react-native-plugin-device-token [1.1.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-device-token-v1.0.2...@segment/analytics-react-native-plugin-device-token-v1.1.0-beta.1) (2023-12-15)
2+
3+
4+
### Features
5+
6+
* RN 0.72 Upgrade ([03f13a1](https://github.com/segmentio/analytics-react-native/commit/03f13a19c79d8aaad726639de5f0327c748fed1f))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@segment/analytics-react-native:** upgraded to 2.18.0-beta.1
13+
* **@segment/sovran-react-native:** upgraded to 1.1.0-beta.1
14+
115
## [@segment/analytics-react-native-plugin-device-token-v1.0.2](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-device-token-v1.0.1...@segment/analytics-react-native-plugin-device-token-v1.0.2) (2023-06-02)
216

317

packages/plugins/plugin-device-token/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-device-token",
3-
"version": "1.0.2",
3+
"version": "1.1.0-beta.1",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {
@@ -47,14 +47,14 @@
4747
"peerDependencies": {
4848
"@react-native-firebase/app": "^17.3.2",
4949
"@react-native-firebase/messaging": "^17.3.2",
50-
"@segment/analytics-react-native": "workspace:^"
50+
"@segment/analytics-react-native": "^2.18.0-beta.1"
5151
},
5252
"devDependencies": {
5353
"@react-native-firebase/app": "^17.3.2",
5454
"@react-native-firebase/messaging": "^17.3.2",
55-
"@segment/analytics-react-native": "workspace:^",
55+
"@segment/analytics-react-native": "^2.18.0-beta.1",
5656
"@segment/analytics-rn-shared": "workspace:^",
57-
"@segment/sovran-react-native": "workspace:^",
57+
"@segment/sovran-react-native": "^1.1.0-beta.1",
5858
"jest": "^29.7.0",
5959
"react-native-builder-bob": "^0.23.1",
6060
"rimraf": "^5.0.5",
@@ -72,5 +72,6 @@
7272
},
7373
"engines": {
7474
"node": ">=12"
75-
}
75+
},
76+
"stableVersion": "1.1.0-beta.1"
7677
}

0 commit comments

Comments
 (0)