Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
### Dependencies

* **@segment/analytics-react-native:** upgraded to 2.18.0
* **@segment/sovran-react-native:** upgraded to 1.1.0
  • Loading branch information
semantic-release-bot committed Feb 5, 2024
1 parent d0d3e83 commit cb55b81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/plugins/plugin-device-token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Dependencies

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

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


Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/plugin-device-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-device-token",
"version": "1.0.2",
"version": "1.1.0",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down Expand Up @@ -47,14 +47,14 @@
"peerDependencies": {
"@react-native-firebase/app": "^17.3.2",
"@react-native-firebase/messaging": "^17.3.2",
"@segment/analytics-react-native": "workspace:^"
"@segment/analytics-react-native": "^2.18.0"
},
"devDependencies": {
"@react-native-firebase/app": "^17.3.2",
"@react-native-firebase/messaging": "^17.3.2",
"@segment/analytics-react-native": "workspace:^",
"@segment/analytics-react-native": "^2.18.0",
"@segment/analytics-rn-shared": "workspace:^",
"@segment/sovran-react-native": "workspace:^",
"@segment/sovran-react-native": "^1.1.0",
"jest": "^29.7.0",
"react-native-builder-bob": "^0.23.1",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit cb55b81

Please sign in to comment.