Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.3.0 #1034

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-09-26 Version 6.3.0
- Update iOS SDK to 3.6.3
- Update Android SDK to 5.12.4

2024-06-11 Version 6.2.2
- Update iOS SDK to 3.4.4
- Update Android SDK to 5.12.1
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ def safeExtGet(prop, fallback) {
dependencies {
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'com.facebook.react:react-native:+' // From node_modules
api 'io.branch.sdk.android:library:5.12.1'
api 'io.branch.sdk.android:library:5.12.4'
}
4 changes: 2 additions & 2 deletions branch-sdk-automation-testbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@react-navigation/stack": "^6.2.2",
"@react-navigation/stack": "^6.3.0",
"@types/react-native-push-notification": "^8.1.1",
"react": "18.0.0",
"react-native": "0.69.1",
"react-native-branch": "6.2.2-alpha.0",
"react-native-branch": "6.3.0",
"react-native-dropdown-picker": "^5.4.2",
"react-native-json-tree": "^1.3.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
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.72.5",
"react-native-branch": "6.2.2-alpha.0"
"react-native-branch": "6.3.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": "6.2.2",
"version": "6.3.0",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
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 'BranchSDK', '3.4.4'
s.dependency 'BranchSDK', '3.6.3'
s.dependency 'React-Core' # to ensure the correct build order

# Swift/Objective-C compatibility
Expand Down
Loading