From 25cbdb007c8ecd9dd2ae1be2b171f466ce7b60bd Mon Sep 17 00:00:00 2001 From: "Github Workflow (on behalf of jcesarmobile)" Date: Fri, 1 Mar 2024 16:00:52 +0000 Subject: [PATCH] Release 5.7.1 --- CHANGELOG.md | 13 +++++++++++++ android/CHANGELOG.md | 11 +++++++++++ android/package.json | 2 +- cli/CHANGELOG.md | 7 +++++++ cli/package.json | 2 +- core/CHANGELOG.md | 7 +++++++ core/package.json | 2 +- ios/CHANGELOG.md | 7 +++++++ ios/package.json | 2 +- lerna.json | 2 +- 10 files changed, 50 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d93ae94bd..69df0f9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 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 diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index a20ae697b..c8da05192 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -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 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 diff --git a/android/package.json b/android/package.json index eda6bbbc6..2cd3ecb63 100644 --- a/android/package.json +++ b/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 (https://ionic.io)", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index fa22af38f..2020298c6 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -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 diff --git a/cli/package.json b/cli/package.json index 7cb052c14..ebccdc37c 100644 --- a/cli/package.json +++ b/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 (https://ionic.io)", diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 928794af9..e47f6bdcf 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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 diff --git a/core/package.json b/core/package.json index 478689eed..3574232e3 100644 --- a/core/package.json +++ b/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 (https://ionic.io)", diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 63dbd93d6..1bd34a68d 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -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 diff --git a/ios/package.json b/ios/package.json index 44a92a4a7..54e1008a9 100644 --- a/ios/package.json +++ b/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 (https://ionic.io)", diff --git a/lerna.json b/lerna.json index df00249a6..5f8466750 100644 --- a/lerna.json +++ b/lerna.json @@ -11,6 +11,6 @@ "tagVersionPrefix": "" } }, - "version": "5.7.0", + "version": "5.7.1", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }