Skip to content

Commit 9a4d358

Browse files
Release 6.4.0 (#1043)
* update deps * Update to fix testbed * Update package.json --------- Co-authored-by: nsingh-branch <[email protected]>
1 parent 2b0c52f commit 9a4d358

File tree

9 files changed

+24
-18
lines changed

9 files changed

+24
-18
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ Pods
5454
Gemfile.lock
5555

5656
# yarn lock file, use `yarn import` to generate from package-lock.json
57-
yarn.lock
57+
yarn.lock
58+
branchreactnativetestbed/ios/.ruby-version

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-29 Version 6.4.0
2+
- Update iOS SDK to 3.6.5
3+
- Update Android SDK to 5.13.0
4+
15
2024-09-26 Version 6.3.0
26
- Update iOS SDK to 3.6.3
37
- Update Android SDK to 5.12.4

branch-sdk-automation-testbed/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react-native-push-notification": "^8.1.1",
2121
"react": "18.0.0",
2222
"react-native": "0.69.1",
23-
"react-native-branch": "6.3.0",
23+
"react-native-branch": "6.4.0-alpha.0",
2424
"react-native-dropdown-picker": "^5.4.2",
2525
"react-native-json-tree": "^1.3.0",
2626
"react-native-keyboard-aware-scroll-view": "^0.9.5",
@@ -35,6 +35,7 @@
3535
"devDependencies": {
3636
"@babel/core": "^7.12.9",
3737
"@babel/runtime": "^7.12.5",
38+
"@react-native-community/cli": "latest",
3839
"@react-native-community/eslint-config": "^2.0.0",
3940
"@tsconfig/react-native": "^2.0.0",
4041
"@types/jest": "^26.0.23",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
rootProject.name = 'branchreactnativetestbed'
22
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
33
include ':app'
4-
includeBuild('../node_modules/react-native-gradle-plugin')
4+
includeBuild('../node_modules/@react-native/gradle-plugin')

branchreactnativetestbed/ios/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- boost (1.76.0)
3-
- BranchSDK (3.4.4)
3+
- BranchSDK (3.6.5)
44
- CocoaAsyncSocket (7.6.5)
55
- DoubleConversion (1.1.6)
66
- FBLazyVector (0.72.5)
@@ -376,8 +376,8 @@ PODS:
376376
- React-jsinspector (0.72.5)
377377
- React-logger (0.72.5):
378378
- glog
379-
- react-native-branch (6.2.2-alpha.0):
380-
- BranchSDK (= 3.4.4)
379+
- react-native-branch (6.4.0-alpha.0):
380+
- BranchSDK (= 3.6.5)
381381
- React-Core
382382
- React-NativeModulesApple (0.72.5):
383383
- hermes-engine
@@ -663,7 +663,7 @@ EXTERNAL SOURCES:
663663

664664
SPEC CHECKSUMS:
665665
boost: 57d2868c099736d80fcd648bf211b4431e51a558
666-
BranchSDK: 28bec34fb99c53ab8e86b7bf69cc55a4505fe0b3
666+
BranchSDK: ef7d89062afb08b20f65d5b1633b215ee77ab77f
667667
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
668668
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
669669
FBLazyVector: 71803c074f6325f10b5ec891c443b6bbabef0ca7
@@ -696,7 +696,7 @@ SPEC CHECKSUMS:
696696
React-jsiexecutor: ff70a72027dea5cc7d71cfcc6fad7f599f63987a
697697
React-jsinspector: aef73cbd43b70675f572214d10fa438c89bf11ba
698698
React-logger: 2e4aee3e11b3ec4fa6cfd8004610bbb3b8d6cca4
699-
react-native-branch: 58dfd22e9b6ae19fb062e41c610d30a1501c3651
699+
react-native-branch: f98a76ca204f8b0e7fbcba8cb80802ac1a762efd
700700
React-NativeModulesApple: 797bc6078d566eef3fb3f74127e6e1d2e945a15f
701701
React-perflogger: cd8886513f68e1c135a1e79d20575c6489641597
702702
React-RCTActionSheet: 726d2615ca62a77ce3e2c13d87f65379cdc73498

branchreactnativetestbed/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branchreactnativetestbed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "18.2.0",
1414
"react-native": "0.72.5",
15-
"react-native-branch": "6.3.0"
15+
"react-native-branch": "6.4.0-alpha.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-branch",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

react-native-branch.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.source_files = [ "ios/*.h", "ios/*.m"]
2323
s.compiler_flags = %[-DRNBRANCH_VERSION=@\\"#{s.version}\\"]
2424
s.header_dir = 'RNBranch' # also sets generated module name
25-
s.dependency 'BranchSDK', '3.6.3'
25+
s.dependency 'BranchSDK', '3.6.5'
2626
s.dependency 'React-Core' # to ensure the correct build order
2727

2828
# Swift/Objective-C compatibility

0 commit comments

Comments
 (0)