Skip to content

Commit

Permalink
chore(release): 0.7.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## @segment/analytics-react-native-plugin-idfa [0.7.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-idfa-v0.6.2...@segment/analytics-react-native-plugin-idfa-v0.7.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 d7bbf6d commit a99a4c5
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-idfa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @segment/analytics-react-native-plugin-idfa [0.7.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-idfa-v0.6.2...@segment/analytics-react-native-plugin-idfa-v0.7.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-idfa-v0.6.2](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-idfa-v0.6.1...@segment/analytics-react-native-plugin-idfa-v0.6.2) (2023-04-18)


Expand Down
11 changes: 6 additions & 5 deletions packages/plugins/plugin-idfa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-idfa",
"version": "0.6.2",
"version": "0.7.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,12 +44,12 @@
},
"homepage": "https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-idfa#readme",
"peerDependencies": {
"@segment/analytics-react-native": "workspace:^"
"@segment/analytics-react-native": "^2.18.0-beta.1"
},
"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",
"jest": "^29.7.0",
"react-native-builder-bob": "^0.23.1",
"rimraf": "^5.0.5",
Expand All @@ -66,5 +66,6 @@
},
"engines": {
"node": ">=12"
}
},
"stableVersion": "0.7.0-beta.1"
}

0 comments on commit a99a4c5

Please sign in to comment.