From f8f23224990818913bd9e89cbb843245c98b756f Mon Sep 17 00:00:00 2001 From: "Github Workflow (on behalf of jcesarmobile)" Date: Wed, 20 Mar 2024 18:29:55 +0000 Subject: [PATCH] Release 5.7.4 --- CHANGELOG.md | 6 ++++++ android/CHANGELOG.md | 6 ++++++ android/package.json | 2 +- cli/CHANGELOG.md | 4 ++++ cli/package.json | 2 +- core/CHANGELOG.md | 6 ++++++ core/package.json | 2 +- ios/CHANGELOG.md | 6 ++++++ ios/package.json | 2 +- lerna.json | 2 +- 10 files changed, 33 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc47bcbdd..8c4d06d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4](https://github.com/ionic-team/capacitor/compare/5.7.3...5.7.4) (2024-03-20) + +### Bug Fixes + +- **http:** change proxy url generation ([30a32f4](https://github.com/ionic-team/capacitor/commit/30a32f467fb4c5cc6c4e1b98e55f97a8c14befa5)) + ## [5.7.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15) ### Bug Fixes diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 34d7ac6c5..92787e38b 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -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.4](https://github.com/ionic-team/capacitor/compare/5.7.3...5.7.4) (2024-03-20) + +### Bug Fixes + +- **http:** change proxy url generation ([30a32f4](https://github.com/ionic-team/capacitor/commit/30a32f467fb4c5cc6c4e1b98e55f97a8c14befa5)) + ## [5.7.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15) ### Bug Fixes diff --git a/android/package.json b/android/package.json index bbb5d548d..dc37355eb 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/android", - "version": "5.7.3", + "version": "5.7.4", "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 210130d91..d0cad55e2 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -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. +## [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 + ## [5.7.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index fa0eca634..48179d282 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/cli", - "version": "5.7.3", + "version": "5.7.4", "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 ebd0476fe..675847a2e 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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.4](https://github.com/ionic-team/capacitor/compare/5.7.3...5.7.4) (2024-03-20) + +### Bug Fixes + +- **http:** change proxy url generation ([30a32f4](https://github.com/ionic-team/capacitor/commit/30a32f467fb4c5cc6c4e1b98e55f97a8c14befa5)) + ## [5.7.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15) ### Bug Fixes diff --git a/core/package.json b/core/package.json index 164797c7d..a8ee2670d 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/core", - "version": "5.7.3", + "version": "5.7.4", "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 a6a525b97..d55642851 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -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.4](https://github.com/ionic-team/capacitor/compare/5.7.3...5.7.4) (2024-03-20) + +### Bug Fixes + +- **http:** change proxy url generation ([30a32f4](https://github.com/ionic-team/capacitor/commit/30a32f467fb4c5cc6c4e1b98e55f97a8c14befa5)) + ## [5.7.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15) ### Bug Fixes diff --git a/ios/package.json b/ios/package.json index 4ae99c2f2..b1a6d4beb 100644 --- a/ios/package.json +++ b/ios/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/ios", - "version": "5.7.3", + "version": "5.7.4", "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 7f60518fd..e7048e6b1 100644 --- a/lerna.json +++ b/lerna.json @@ -11,6 +11,6 @@ "tagVersionPrefix": "" } }, - "version": "5.7.3", + "version": "5.7.4", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }