Skip to content

Commit

Permalink
release: Release 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch authored Jun 26, 2023
1 parent 9674322 commit e49af97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023-06-26 Version 5.9.0
- Update Android SDK to 5.5.0
- Update iOS SDK 2.2.0
- Removed deprecated iOS method, delayInitToCheckForSearchAds()

2023-03-29
- To address a race condition where apps don't receive Branch params on cold starts, an opt in fix will defer loading the native iOS/Android layer until signaled
by this plugin in `subscribe()`.
Expand Down
2 changes: 1 addition & 1 deletion branchreactnativetestbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.4",
"react-native-branch": "^5.9.0-alpha.3"
"react-native-branch": "^5.9.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-branch",
"version": "5.8.0",
"version": "5.9.0",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit e49af97

Please # to comment.