Skip to content

Commit

Permalink
Release 4.8.2
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 d886fc0 commit fd61de2
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 5 deletions.
8 changes: 8 additions & 0 deletions 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.

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

**Note:** Version bump only for package capacitor





## [4.8.1](https://github.com/ionic-team/capacitor/compare/4.8.0...4.8.1) (2023-06-29)


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.

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

**Note:** Version bump only for package @capacitor/android





## [4.8.1](https://github.com/ionic-team/capacitor/compare/4.8.0...4.8.1) (2023-06-29)


Expand Down
2 changes: 1 addition & 1 deletion android/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/android",
"version": "4.8.1",
"version": "4.8.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
8 changes: 8 additions & 0 deletions cli/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.

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

**Note:** Version bump only for package @capacitor/cli





## [4.8.1](https://github.com/ionic-team/capacitor/compare/4.8.0...4.8.1) (2023-06-29)

**Note:** Version bump only for package @capacitor/cli
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/cli",
"version": "4.8.1",
"version": "4.8.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
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.

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

**Note:** Version bump only for package @capacitor/core





## [4.8.1](https://github.com/ionic-team/capacitor/compare/4.8.0...4.8.1) (2023-06-29)

**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": "4.8.1",
"version": "4.8.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
8 changes: 8 additions & 0 deletions ios/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.

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

**Note:** Version bump only for package @capacitor/ios





## [4.8.1](https://github.com/ionic-team/capacitor/compare/4.8.0...4.8.1) (2023-06-29)

**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": "4.8.1",
"version": "4.8.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 @@ -17,5 +17,5 @@
"tagVersionPrefix": ""
}
},
"version": "4.8.1"
"version": "4.8.2"
}

0 comments on commit fd61de2

Please sign in to comment.