diff --git a/CHANGELOG.md b/CHANGELOG.md index 50683b28b..9c5e13992 100644 --- a/CHANGELOG.md +++ b/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.8](https://github.com/ionic-team/capacitor/compare/5.7.7...5.7.8) (2024-08-07) + +### Bug Fixes + +- **cli:** enable cleartext for live reload ([#7563](https://github.com/ionic-team/capacitor/issues/7563)) ([#7587](https://github.com/ionic-team/capacitor/issues/7587)) ([bb23779](https://github.com/ionic-team/capacitor/commit/bb23779bd843dcc70b6fb9259d9d013b7846e885)) +- **http:** pass original url as query param on the proxy url ([#7527](https://github.com/ionic-team/capacitor/issues/7527)) ([#7604](https://github.com/ionic-team/capacitor/issues/7604)) ([1c830ad](https://github.com/ionic-team/capacitor/commit/1c830ada4645829513e1d213c4b9a3e9b521745e)) + ## [5.7.7](https://github.com/ionic-team/capacitor/compare/5.7.6...5.7.7) (2024-07-17) ### Bug Fixes diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 209934a66..e8aa3358d 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.8](https://github.com/ionic-team/capacitor/compare/5.7.7...5.7.8) (2024-08-07) + +### Bug Fixes + +- **http:** pass original url as query param on the proxy url ([#7527](https://github.com/ionic-team/capacitor/issues/7527)) ([#7604](https://github.com/ionic-team/capacitor/issues/7604)) ([1c830ad](https://github.com/ionic-team/capacitor/commit/1c830ada4645829513e1d213c4b9a3e9b521745e)) + ## [5.7.7](https://github.com/ionic-team/capacitor/compare/5.7.6...5.7.7) (2024-07-17) ### Bug Fixes diff --git a/android/package.json b/android/package.json index 417436122..3cc0a083f 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/android", - "version": "5.7.7", + "version": "5.7.8", "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 4ca1bc52d..618858ecc 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.8](https://github.com/ionic-team/capacitor/compare/5.7.7...5.7.8) (2024-08-07) + +### Bug Fixes + +- **cli:** enable cleartext for live reload ([#7563](https://github.com/ionic-team/capacitor/issues/7563)) ([#7587](https://github.com/ionic-team/capacitor/issues/7587)) ([bb23779](https://github.com/ionic-team/capacitor/commit/bb23779bd843dcc70b6fb9259d9d013b7846e885)) + ## [5.7.7](https://github.com/ionic-team/capacitor/compare/5.7.6...5.7.7) (2024-07-17) **Note:** Version bump only for package @capacitor/cli diff --git a/cli/package.json b/cli/package.json index 50ef11be9..e11d7a4c2 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/cli", - "version": "5.7.7", + "version": "5.7.8", "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 0cd28d6b5..d0e470a88 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.8](https://github.com/ionic-team/capacitor/compare/5.7.7...5.7.8) (2024-08-07) + +### Bug Fixes + +- **http:** pass original url as query param on the proxy url ([#7527](https://github.com/ionic-team/capacitor/issues/7527)) ([#7604](https://github.com/ionic-team/capacitor/issues/7604)) ([1c830ad](https://github.com/ionic-team/capacitor/commit/1c830ada4645829513e1d213c4b9a3e9b521745e)) + ## [5.7.7](https://github.com/ionic-team/capacitor/compare/5.7.6...5.7.7) (2024-07-17) ### Bug Fixes diff --git a/core/package.json b/core/package.json index e89037c1d..0cf6c5638 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/core", - "version": "5.7.7", + "version": "5.7.8", "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 b8799d17b..e7f252727 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.8](https://github.com/ionic-team/capacitor/compare/5.7.7...5.7.8) (2024-08-07) + +### Bug Fixes + +- **http:** pass original url as query param on the proxy url ([#7527](https://github.com/ionic-team/capacitor/issues/7527)) ([#7604](https://github.com/ionic-team/capacitor/issues/7604)) ([1c830ad](https://github.com/ionic-team/capacitor/commit/1c830ada4645829513e1d213c4b9a3e9b521745e)) + ## [5.7.7](https://github.com/ionic-team/capacitor/compare/5.7.6...5.7.7) (2024-07-17) ### Bug Fixes diff --git a/ios/package.json b/ios/package.json index 48d6487c1..9fdd6009b 100644 --- a/ios/package.json +++ b/ios/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/ios", - "version": "5.7.7", + "version": "5.7.8", "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 9d0703dda..551703060 100644 --- a/lerna.json +++ b/lerna.json @@ -11,6 +11,6 @@ "tagVersionPrefix": "" } }, - "version": "5.7.7", + "version": "5.7.8", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }