Skip to content

Commit 071d59f

Browse files
chore(release): 0.6.0 [skip ci]
### Dependencies * **@segment/analytics-react-native:** upgraded to 2.18.0 * **@segment/sovran-react-native:** upgraded to 1.1.0
1 parent cb55b81 commit 071d59f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

packages/plugins/plugin-facebook-app-events/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Dependencies
2+
3+
* **@segment/analytics-react-native:** upgraded to 2.18.0
4+
* **@segment/sovran-react-native:** upgraded to 1.1.0
5+
16
## [@segment/analytics-react-native-plugin-facebook-app-events-v0.5.4](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-facebook-app-events-v0.5.3...@segment/analytics-react-native-plugin-facebook-app-events-v0.5.4) (2023-09-14)
27

38

packages/plugins/plugin-facebook-app-events/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-facebook-app-events",
3-
"version": "0.5.4",
3+
"version": "0.6.0",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {
@@ -44,13 +44,13 @@
4444
},
4545
"homepage": "https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-facebook-app-events#readme",
4646
"peerDependencies": {
47-
"@segment/analytics-react-native": "workspace:^",
47+
"@segment/analytics-react-native": "^2.18.0",
4848
"react-native-fbsdk-next": "^11"
4949
},
5050
"devDependencies": {
51-
"@segment/analytics-react-native": "workspace:^",
51+
"@segment/analytics-react-native": "^2.18.0",
5252
"@segment/analytics-rn-shared": "workspace:^",
53-
"@segment/sovran-react-native": "workspace:^",
53+
"@segment/sovran-react-native": "^1.1.0",
5454
"jest": "^29.7.0",
5555
"react-native-builder-bob": "^0.23.1",
5656
"react-native-fbsdk-next": "^11",

0 commit comments

Comments
 (0)