Skip to content

Commit

Permalink
Release 5.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of jcesarmobile) committed Jun 11, 2024
1 parent a56f9b9 commit 7cdb7c7
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion android/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://ionic.io)",
Expand Down
4 changes: 4 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://ionic.io)",
Expand Down
6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://ionic.io)",
Expand Down
7 changes: 7 additions & 0 deletions ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ios/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://ionic.io)",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"tagVersionPrefix": ""
}
},
"version": "5.7.5",
"version": "5.7.6",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

0 comments on commit 7cdb7c7

Please sign in to comment.