diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fa02ea0d..cc47bcbdd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15) + +### Bug Fixes + +- **cli:** apkName for multi-dimensional flavors ([#7347](https://github.com/ionic-team/capacitor/issues/7347)) ([771d678](https://github.com/ionic-team/capacitor/commit/771d67820e604e1c2a41ec5e966c58eab26a3e50)) +- **http:** keep original URL properties on proxy ([#7338](https://github.com/ionic-team/capacitor/issues/7338)) ([9ef8b1d](https://github.com/ionic-team/capacitor/commit/9ef8b1d5bc9ef596d5a3742dc34f053c47a3fc74)) +- **http:** Make proxy work with Request objects ([#7348](https://github.com/ionic-team/capacitor/issues/7348)) ([#7351](https://github.com/ionic-team/capacitor/issues/7351)) ([0139aa8](https://github.com/ionic-team/capacitor/commit/0139aa8cf3ad86f688b5af29172287c57df01b2e)) +- **http:** set port for proxy url ([#7346](https://github.com/ionic-team/capacitor/issues/7346)) ([5bd33c4](https://github.com/ionic-team/capacitor/commit/5bd33c4080be4f9cd7ba4c27a0036d7004bea291)) +- **ios:** overwrite CORS headers on livereload ([#7349](https://github.com/ionic-team/capacitor/issues/7349)) ([1aad9c6](https://github.com/ionic-team/capacitor/commit/1aad9c6aa984bf2fcf5be6ac5f00fe55bce6438d)) + ## [5.7.2](https://github.com/ionic-team/capacitor/compare/5.7.1...5.7.2) (2024-03-06) ### Bug Fixes diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 4a3cc86d8a..34d7ac6c5b 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -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.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15) + +### Bug Fixes + +- **http:** keep original URL properties on proxy ([#7338](https://github.com/ionic-team/capacitor/issues/7338)) ([9ef8b1d](https://github.com/ionic-team/capacitor/commit/9ef8b1d5bc9ef596d5a3742dc34f053c47a3fc74)) +- **http:** Make proxy work with Request objects ([#7348](https://github.com/ionic-team/capacitor/issues/7348)) ([#7351](https://github.com/ionic-team/capacitor/issues/7351)) ([0139aa8](https://github.com/ionic-team/capacitor/commit/0139aa8cf3ad86f688b5af29172287c57df01b2e)) +- **http:** set port for proxy url ([#7346](https://github.com/ionic-team/capacitor/issues/7346)) ([5bd33c4](https://github.com/ionic-team/capacitor/commit/5bd33c4080be4f9cd7ba4c27a0036d7004bea291)) + ## [5.7.2](https://github.com/ionic-team/capacitor/compare/5.7.1...5.7.2) (2024-03-06) ### Bug Fixes diff --git a/android/package.json b/android/package.json index 18096c9b94..bbb5d548d9 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/android", - "version": "5.7.2", + "version": "5.7.3", "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 2eda6bd466..210130d91b 100644 --- a/cli/CHANGELOG.md +++ b/cli/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.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15) + +### Bug Fixes + +- **cli:** apkName for multi-dimensional flavors ([#7347](https://github.com/ionic-team/capacitor/issues/7347)) ([771d678](https://github.com/ionic-team/capacitor/commit/771d67820e604e1c2a41ec5e966c58eab26a3e50)) + ## [5.7.2](https://github.com/ionic-team/capacitor/compare/5.7.1...5.7.2) (2024-03-06) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index 043ee01439..fa0eca6342 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/cli", - "version": "5.7.2", + "version": "5.7.3", "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 b1ef2ffe74..ebd0476fee 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15) + +### Bug Fixes + +- **http:** keep original URL properties on proxy ([#7338](https://github.com/ionic-team/capacitor/issues/7338)) ([9ef8b1d](https://github.com/ionic-team/capacitor/commit/9ef8b1d5bc9ef596d5a3742dc34f053c47a3fc74)) +- **http:** Make proxy work with Request objects ([#7348](https://github.com/ionic-team/capacitor/issues/7348)) ([#7351](https://github.com/ionic-team/capacitor/issues/7351)) ([0139aa8](https://github.com/ionic-team/capacitor/commit/0139aa8cf3ad86f688b5af29172287c57df01b2e)) +- **http:** set port for proxy url ([#7346](https://github.com/ionic-team/capacitor/issues/7346)) ([5bd33c4](https://github.com/ionic-team/capacitor/commit/5bd33c4080be4f9cd7ba4c27a0036d7004bea291)) + ## [5.7.2](https://github.com/ionic-team/capacitor/compare/5.7.1...5.7.2) (2024-03-06) **Note:** Version bump only for package @capacitor/core diff --git a/core/package.json b/core/package.json index ea528f4f86..164797c7d3 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/core", - "version": "5.7.2", + "version": "5.7.3", "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 215b72be13..a6a525b979 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -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.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15) + +### Bug Fixes + +- **http:** keep original URL properties on proxy ([#7338](https://github.com/ionic-team/capacitor/issues/7338)) ([9ef8b1d](https://github.com/ionic-team/capacitor/commit/9ef8b1d5bc9ef596d5a3742dc34f053c47a3fc74)) +- **http:** Make proxy work with Request objects ([#7348](https://github.com/ionic-team/capacitor/issues/7348)) ([#7351](https://github.com/ionic-team/capacitor/issues/7351)) ([0139aa8](https://github.com/ionic-team/capacitor/commit/0139aa8cf3ad86f688b5af29172287c57df01b2e)) +- **http:** set port for proxy url ([#7346](https://github.com/ionic-team/capacitor/issues/7346)) ([5bd33c4](https://github.com/ionic-team/capacitor/commit/5bd33c4080be4f9cd7ba4c27a0036d7004bea291)) +- **ios:** overwrite CORS headers on livereload ([#7349](https://github.com/ionic-team/capacitor/issues/7349)) ([1aad9c6](https://github.com/ionic-team/capacitor/commit/1aad9c6aa984bf2fcf5be6ac5f00fe55bce6438d)) + ## [5.7.2](https://github.com/ionic-team/capacitor/compare/5.7.1...5.7.2) (2024-03-06) **Note:** Version bump only for package @capacitor/ios diff --git a/ios/package.json b/ios/package.json index 3c93b4d1b2..4ae99c2f24 100644 --- a/ios/package.json +++ b/ios/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/ios", - "version": "5.7.2", + "version": "5.7.3", "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 fcc09b86e2..7f60518fd7 100644 --- a/lerna.json +++ b/lerna.json @@ -11,6 +11,6 @@ "tagVersionPrefix": "" } }, - "version": "5.7.2", + "version": "5.7.3", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }