Skip to content

Commit 9ed14c8

Browse files
Merge pull request #699 from BranchMetrics/Release-5.4.0
Release 5.4.0
2 parents 87d8ea6 + 41bacdc commit 9ed14c8

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2022-02-10 Version 5.4.0
2+
- Fix type definition of createBranchUniversalObject (Thanks v-fernandez!)
3+
- Update Android SDK to 5.1.0
4+
- Update iOS SDK to 1.41.0
5+
- Update other dependencies to latest non-breaking
6+
17
2022-01-31 Version 5.3.1
28
- Null checks for listeners. Thanks ilyagru!
39
- Depend on React-Core instead of React. Thanks radko93!

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ android {
3232
dependencies {
3333
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
3434
implementation 'com.facebook.react:react-native:+' // From node_modules
35-
api 'io.branch.sdk.android:library:5.0.14'
35+
api 'io.branch.sdk.android:library:5.1.0'
3636
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-branch",
3-
"version": "5.3.1",
3+
"version": "5.4.0",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",
@@ -50,12 +50,12 @@
5050
"react-native": ">= 0.60"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.5.4",
53+
"@babel/core": "^7.17.2",
5454
"babel-eslint": "^7.0.0",
55-
"eslint": "^2.7.0",
55+
"eslint": "^2.13.0",
5656
"eslint-config-rackt": "^1.1.1",
57-
"jest": "^25.2.6",
58-
"react": "16.11.0",
57+
"jest": "^25.5.4",
58+
"react": "16.14.0",
5959
"react-native": "^0.62.0"
6060
}
6161
}

react-native-branch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.source_files = [ "ios/*.h", "ios/*.m"]
2323
s.compiler_flags = %[-DRNBRANCH_VERSION=@\\"#{s.version}\\"]
2424
s.header_dir = 'RNBranch' # also sets generated module name
25-
s.dependency 'Branch', '1.40.2'
25+
s.dependency 'Branch', '1.41.0'
2626
s.dependency 'React-Core' # to ensure the correct build order
2727

2828
# Swift/Objective-C compatibility

0 commit comments

Comments
 (0)