Skip to content

Commit c8ed7b9

Browse files
Merge pull request #114 from BranchMetrics/Release-6.0.0
release:SDK-2001 -- [Capacitor] Release 6.0.0
2 parents e731a43 + e812853 commit c8ed7b9

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Branch Capacitor SDK change log
22

3+
- 6.0.0
4+
5+
- Updates the core capacitor plugin to 5.0.0 https://github.com/BranchMetrics/capacitor-branch-deep-links/pull/112
6+
- Branch Android SDK bumped to 5.6.1 https://github.com/BranchMetrics/capacitor-branch-deep-links/pull/113
7+
- Updated to Gradle 8 and resolved tooling errors
8+
- Branch iOS SDK bumped to 2.2.0 https://github.com/BranchMetrics/capacitor-branch-deep-links/pull/113
9+
- Namespace `Branch` changed to `BranchSDK`
10+
311
- 5.0.0
412

513
- Updates the core capacitor plugin to 4.0.1

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
mavenCentral()
2020
}
2121
dependencies {
22-
classpath 'com.android.tools.build:gradle:8.0.0'
22+
classpath 'com.android.tools.build:gradle:8.0.2'
2323
}
2424
}
2525

ios/Plugin/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class BranchDeepLinks: CAPPlugin {
1616
object: nil
1717
)
1818

19-
Branch.getInstance().registerPluginName("Capacitor", version: "5.0.0")
19+
Branch.getInstance().registerPluginName("Capacitor", version: "6.0.0")
2020
}
2121

2222
@objc public func setBranchService(branchService: Any) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-branch-deep-links",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Capacitor plugin for Branch.io deep links",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)