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-clevertap [1.1.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-clevertap-v1.0.3...@segment/analytics-react-native-plugin-clevertap-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 913b669 commit bc278a8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
14 changes: 14 additions & 0 deletions packages/plugins/plugin-clevertap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @segment/analytics-react-native-plugin-clevertap [1.1.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-clevertap-v1.0.3...@segment/analytics-react-native-plugin-clevertap-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-clevertap-v1.0.3](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-clevertap-v1.0.2...@segment/analytics-react-native-plugin-clevertap-v1.0.3) (2023-08-21)


Expand Down
11 changes: 6 additions & 5 deletions packages/plugins/plugin-clevertap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-clevertap",
"version": "1.0.3",
"version": "1.1.0-beta.1",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down Expand Up @@ -44,13 +44,13 @@
},
"homepage": "https://github.com/segmentio/analytics-react-native#readme",
"peerDependencies": {
"@segment/analytics-react-native": "workspace:^",
"@segment/analytics-react-native": "^2.18.0-beta.1",
"clevertap-react-native": "^1.0.0"
},
"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",
"clevertap-react-native": "^1.0.0",
"jest": "^29.7.0",
"react-native-builder-bob": "^0.23.1",
Expand All @@ -68,5 +68,6 @@
},
"engines": {
"node": ">=12"
}
},
"stableVersion": "1.1.0-beta.1"
}

0 comments on commit bc278a8

Please sign in to comment.