Skip to content

Commit

Permalink
Release 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of jcesarmobile) committed Mar 6, 2024
1 parent 67c00e2 commit b0481ff
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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.2](https://github.com/ionic-team/capacitor/compare/5.7.1...5.7.2) (2024-03-06)

### Bug Fixes

- **android:** prevent crash on script injection if the script is too long ([#7316](https://github.com/ionic-team/capacitor/issues/7316)) ([67c00e2](https://github.com/ionic-team/capacitor/commit/67c00e2b18994c78433b4b35b7c9e69fa24277b0))
- **cli:** Attempt to verify non-cjs modules exist if cjs resolution fails ([#7310](https://github.com/ionic-team/capacitor/issues/7310)) ([#7313](https://github.com/ionic-team/capacitor/issues/7313)) ([28e7f08](https://github.com/ionic-team/capacitor/commit/28e7f08dd7a78a61a40f7c9f90ed30a94b167a35))

## [5.7.1](https://github.com/ionic-team/capacitor/compare/5.7.0...5.7.1) (2024-03-01)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions android/CHANGELOG.md
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.2](https://github.com/ionic-team/capacitor/compare/5.7.1...5.7.2) (2024-03-06)

### Bug Fixes

- **android:** prevent crash on script injection if the script is too long ([#7316](https://github.com/ionic-team/capacitor/issues/7316)) ([67c00e2](https://github.com/ionic-team/capacitor/commit/67c00e2b18994c78433b4b35b7c9e69fa24277b0))

## [5.7.1](https://github.com/ionic-team/capacitor/compare/5.7.0...5.7.1) (2024-03-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion android/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/android",
"version": "5.7.1",
"version": "5.7.2",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
Expand Down
6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
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.2](https://github.com/ionic-team/capacitor/compare/5.7.1...5.7.2) (2024-03-06)

### Bug Fixes

- **cli:** Attempt to verify non-cjs modules exist if cjs resolution fails ([#7310](https://github.com/ionic-team/capacitor/issues/7310)) ([#7313](https://github.com/ionic-team/capacitor/issues/7313)) ([28e7f08](https://github.com/ionic-team/capacitor/commit/28e7f08dd7a78a61a40f7c9f90ed30a94b167a35))

## [5.7.1](https://github.com/ionic-team/capacitor/compare/5.7.0...5.7.1) (2024-03-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/cli",
"version": "5.7.1",
"version": "5.7.2",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
Expand Down
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
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.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

## [5.7.1](https://github.com/ionic-team/capacitor/compare/5.7.0...5.7.1) (2024-03-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/core",
"version": "5.7.1",
"version": "5.7.2",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
Expand Down
4 changes: 4 additions & 0 deletions ios/CHANGELOG.md
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.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

## [5.7.1](https://github.com/ionic-team/capacitor/compare/5.7.0...5.7.1) (2024-03-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion ios/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/ios",
"version": "5.7.1",
"version": "5.7.2",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -11,6 +11,6 @@
"tagVersionPrefix": ""
}
},
"version": "5.7.1",
"version": "5.7.2",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

0 comments on commit b0481ff

Please sign in to comment.