Skip to content

Commit 6480875

Browse files
chore(release): 1.1.0 [skip ci]
## @segment/analytics-react-native-plugin-branch [1.1.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-branch-v1.0.3...@segment/analytics-react-native-plugin-branch-v1.1.0) (2023-12-15) ### Features * RN 0.72 Upgrade ([03f13a1](03f13a1)) ### Dependencies * **@segment/analytics-react-native:** upgraded to 2.18.0 * **@segment/sovran-react-native:** upgraded to 1.1.0
1 parent fa1d2d8 commit 6480875

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

packages/plugins/plugin-branch/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## @segment/analytics-react-native-plugin-branch [1.1.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-branch-v1.0.3...@segment/analytics-react-native-plugin-branch-v1.1.0) (2023-12-15)
2+
3+
4+
### Features
5+
6+
* RN 0.72 Upgrade ([03f13a1](https://github.com/segmentio/analytics-react-native/commit/03f13a19c79d8aaad726639de5f0327c748fed1f))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@segment/analytics-react-native:** upgraded to 2.18.0
13+
* **@segment/sovran-react-native:** upgraded to 1.1.0
14+
115
## [@segment/analytics-react-native-plugin-branch-v1.0.3](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-branch-v1.0.2...@segment/analytics-react-native-plugin-branch-v1.0.3) (2023-08-21)
216

317

packages/plugins/plugin-branch/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-branch",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {
@@ -45,13 +45,13 @@
4545
},
4646
"homepage": "https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-branch#readme",
4747
"peerDependencies": {
48-
"@segment/analytics-react-native": "workspace:^",
48+
"@segment/analytics-react-native": "^2.18.0",
4949
"react-native-branch": "^5.6.0"
5050
},
5151
"devDependencies": {
52-
"@segment/analytics-react-native": "workspace:^",
52+
"@segment/analytics-react-native": "^2.18.0",
5353
"@segment/analytics-rn-shared": "workspace:^",
54-
"@segment/sovran-react-native": "workspace:^",
54+
"@segment/sovran-react-native": "^1.1.0",
5555
"jest": "^29.7.0",
5656
"react-native-branch": "^5.6.0",
5757
"react-native-builder-bob": "^0.23.1",

0 commit comments

Comments
 (0)