Skip to content

Commit

Permalink
Release 5.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of theproducer) committed Apr 15, 2024
1 parent f02e106 commit 858b125
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.7.5](https://github.com/ionic-team/capacitor/compare/5.7.4...5.7.5) (2024-04-15)

### Bug Fixes

- **cli:** Removing extra dash in android apk name flavor parsing ([#7383](https://github.com/ionic-team/capacitor/issues/7383)) ([aed075f](https://github.com/ionic-team/capacitor/commit/aed075ffcfd04003876f5eb90581d46298a69d66))
- **http:** Add URLSearchParams support ([#7376](https://github.com/ionic-team/capacitor/issues/7376)) ([080be74](https://github.com/ionic-team/capacitor/commit/080be74fa8ebb58d1f30a272c35f854506573620))
- **http:** prevent POST request from being proxied ([#7402](https://github.com/ionic-team/capacitor/issues/7402)) ([6a96ce7](https://github.com/ionic-team/capacitor/commit/6a96ce727668fd03501382fad4e350775f2e1ac9))
- vue 3 log warning causes error on iOS ([#7364](https://github.com/ionic-team/capacitor/issues/7364)) ([bc39b6b](https://github.com/ionic-team/capacitor/commit/bc39b6b8cfc59bcba934a181f71df9d9e756ea42))

## [5.7.4](https://github.com/ionic-team/capacitor/compare/5.7.3...5.7.4) (2024-03-20)

### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions android/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.

## [5.7.5](https://github.com/ionic-team/capacitor/compare/5.7.4...5.7.5) (2024-04-15)

### Bug Fixes

- **http:** Add URLSearchParams support ([#7376](https://github.com/ionic-team/capacitor/issues/7376)) ([080be74](https://github.com/ionic-team/capacitor/commit/080be74fa8ebb58d1f30a272c35f854506573620))
- **http:** prevent POST request from being proxied ([#7402](https://github.com/ionic-team/capacitor/issues/7402)) ([6a96ce7](https://github.com/ionic-team/capacitor/commit/6a96ce727668fd03501382fad4e350775f2e1ac9))
- vue 3 log warning causes error on iOS ([#7364](https://github.com/ionic-team/capacitor/issues/7364)) ([bc39b6b](https://github.com/ionic-team/capacitor/commit/bc39b6b8cfc59bcba934a181f71df9d9e756ea42))

## [5.7.4](https://github.com/ionic-team/capacitor/compare/5.7.3...5.7.4) (2024-03-20)

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

## [5.7.5](https://github.com/ionic-team/capacitor/compare/5.7.4...5.7.5) (2024-04-15)

### Bug Fixes

- **cli:** Removing extra dash in android apk name flavor parsing ([#7383](https://github.com/ionic-team/capacitor/issues/7383)) ([aed075f](https://github.com/ionic-team/capacitor/commit/aed075ffcfd04003876f5eb90581d46298a69d66))

## [5.7.4](https://github.com/ionic-team/capacitor/compare/5.7.3...5.7.4) (2024-03-20)

**Note:** Version bump only for package @capacitor/cli
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": "5.7.4",
"version": "5.7.5",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
Expand Down
8 changes: 8 additions & 0 deletions core/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.

## [5.7.5](https://github.com/ionic-team/capacitor/compare/5.7.4...5.7.5) (2024-04-15)

### Bug Fixes

- **http:** Add URLSearchParams support ([#7376](https://github.com/ionic-team/capacitor/issues/7376)) ([080be74](https://github.com/ionic-team/capacitor/commit/080be74fa8ebb58d1f30a272c35f854506573620))
- **http:** prevent POST request from being proxied ([#7402](https://github.com/ionic-team/capacitor/issues/7402)) ([6a96ce7](https://github.com/ionic-team/capacitor/commit/6a96ce727668fd03501382fad4e350775f2e1ac9))
- vue 3 log warning causes error on iOS ([#7364](https://github.com/ionic-team/capacitor/issues/7364)) ([bc39b6b](https://github.com/ionic-team/capacitor/commit/bc39b6b8cfc59bcba934a181f71df9d9e756ea42))

## [5.7.4](https://github.com/ionic-team/capacitor/compare/5.7.3...5.7.4) (2024-03-20)

### 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": "5.7.4",
"version": "5.7.5",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
Expand Down
8 changes: 8 additions & 0 deletions ios/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.

## [5.7.5](https://github.com/ionic-team/capacitor/compare/5.7.4...5.7.5) (2024-04-15)

### Bug Fixes

- **http:** Add URLSearchParams support ([#7376](https://github.com/ionic-team/capacitor/issues/7376)) ([080be74](https://github.com/ionic-team/capacitor/commit/080be74fa8ebb58d1f30a272c35f854506573620))
- **http:** prevent POST request from being proxied ([#7402](https://github.com/ionic-team/capacitor/issues/7402)) ([6a96ce7](https://github.com/ionic-team/capacitor/commit/6a96ce727668fd03501382fad4e350775f2e1ac9))
- vue 3 log warning causes error on iOS ([#7364](https://github.com/ionic-team/capacitor/issues/7364)) ([bc39b6b](https://github.com/ionic-team/capacitor/commit/bc39b6b8cfc59bcba934a181f71df9d9e756ea42))

## [5.7.4](https://github.com/ionic-team/capacitor/compare/5.7.3...5.7.4) (2024-03-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/ios",
"version": "5.7.4",
"version": "5.7.5",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
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": "5.7.4",
"version": "5.7.5",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

0 comments on commit 858b125

Please sign in to comment.