Skip to content

Commit 64ba9c9

Browse files
chore(release): 1.1.0-beta.1 [skip ci]
## @segment/analytics-react-native-plugin-destination-filters [1.1.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-destination-filters-v1.0.4...@segment/analytics-react-native-plugin-destination-filters-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 bc278a8 commit 64ba9c9

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

packages/plugins/plugin-destination-filters/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-destination-filters [1.1.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-destination-filters-v1.0.4...@segment/analytics-react-native-plugin-destination-filters-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-destination-filters-v1.0.4](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-destination-filters-v1.0.3...@segment/analytics-react-native-plugin-destination-filters-v1.0.4) (2023-08-21)
216

317

packages/plugins/plugin-destination-filters/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-destination-filters",
3-
"version": "1.0.4",
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
"module": "lib/module/index",
@@ -48,17 +48,17 @@
4848
"registry": "https://registry.npmjs.org/"
4949
},
5050
"peerDependencies": {
51-
"@segment/analytics-react-native": "workspace:^",
52-
"@segment/sovran-react-native": "*"
51+
"@segment/analytics-react-native": "^2.18.0-beta.1",
52+
"@segment/sovran-react-native": "^1.1.0-beta.1"
5353
},
5454
"dependencies": {
5555
"@segment/tsub": "^2",
5656
"clone": "^2.1.2"
5757
},
5858
"devDependencies": {
59-
"@segment/analytics-react-native": "workspace:^",
59+
"@segment/analytics-react-native": "^2.18.0-beta.1",
6060
"@segment/analytics-rn-shared": "workspace:^",
61-
"@segment/sovran-react-native": "workspace:^",
61+
"@segment/sovran-react-native": "^1.1.0-beta.1",
6262
"@types/clone": "^2.1.1",
6363
"jest": "^29.7.0",
6464
"react-native-builder-bob": "^0.23.1",
@@ -73,5 +73,6 @@
7373
"module",
7474
"typescript"
7575
]
76-
}
76+
},
77+
"stableVersion": "1.1.0-beta.1"
7778
}

0 commit comments

Comments
 (0)