Skip to content

Commit

Permalink
Release 5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of theproducer) committed Mar 15, 2024
1 parent 0139aa8 commit 3c9feb4
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.7.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15)

### Bug Fixes

- **cli:** apkName for multi-dimensional flavors ([#7347](https://github.com/ionic-team/capacitor/issues/7347)) ([771d678](https://github.com/ionic-team/capacitor/commit/771d67820e604e1c2a41ec5e966c58eab26a3e50))
- **http:** keep original URL properties on proxy ([#7338](https://github.com/ionic-team/capacitor/issues/7338)) ([9ef8b1d](https://github.com/ionic-team/capacitor/commit/9ef8b1d5bc9ef596d5a3742dc34f053c47a3fc74))
- **http:** Make proxy work with Request objects ([#7348](https://github.com/ionic-team/capacitor/issues/7348)) ([#7351](https://github.com/ionic-team/capacitor/issues/7351)) ([0139aa8](https://github.com/ionic-team/capacitor/commit/0139aa8cf3ad86f688b5af29172287c57df01b2e))
- **http:** set port for proxy url ([#7346](https://github.com/ionic-team/capacitor/issues/7346)) ([5bd33c4](https://github.com/ionic-team/capacitor/commit/5bd33c4080be4f9cd7ba4c27a0036d7004bea291))
- **ios:** overwrite CORS headers on livereload ([#7349](https://github.com/ionic-team/capacitor/issues/7349)) ([1aad9c6](https://github.com/ionic-team/capacitor/commit/1aad9c6aa984bf2fcf5be6ac5f00fe55bce6438d))

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

### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions android/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.7.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15)

### Bug Fixes

- **http:** keep original URL properties on proxy ([#7338](https://github.com/ionic-team/capacitor/issues/7338)) ([9ef8b1d](https://github.com/ionic-team/capacitor/commit/9ef8b1d5bc9ef596d5a3742dc34f053c47a3fc74))
- **http:** Make proxy work with Request objects ([#7348](https://github.com/ionic-team/capacitor/issues/7348)) ([#7351](https://github.com/ionic-team/capacitor/issues/7351)) ([0139aa8](https://github.com/ionic-team/capacitor/commit/0139aa8cf3ad86f688b5af29172287c57df01b2e))
- **http:** set port for proxy url ([#7346](https://github.com/ionic-team/capacitor/issues/7346)) ([5bd33c4](https://github.com/ionic-team/capacitor/commit/5bd33c4080be4f9cd7ba4c27a0036d7004bea291))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion android/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/android",
"version": "5.7.2",
"version": "5.7.3",
"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.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15)

### Bug Fixes

- **cli:** apkName for multi-dimensional flavors ([#7347](https://github.com/ionic-team/capacitor/issues/7347)) ([771d678](https://github.com/ionic-team/capacitor/commit/771d67820e604e1c2a41ec5e966c58eab26a3e50))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/cli",
"version": "5.7.2",
"version": "5.7.3",
"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
8 changes: 8 additions & 0 deletions core/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.7.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15)

### Bug Fixes

- **http:** keep original URL properties on proxy ([#7338](https://github.com/ionic-team/capacitor/issues/7338)) ([9ef8b1d](https://github.com/ionic-team/capacitor/commit/9ef8b1d5bc9ef596d5a3742dc34f053c47a3fc74))
- **http:** Make proxy work with Request objects ([#7348](https://github.com/ionic-team/capacitor/issues/7348)) ([#7351](https://github.com/ionic-team/capacitor/issues/7351)) ([0139aa8](https://github.com/ionic-team/capacitor/commit/0139aa8cf3ad86f688b5af29172287c57df01b2e))
- **http:** set port for proxy url ([#7346](https://github.com/ionic-team/capacitor/issues/7346)) ([5bd33c4](https://github.com/ionic-team/capacitor/commit/5bd33c4080be4f9cd7ba4c27a0036d7004bea291))

## [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
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/core",
"version": "5.7.2",
"version": "5.7.3",
"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
9 changes: 9 additions & 0 deletions ios/CHANGELOG.md
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.3](https://github.com/ionic-team/capacitor/compare/5.7.2...5.7.3) (2024-03-15)

### Bug Fixes

- **http:** keep original URL properties on proxy ([#7338](https://github.com/ionic-team/capacitor/issues/7338)) ([9ef8b1d](https://github.com/ionic-team/capacitor/commit/9ef8b1d5bc9ef596d5a3742dc34f053c47a3fc74))
- **http:** Make proxy work with Request objects ([#7348](https://github.com/ionic-team/capacitor/issues/7348)) ([#7351](https://github.com/ionic-team/capacitor/issues/7351)) ([0139aa8](https://github.com/ionic-team/capacitor/commit/0139aa8cf3ad86f688b5af29172287c57df01b2e))
- **http:** set port for proxy url ([#7346](https://github.com/ionic-team/capacitor/issues/7346)) ([5bd33c4](https://github.com/ionic-team/capacitor/commit/5bd33c4080be4f9cd7ba4c27a0036d7004bea291))
- **ios:** overwrite CORS headers on livereload ([#7349](https://github.com/ionic-team/capacitor/issues/7349)) ([1aad9c6](https://github.com/ionic-team/capacitor/commit/1aad9c6aa984bf2fcf5be6ac5f00fe55bce6438d))

## [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
Expand Down
2 changes: 1 addition & 1 deletion ios/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/ios",
"version": "5.7.2",
"version": "5.7.3",
"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.2",
"version": "5.7.3",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

0 comments on commit 3c9feb4

Please sign in to comment.