Skip to content

Commit 347d10a

Browse files
author
Github Workflow (on behalf of markemer)
committed
Release 6.2.1
1 parent 459cac2 commit 347d10a

File tree

10 files changed

+40
-5
lines changed

10 files changed

+40
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.1](https://github.com/ionic-team/capacitor/compare/6.2.0...6.2.1) (2025-03-31)
7+
8+
### Bug Fixes
9+
10+
- **android:** sanitize portable file name ([#7894](https://github.com/ionic-team/capacitor/issues/7894)) ([#7895](https://github.com/ionic-team/capacitor/issues/7895)) ([0ac1d50](https://github.com/ionic-team/capacitor/commit/0ac1d5039a8d8ab7d7070c76de988d36dbaafa5a))
11+
- **cli:** don't run bundle if not installed ([#7896](https://github.com/ionic-team/capacitor/issues/7896)) ([#7903](https://github.com/ionic-team/capacitor/issues/7903)) ([03dcb5e](https://github.com/ionic-team/capacitor/commit/03dcb5ed358567bb9e33718c81a5128565163a4d))
12+
- **http:** boundary not added for Request objects ([#7897](https://github.com/ionic-team/capacitor/issues/7897)) ([#7904](https://github.com/ionic-team/capacitor/issues/7904)) ([459cac2](https://github.com/ionic-team/capacitor/commit/459cac243a80f023653209aee3aca02a7db100ca))
13+
- **ios:** don't check isMediaExtension on range requests ([#7868](https://github.com/ionic-team/capacitor/issues/7868)) ([#7873](https://github.com/ionic-team/capacitor/issues/7873)) ([f34a008](https://github.com/ionic-team/capacitor/commit/f34a0081ac0b5d80d55733a578cda6413fbf99fc))
14+
615
# [6.2.0](https://github.com/ionic-team/capacitor/compare/6.1.2...6.2.0) (2024-11-19)
716

817
### Bug Fixes

android/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.1](https://github.com/ionic-team/capacitor/compare/6.2.0...6.2.1) (2025-03-31)
7+
8+
### Bug Fixes
9+
10+
- **android:** sanitize portable file name ([#7894](https://github.com/ionic-team/capacitor/issues/7894)) ([#7895](https://github.com/ionic-team/capacitor/issues/7895)) ([0ac1d50](https://github.com/ionic-team/capacitor/commit/0ac1d5039a8d8ab7d7070c76de988d36dbaafa5a))
11+
- **http:** boundary not added for Request objects ([#7897](https://github.com/ionic-team/capacitor/issues/7897)) ([#7904](https://github.com/ionic-team/capacitor/issues/7904)) ([459cac2](https://github.com/ionic-team/capacitor/commit/459cac243a80f023653209aee3aca02a7db100ca))
12+
613
# [6.2.0](https://github.com/ionic-team/capacitor/compare/6.1.2...6.2.0) (2024-11-19)
714

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

android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/android",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
55
"homepage": "https://capacitorjs.com",
66
"author": "Ionic Team <[email protected]> (https://ionic.io)",

cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.1](https://github.com/ionic-team/capacitor/compare/6.2.0...6.2.1) (2025-03-31)
7+
8+
### Bug Fixes
9+
10+
- **cli:** don't run bundle if not installed ([#7896](https://github.com/ionic-team/capacitor/issues/7896)) ([#7903](https://github.com/ionic-team/capacitor/issues/7903)) ([03dcb5e](https://github.com/ionic-team/capacitor/commit/03dcb5ed358567bb9e33718c81a5128565163a4d))
11+
612
# [6.2.0](https://github.com/ionic-team/capacitor/compare/6.1.2...6.2.0) (2024-11-19)
713

814
### Bug Fixes

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/cli",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
55
"homepage": "https://capacitorjs.com",
66
"author": "Ionic Team <[email protected]> (https://ionic.io)",

core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.1](https://github.com/ionic-team/capacitor/compare/6.2.0...6.2.1) (2025-03-31)
7+
8+
### Bug Fixes
9+
10+
- **http:** boundary not added for Request objects ([#7897](https://github.com/ionic-team/capacitor/issues/7897)) ([#7904](https://github.com/ionic-team/capacitor/issues/7904)) ([459cac2](https://github.com/ionic-team/capacitor/commit/459cac243a80f023653209aee3aca02a7db100ca))
11+
612
# [6.2.0](https://github.com/ionic-team/capacitor/compare/6.1.2...6.2.0) (2024-11-19)
713

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

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/core",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
55
"homepage": "https://capacitorjs.com",
66
"author": "Ionic Team <[email protected]> (https://ionic.io)",

ios/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.1](https://github.com/ionic-team/capacitor/compare/6.2.0...6.2.1) (2025-03-31)
7+
8+
### Bug Fixes
9+
10+
- **http:** boundary not added for Request objects ([#7897](https://github.com/ionic-team/capacitor/issues/7897)) ([#7904](https://github.com/ionic-team/capacitor/issues/7904)) ([459cac2](https://github.com/ionic-team/capacitor/commit/459cac243a80f023653209aee3aca02a7db100ca))
11+
- **ios:** don't check isMediaExtension on range requests ([#7868](https://github.com/ionic-team/capacitor/issues/7868)) ([#7873](https://github.com/ionic-team/capacitor/issues/7873)) ([f34a008](https://github.com/ionic-team/capacitor/commit/f34a0081ac0b5d80d55733a578cda6413fbf99fc))
12+
613
# [6.2.0](https://github.com/ionic-team/capacitor/compare/6.1.2...6.2.0) (2024-11-19)
714

815
### Bug Fixes

ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/ios",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
55
"homepage": "https://capacitorjs.com",
66
"author": "Ionic Team <[email protected]> (https://ionic.io)",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"tagVersionPrefix": ""
1212
}
1313
},
14-
"version": "6.2.0",
14+
"version": "6.2.1",
1515
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1616
}

0 commit comments

Comments
 (0)