diff --git a/ChangeLog.md b/ChangeLog.md index cea9f5f7d..bb1d0410a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +2022-02-10 Version 5.4.0 + - Fix type definition of createBranchUniversalObject (Thanks v-fernandez!) + - Update Android SDK to 5.1.0 + - Update iOS SDK to 1.41.0 + - Update other dependencies to latest non-breaking + 2022-01-31 Version 5.3.1 - Null checks for listeners. Thanks ilyagru! - Depend on React-Core instead of React. Thanks radko93! diff --git a/android/build.gradle b/android/build.gradle index 68f9ed4fb..e3ea5787b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -32,5 +32,5 @@ android { dependencies { implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' implementation 'com.facebook.react:react-native:+' // From node_modules - api 'io.branch.sdk.android:library:5.0.14' + api 'io.branch.sdk.android:library:5.1.0' } diff --git a/package.json b/package.json index dc99a49a6..e9e756e55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-branch", - "version": "5.3.1", + "version": "5.4.0", "description": "Branch Metrics React Native SDK", "main": "src/index.js", "types": "src/index.d.ts", @@ -50,12 +50,12 @@ "react-native": ">= 0.60" }, "devDependencies": { - "@babel/core": "^7.5.4", + "@babel/core": "^7.17.2", "babel-eslint": "^7.0.0", - "eslint": "^2.7.0", + "eslint": "^2.13.0", "eslint-config-rackt": "^1.1.1", - "jest": "^25.2.6", - "react": "16.11.0", + "jest": "^25.5.4", + "react": "16.14.0", "react-native": "^0.62.0" } } diff --git a/react-native-branch.podspec b/react-native-branch.podspec index f13c2763e..6fa3e64e9 100644 --- a/react-native-branch.podspec +++ b/react-native-branch.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.source_files = [ "ios/*.h", "ios/*.m"] s.compiler_flags = %[-DRNBRANCH_VERSION=@\\"#{s.version}\\"] s.header_dir = 'RNBranch' # also sets generated module name - s.dependency 'Branch', '1.40.2' + s.dependency 'Branch', '1.41.0' s.dependency 'React-Core' # to ensure the correct build order # Swift/Objective-C compatibility