Skip to content

Commit

Permalink
Release 5.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of markemer) committed Jul 17, 2024
1 parent 15c659f commit 47eafa9
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/ionic-team/capacitor/compare/5.7.6...5.7.7) (2024-07-17)

### Bug Fixes

- **android:** Allow WebView to load blob urls ([#7551](https://github.com/ionic-team/capacitor/issues/7551)) ([#7565](https://github.com/ionic-team/capacitor/issues/7565)) ([15c659f](https://github.com/ionic-team/capacitor/commit/15c659fdab246699e3be2289e435dc3aa866ae8a))
- **android:** send FormData on older devices ([#7519](https://github.com/ionic-team/capacitor/issues/7519)) ([#7557](https://github.com/ionic-team/capacitor/issues/7557)) ([8e15a3e](https://github.com/ionic-team/capacitor/commit/8e15a3e334554d449c00736043b334bfc1d5eb2a))
- **android:** UTF-8 encode form data value ([#7531](https://github.com/ionic-team/capacitor/issues/7531)) ([6aaffbc](https://github.com/ionic-team/capacitor/commit/6aaffbc5caaae3b5a85d1fcad8da04c7456fb91e))
- **http:** handle UInt8Array on body ([#7546](https://github.com/ionic-team/capacitor/issues/7546)) ([#7558](https://github.com/ionic-team/capacitor/issues/7558)) ([39bbc02](https://github.com/ionic-team/capacitor/commit/39bbc0276bfd3341a3a2d5a707c55eed8d1ce4a6))

## [5.7.6](https://github.com/ionic-team/capacitor/compare/5.7.5...5.7.6) (2024-06-11)

### Bug Fixes
Expand Down
9 changes: 9 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/ionic-team/capacitor/compare/5.7.6...5.7.7) (2024-07-17)

### Bug Fixes

- **android:** Allow WebView to load blob urls ([#7551](https://github.com/ionic-team/capacitor/issues/7551)) ([#7565](https://github.com/ionic-team/capacitor/issues/7565)) ([15c659f](https://github.com/ionic-team/capacitor/commit/15c659fdab246699e3be2289e435dc3aa866ae8a))
- **android:** send FormData on older devices ([#7519](https://github.com/ionic-team/capacitor/issues/7519)) ([#7557](https://github.com/ionic-team/capacitor/issues/7557)) ([8e15a3e](https://github.com/ionic-team/capacitor/commit/8e15a3e334554d449c00736043b334bfc1d5eb2a))
- **android:** UTF-8 encode form data value ([#7531](https://github.com/ionic-team/capacitor/issues/7531)) ([6aaffbc](https://github.com/ionic-team/capacitor/commit/6aaffbc5caaae3b5a85d1fcad8da04c7456fb91e))
- **http:** handle UInt8Array on body ([#7546](https://github.com/ionic-team/capacitor/issues/7546)) ([#7558](https://github.com/ionic-team/capacitor/issues/7558)) ([39bbc02](https://github.com/ionic-team/capacitor/commit/39bbc0276bfd3341a3a2d5a707c55eed8d1ce4a6))

## [5.7.6](https://github.com/ionic-team/capacitor/compare/5.7.5...5.7.6) (2024-06-11)

### 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.6",
"version": "5.7.7",
"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.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

## [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
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.6",
"version": "5.7.7",
"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.7](https://github.com/ionic-team/capacitor/compare/5.7.6...5.7.7) (2024-07-17)

### Bug Fixes

- **http:** handle UInt8Array on body ([#7546](https://github.com/ionic-team/capacitor/issues/7546)) ([#7558](https://github.com/ionic-team/capacitor/issues/7558)) ([39bbc02](https://github.com/ionic-team/capacitor/commit/39bbc0276bfd3341a3a2d5a707c55eed8d1ce4a6))

## [5.7.6](https://github.com/ionic-team/capacitor/compare/5.7.5...5.7.6) (2024-06-11)

### 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.6",
"version": "5.7.7",
"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 ios/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.7](https://github.com/ionic-team/capacitor/compare/5.7.6...5.7.7) (2024-07-17)

### Bug Fixes

- **http:** handle UInt8Array on body ([#7546](https://github.com/ionic-team/capacitor/issues/7546)) ([#7558](https://github.com/ionic-team/capacitor/issues/7558)) ([39bbc02](https://github.com/ionic-team/capacitor/commit/39bbc0276bfd3341a3a2d5a707c55eed8d1ce4a6))

## [5.7.6](https://github.com/ionic-team/capacitor/compare/5.7.5...5.7.6) (2024-06-11)

### 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.6",
"version": "5.7.7",
"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.6",
"version": "5.7.7",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

0 comments on commit 47eafa9

Please sign in to comment.