Skip to content

Commit

Permalink
Merge pull request #699 from BranchMetrics/Release-5.4.0
Browse files Browse the repository at this point in the history
Release 5.4.0
  • Loading branch information
gdeluna-branch authored Feb 11, 2022
2 parents 87d8ea6 + 41bacdc commit 9ed14c8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion react-native-branch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ed14c8

Please sign in to comment.