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 878eb26 commit a6e8876
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-onetrust/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-onetrust-v1.0.0 (2023-10-20)


Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/plugin-onetrust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-onetrust",
"version": "1.0.0",
"version": "1.1.0",
"description": "Add OneTrust to Segment analytics in your React-Native app.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -48,14 +48,14 @@
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@segment/analytics-react-native": "workspace:^",
"@segment/analytics-react-native": "^2.18.0",
"@segment/sovran-react-native": "*",
"react-native-onetrust-cmp": "^202308.2.0"
},
"devDependencies": {
"@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",
"on-change": "^3.0.2",
"react-native-builder-bob": "^0.23.1",
Expand Down

0 comments on commit a6e8876

Please sign in to comment.