Skip to content

Commit

Permalink
chore(release): 1.1.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## @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
  • Loading branch information
semantic-release-bot committed Dec 15, 2023
1 parent bc278a8 commit 64ba9c9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
14 changes: 14 additions & 0 deletions packages/plugins/plugin-destination-filters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @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](https://github.com/segmentio/analytics-react-native/commit/03f13a19c79d8aaad726639de5f0327c748fed1f))



### Dependencies

* **@segment/analytics-react-native:** upgraded to 2.18.0-beta.1
* **@segment/sovran-react-native:** upgraded to 1.1.0-beta.1

## [@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)


Expand Down
13 changes: 7 additions & 6 deletions packages/plugins/plugin-destination-filters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-destination-filters",
"version": "1.0.4",
"version": "1.1.0-beta.1",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -48,17 +48,17 @@
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@segment/analytics-react-native": "workspace:^",
"@segment/sovran-react-native": "*"
"@segment/analytics-react-native": "^2.18.0-beta.1",
"@segment/sovran-react-native": "^1.1.0-beta.1"
},
"dependencies": {
"@segment/tsub": "^2",
"clone": "^2.1.2"
},
"devDependencies": {
"@segment/analytics-react-native": "workspace:^",
"@segment/analytics-react-native": "^2.18.0-beta.1",
"@segment/analytics-rn-shared": "workspace:^",
"@segment/sovran-react-native": "workspace:^",
"@segment/sovran-react-native": "^1.1.0-beta.1",
"@types/clone": "^2.1.1",
"jest": "^29.7.0",
"react-native-builder-bob": "^0.23.1",
Expand All @@ -73,5 +73,6 @@
"module",
"typescript"
]
}
},
"stableVersion": "1.1.0-beta.1"
}

0 comments on commit 64ba9c9

Please sign in to comment.