From 7cdb7c7f7487336e17fddee95a6b6837927d5084 Mon Sep 17 00:00:00 2001 From: "Github Workflow (on behalf of jcesarmobile)" Date: Tue, 11 Jun 2024 16:45:00 +0000 Subject: [PATCH] Release 5.7.6 --- CHANGELOG.md | 7 +++++++ 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 | 7 +++++++ ios/package.json | 2 +- lerna.json | 2 +- 10 files changed, 35 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 074e1183b..5f76d7334 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.6](https://github.com/ionic-team/capacitor/compare/5.7.5...5.7.6) (2024-06-11) + +### Bug Fixes + +- **http:** don't override readyState for non POST requests ([#7510](https://github.com/ionic-team/capacitor/issues/7510)) ([a56f9b9](https://github.com/ionic-team/capacitor/commit/a56f9b9262ffc43a4c73fea947991245102433d8)) +- **ios:** check if urlSchemeTask is stopped before calling its methods ([#7483](https://github.com/ionic-team/capacitor/issues/7483)) ([7bf365c](https://github.com/ionic-team/capacitor/commit/7bf365cc56b5204c31d324c6b760efad84c39f7d)) + ## [5.7.5](https://github.com/ionic-team/capacitor/compare/5.7.4...5.7.5) (2024-04-15) ### Bug Fixes diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 62e03c56d..d332619db 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.6](https://github.com/ionic-team/capacitor/compare/5.7.5...5.7.6) (2024-06-11) + +### Bug Fixes + +- **http:** don't override readyState for non POST requests ([#7510](https://github.com/ionic-team/capacitor/issues/7510)) ([a56f9b9](https://github.com/ionic-team/capacitor/commit/a56f9b9262ffc43a4c73fea947991245102433d8)) + ## [5.7.5](https://github.com/ionic-team/capacitor/compare/5.7.4...5.7.5) (2024-04-15) ### Bug Fixes diff --git a/android/package.json b/android/package.json index a45cf8b67..d009c1a43 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/android", - "version": "5.7.5", + "version": "5.7.6", "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 b97df04a9..69435a2bc 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.6](https://github.com/ionic-team/capacitor/compare/5.7.5...5.7.6) (2024-06-11) + +**Note:** Version bump only for package @capacitor/cli + ## [5.7.5](https://github.com/ionic-team/capacitor/compare/5.7.4...5.7.5) (2024-04-15) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index ede703c7b..2af6cef01 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/cli", - "version": "5.7.5", + "version": "5.7.6", "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 272107b43..98a335b8b 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.6](https://github.com/ionic-team/capacitor/compare/5.7.5...5.7.6) (2024-06-11) + +### Bug Fixes + +- **http:** don't override readyState for non POST requests ([#7510](https://github.com/ionic-team/capacitor/issues/7510)) ([a56f9b9](https://github.com/ionic-team/capacitor/commit/a56f9b9262ffc43a4c73fea947991245102433d8)) + ## [5.7.5](https://github.com/ionic-team/capacitor/compare/5.7.4...5.7.5) (2024-04-15) ### Bug Fixes diff --git a/core/package.json b/core/package.json index 616b0732f..0bea40e97 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/core", - "version": "5.7.5", + "version": "5.7.6", "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 a23b4dd27..e49e25e0c 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.6](https://github.com/ionic-team/capacitor/compare/5.7.5...5.7.6) (2024-06-11) + +### Bug Fixes + +- **http:** don't override readyState for non POST requests ([#7510](https://github.com/ionic-team/capacitor/issues/7510)) ([a56f9b9](https://github.com/ionic-team/capacitor/commit/a56f9b9262ffc43a4c73fea947991245102433d8)) +- **ios:** check if urlSchemeTask is stopped before calling its methods ([#7483](https://github.com/ionic-team/capacitor/issues/7483)) ([7bf365c](https://github.com/ionic-team/capacitor/commit/7bf365cc56b5204c31d324c6b760efad84c39f7d)) + ## [5.7.5](https://github.com/ionic-team/capacitor/compare/5.7.4...5.7.5) (2024-04-15) ### Bug Fixes diff --git a/ios/package.json b/ios/package.json index 27cbbe401..340d3c6d6 100644 --- a/ios/package.json +++ b/ios/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/ios", - "version": "5.7.5", + "version": "5.7.6", "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 a02931ba8..8873d4336 100644 --- a/lerna.json +++ b/lerna.json @@ -11,6 +11,6 @@ "tagVersionPrefix": "" } }, - "version": "5.7.5", + "version": "5.7.6", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }