Skip to content

Commit

Permalink
Release 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of jcesarmobile) committed Mar 1, 2024
1 parent b71635c commit 25cbdb0
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.7.1](https://github.com/ionic-team/capacitor/compare/5.7.0...5.7.1) (2024-03-01)

### Bug Fixes

- **android:** handle http errors on the proxy ([#7297](https://github.com/ionic-team/capacitor/issues/7297)) ([279f198](https://github.com/ionic-team/capacitor/commit/279f1987e2b0ef23a5b33fe09b4a96a33f528892))
- **android:** incorrect http url params encoding ([#7303](https://github.com/ionic-team/capacitor/issues/7303)) ([3857dad](https://github.com/ionic-team/capacitor/commit/3857dadaba81bc1a356b218203fbbb22e30ab7cb))
- **android:** let WebView handle errors ([#7304](https://github.com/ionic-team/capacitor/issues/7304)) ([b71635c](https://github.com/ionic-team/capacitor/commit/b71635c32d1465d3434db3c94d0c52002a765016))
- **android:** make JSInjector replace first <head> only ([#7249](https://github.com/ionic-team/capacitor/issues/7249)) ([1c45b81](https://github.com/ionic-team/capacitor/commit/1c45b8107b3fb254bd9b3608b2cd61fff14f36b0))
- **cli:** correct build path for non flavor builds ([#7281](https://github.com/ionic-team/capacitor/issues/7281)) ([#7290](https://github.com/ionic-team/capacitor/issues/7290)) ([9b71399](https://github.com/ionic-team/capacitor/commit/9b7139921e3acb472dd0eeb5ad29ccdb08bf6766))
- **cli:** remove certificate file extension check on copy ([#7240](https://github.com/ionic-team/capacitor/issues/7240)) ([#7243](https://github.com/ionic-team/capacitor/issues/7243)) ([4650b4f](https://github.com/ionic-team/capacitor/commit/4650b4fb25975a6b3bf15abe56636e2a581a0fd2))
- **http:** handle proxy urls with port ([#7298](https://github.com/ionic-team/capacitor/issues/7298)) ([00b7abf](https://github.com/ionic-team/capacitor/commit/00b7abffdb8d5c2994ca59a45335f68ad6a662cf))
- **http:** route get requests through custom handler ([#7295](https://github.com/ionic-team/capacitor/issues/7295)) ([30eb6f7](https://github.com/ionic-team/capacitor/commit/30eb6f7c01f91adfc9eeffdaabf587e6b8eb0cdb))

# [5.7.0](https://github.com/ionic-team/capacitor/compare/5.6.0...5.7.0) (2024-02-07)

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

## [5.7.1](https://github.com/ionic-team/capacitor/compare/5.7.0...5.7.1) (2024-03-01)

### Bug Fixes

- **android:** handle http errors on the proxy ([#7297](https://github.com/ionic-team/capacitor/issues/7297)) ([279f198](https://github.com/ionic-team/capacitor/commit/279f1987e2b0ef23a5b33fe09b4a96a33f528892))
- **android:** incorrect http url params encoding ([#7303](https://github.com/ionic-team/capacitor/issues/7303)) ([3857dad](https://github.com/ionic-team/capacitor/commit/3857dadaba81bc1a356b218203fbbb22e30ab7cb))
- **android:** let WebView handle errors ([#7304](https://github.com/ionic-team/capacitor/issues/7304)) ([b71635c](https://github.com/ionic-team/capacitor/commit/b71635c32d1465d3434db3c94d0c52002a765016))
- **android:** make JSInjector replace first <head> only ([#7249](https://github.com/ionic-team/capacitor/issues/7249)) ([1c45b81](https://github.com/ionic-team/capacitor/commit/1c45b8107b3fb254bd9b3608b2cd61fff14f36b0))
- **http:** handle proxy urls with port ([#7298](https://github.com/ionic-team/capacitor/issues/7298)) ([00b7abf](https://github.com/ionic-team/capacitor/commit/00b7abffdb8d5c2994ca59a45335f68ad6a662cf))
- **http:** route get requests through custom handler ([#7295](https://github.com/ionic-team/capacitor/issues/7295)) ([30eb6f7](https://github.com/ionic-team/capacitor/commit/30eb6f7c01f91adfc9eeffdaabf587e6b8eb0cdb))

# [5.7.0](https://github.com/ionic-team/capacitor/compare/5.6.0...5.7.0) (2024-02-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion android/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/android",
"version": "5.7.0",
"version": "5.7.1",
"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
7 changes: 7 additions & 0 deletions cli/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.7.1](https://github.com/ionic-team/capacitor/compare/5.7.0...5.7.1) (2024-03-01)

### Bug Fixes

- **cli:** correct build path for non flavor builds ([#7281](https://github.com/ionic-team/capacitor/issues/7281)) ([#7290](https://github.com/ionic-team/capacitor/issues/7290)) ([9b71399](https://github.com/ionic-team/capacitor/commit/9b7139921e3acb472dd0eeb5ad29ccdb08bf6766))
- **cli:** remove certificate file extension check on copy ([#7240](https://github.com/ionic-team/capacitor/issues/7240)) ([#7243](https://github.com/ionic-team/capacitor/issues/7243)) ([4650b4f](https://github.com/ionic-team/capacitor/commit/4650b4fb25975a6b3bf15abe56636e2a581a0fd2))

# [5.7.0](https://github.com/ionic-team/capacitor/compare/5.6.0...5.7.0) (2024-02-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/cli",
"version": "5.7.0",
"version": "5.7.1",
"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
7 changes: 7 additions & 0 deletions core/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.7.1](https://github.com/ionic-team/capacitor/compare/5.7.0...5.7.1) (2024-03-01)

### Bug Fixes

- **http:** handle proxy urls with port ([#7298](https://github.com/ionic-team/capacitor/issues/7298)) ([00b7abf](https://github.com/ionic-team/capacitor/commit/00b7abffdb8d5c2994ca59a45335f68ad6a662cf))
- **http:** route get requests through custom handler ([#7295](https://github.com/ionic-team/capacitor/issues/7295)) ([30eb6f7](https://github.com/ionic-team/capacitor/commit/30eb6f7c01f91adfc9eeffdaabf587e6b8eb0cdb))

# [5.7.0](https://github.com/ionic-team/capacitor/compare/5.6.0...5.7.0) (2024-02-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/core",
"version": "5.7.0",
"version": "5.7.1",
"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
7 changes: 7 additions & 0 deletions ios/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.7.1](https://github.com/ionic-team/capacitor/compare/5.7.0...5.7.1) (2024-03-01)

### Bug Fixes

- **http:** handle proxy urls with port ([#7298](https://github.com/ionic-team/capacitor/issues/7298)) ([00b7abf](https://github.com/ionic-team/capacitor/commit/00b7abffdb8d5c2994ca59a45335f68ad6a662cf))
- **http:** route get requests through custom handler ([#7295](https://github.com/ionic-team/capacitor/issues/7295)) ([30eb6f7](https://github.com/ionic-team/capacitor/commit/30eb6f7c01f91adfc9eeffdaabf587e6b8eb0cdb))

# [5.7.0](https://github.com/ionic-team/capacitor/compare/5.6.0...5.7.0) (2024-02-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion ios/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/ios",
"version": "5.7.0",
"version": "5.7.1",
"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
Expand Up @@ -11,6 +11,6 @@
"tagVersionPrefix": ""
}
},
"version": "5.7.0",
"version": "5.7.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

0 comments on commit 25cbdb0

Please sign in to comment.