Skip to content

Commit

Permalink
Release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of jcesarmobile) committed Nov 19, 2024
1 parent 8e55ca5 commit 7f4325c
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.2.0](https://github.com/ionic-team/capacitor/compare/6.1.2...6.2.0) (2024-11-19)

### Bug Fixes

- **cli:** make Cordova plugins use same default kotlin version as Capacitor ([#7756](https://github.com/ionic-team/capacitor/issues/7756)) ([96dde8c](https://github.com/ionic-team/capacitor/commit/96dde8c33d0c705696f4bde9d756df7c9de32ea4))
- **cli:** replace app-store deprecated method on build ([#7637](https://github.com/ionic-team/capacitor/issues/7637)) ([942b108](https://github.com/ionic-team/capacitor/commit/942b108c1d506539c0c53276ed4ec35eed36634e))
- **ios:** fix retain cycle caused by CDVPluginManager ([#7692](https://github.com/ionic-team/capacitor/issues/7692)) ([#7694](https://github.com/ionic-team/capacitor/issues/7694)) ([dd068fe](https://github.com/ionic-team/capacitor/commit/dd068fe6b75eeb7e5baf948473dfcebcb628239f))
- use Capacitor 6 for SPM dependency ([#7737](https://github.com/ionic-team/capacitor/issues/7737)) ([8e55ca5](https://github.com/ionic-team/capacitor/commit/8e55ca581798e90e016dca66ae41da40e3ed6320))

### Features

- **core:** cherrypick: expose `methodName` via `CAPPluginCall` ([#7641](https://github.com/ionic-team/capacitor/issues/7641)) ([#7684](https://github.com/ionic-team/capacitor/issues/7684)) ([bf6ef8e](https://github.com/ionic-team/capacitor/commit/bf6ef8e1472a789d3216686ed5141f84cc8b95ff))
- **ios:** cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder ([#7657](https://github.com/ionic-team/capacitor/issues/7657)) ([ce30924](https://github.com/ionic-team/capacitor/commit/ce30924da58aa2e58e98d58d81ed5b30cdaea208))

## [6.1.2](https://github.com/ionic-team/capacitor/compare/6.1.1...6.1.2) (2024-08-07)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.2.0](https://github.com/ionic-team/capacitor/compare/6.1.2...6.2.0) (2024-11-19)

**Note:** Version bump only for package @capacitor/android

## [6.1.2](https://github.com/ionic-team/capacitor/compare/6.1.1...6.1.2) (2024-08-07)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/android",
"version": "6.1.2",
"version": "6.2.0",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <[email protected]> (https://ionic.io)",
Expand All @@ -23,7 +23,7 @@
"verify": "./gradlew clean lint build test -b capacitor/build.gradle"
},
"peerDependencies": {
"@capacitor/core": "^6.1.0"
"@capacitor/core": "^6.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.2.0](https://github.com/ionic-team/capacitor/compare/6.1.2...6.2.0) (2024-11-19)

### Bug Fixes

- **cli:** make Cordova plugins use same default kotlin version as Capacitor ([#7756](https://github.com/ionic-team/capacitor/issues/7756)) ([96dde8c](https://github.com/ionic-team/capacitor/commit/96dde8c33d0c705696f4bde9d756df7c9de32ea4))
- **cli:** replace app-store deprecated method on build ([#7637](https://github.com/ionic-team/capacitor/issues/7637)) ([942b108](https://github.com/ionic-team/capacitor/commit/942b108c1d506539c0c53276ed4ec35eed36634e))
- use Capacitor 6 for SPM dependency ([#7737](https://github.com/ionic-team/capacitor/issues/7737)) ([8e55ca5](https://github.com/ionic-team/capacitor/commit/8e55ca581798e90e016dca66ae41da40e3ed6320))

## [6.1.2](https://github.com/ionic-team/capacitor/compare/6.1.1...6.1.2) (2024-08-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/cli",
"version": "6.1.2",
"version": "6.2.0",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <[email protected]> (https://ionic.io)",
Expand Down
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.2.0](https://github.com/ionic-team/capacitor/compare/6.1.2...6.2.0) (2024-11-19)

**Note:** Version bump only for package @capacitor/core

## [6.1.2](https://github.com/ionic-team/capacitor/compare/6.1.1...6.1.2) (2024-08-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/core",
"version": "6.1.2",
"version": "6.2.0",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <[email protected]> (https://ionic.io)",
Expand Down
11 changes: 11 additions & 0 deletions ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.2.0](https://github.com/ionic-team/capacitor/compare/6.1.2...6.2.0) (2024-11-19)

### Bug Fixes

- **ios:** fix retain cycle caused by CDVPluginManager ([#7692](https://github.com/ionic-team/capacitor/issues/7692)) ([#7694](https://github.com/ionic-team/capacitor/issues/7694)) ([dd068fe](https://github.com/ionic-team/capacitor/commit/dd068fe6b75eeb7e5baf948473dfcebcb628239f))

### Features

- **core:** cherrypick: expose `methodName` via `CAPPluginCall` ([#7641](https://github.com/ionic-team/capacitor/issues/7641)) ([#7684](https://github.com/ionic-team/capacitor/issues/7684)) ([bf6ef8e](https://github.com/ionic-team/capacitor/commit/bf6ef8e1472a789d3216686ed5141f84cc8b95ff))
- **ios:** cherry-pick - JSValueEncoder/Decoder feature parity with JSONEncoder/Decoder ([#7657](https://github.com/ionic-team/capacitor/issues/7657)) ([ce30924](https://github.com/ionic-team/capacitor/commit/ce30924da58aa2e58e98d58d81ed5b30cdaea208))

## [6.1.2](https://github.com/ionic-team/capacitor/compare/6.1.1...6.1.2) (2024-08-07)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/ios",
"version": "6.1.2",
"version": "6.2.0",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <[email protected]> (https://ionic.io)",
Expand All @@ -26,7 +26,7 @@
"xc:build:xcframework": "scripts/build.sh xcframework"
},
"peerDependencies": {
"@capacitor/core": "^6.1.0"
"@capacitor/core": "^6.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"tagVersionPrefix": ""
}
},
"version": "6.1.2",
"version": "6.2.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

0 comments on commit 7f4325c

Please sign in to comment.