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.4.0 #1043

Merged
merged 3 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ Pods
Gemfile.lock

# yarn lock file, use `yarn import` to generate from package-lock.json
yarn.lock
yarn.lock
branchreactnativetestbed/ios/.ruby-version
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-29 Version 6.4.0
- Update iOS SDK to 3.6.5
- Update Android SDK to 5.13.0

2024-09-26 Version 6.3.0
- Update iOS SDK to 3.6.3
- Update Android SDK to 5.12.4
Expand Down
3 changes: 2 additions & 1 deletion branch-sdk-automation-testbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react-native-push-notification": "^8.1.1",
"react": "18.0.0",
"react-native": "0.69.1",
"react-native-branch": "6.3.0",
"react-native-branch": "6.4.0-alpha.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 All @@ -35,6 +35,7 @@
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/cli": "latest",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.0",
"@types/jest": "^26.0.23",
Expand Down
2 changes: 1 addition & 1 deletion branchreactnativetestbed/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'branchreactnativetestbed'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/react-native-gradle-plugin')
includeBuild('../node_modules/@react-native/gradle-plugin')
10 changes: 5 additions & 5 deletions branchreactnativetestbed/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- boost (1.76.0)
- BranchSDK (3.4.4)
- BranchSDK (3.6.5)
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
- FBLazyVector (0.72.5)
Expand Down Expand Up @@ -376,8 +376,8 @@ PODS:
- React-jsinspector (0.72.5)
- React-logger (0.72.5):
- glog
- react-native-branch (6.2.2-alpha.0):
- BranchSDK (= 3.4.4)
- react-native-branch (6.4.0-alpha.0):
- BranchSDK (= 3.6.5)
- React-Core
- React-NativeModulesApple (0.72.5):
- hermes-engine
Expand Down Expand Up @@ -663,7 +663,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
BranchSDK: 28bec34fb99c53ab8e86b7bf69cc55a4505fe0b3
BranchSDK: ef7d89062afb08b20f65d5b1633b215ee77ab77f
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 71803c074f6325f10b5ec891c443b6bbabef0ca7
Expand Down Expand Up @@ -696,7 +696,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: ff70a72027dea5cc7d71cfcc6fad7f599f63987a
React-jsinspector: aef73cbd43b70675f572214d10fa438c89bf11ba
React-logger: 2e4aee3e11b3ec4fa6cfd8004610bbb3b8d6cca4
react-native-branch: 58dfd22e9b6ae19fb062e41c610d30a1501c3651
react-native-branch: f98a76ca204f8b0e7fbcba8cb80802ac1a762efd
React-NativeModulesApple: 797bc6078d566eef3fb3f74127e6e1d2e945a15f
React-perflogger: cd8886513f68e1c135a1e79d20575c6489641597
React-RCTActionSheet: 726d2615ca62a77ce3e2c13d87f65379cdc73498
Expand Down
14 changes: 7 additions & 7 deletions branchreactnativetestbed/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0"
"react-native-branch": "6.4.0-alpha.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.3.0",
"version": "6.4.0-alpha.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.6.3'
s.dependency 'BranchSDK', '3.6.5'
s.dependency 'React-Core' # to ensure the correct build order

# Swift/Objective-C compatibility
Expand Down
Loading