Skip to content

Commit d0d3e83

Browse files
chore(release): 1.1.0 [skip ci]
### Dependencies * **@segment/analytics-react-native:** upgraded to 2.18.0 * **@segment/sovran-react-native:** upgraded to 1.1.0
1 parent fa11545 commit d0d3e83

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

packages/plugins/plugin-destination-filters/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Dependencies
2+
3+
* **@segment/analytics-react-native:** upgraded to 2.18.0
4+
* **@segment/sovran-react-native:** upgraded to 1.1.0
5+
16
## [@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)
27

38

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

Lines changed: 4 additions & 4 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",
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:^",
51+
"@segment/analytics-react-native": "^2.18.0",
5252
"@segment/sovran-react-native": "*"
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",
6060
"@segment/analytics-rn-shared": "workspace:^",
61-
"@segment/sovran-react-native": "workspace:^",
61+
"@segment/sovran-react-native": "^1.1.0",
6262
"@types/clone": "^2.1.1",
6363
"jest": "^29.7.0",
6464
"react-native-builder-bob": "^0.23.1",

0 commit comments

Comments
 (0)