Skip to content

Commit fd61de2

Browse files
author
Github Workflow (on behalf of theproducer)
committed
Release 4.8.2
1 parent d886fc0 commit fd61de2

10 files changed

+45
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.8.2](https://github.com/ionic-team/capacitor/compare/4.8.1...4.8.2) (2024-03-15)
7+
8+
**Note:** Version bump only for package capacitor
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/ionic-team/capacitor/compare/4.8.0...4.8.1) (2023-06-29)
715

816

android/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.8.2](https://github.com/ionic-team/capacitor/compare/4.8.1...4.8.2) (2024-03-15)
7+
8+
**Note:** Version bump only for package @capacitor/android
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/ionic-team/capacitor/compare/4.8.0...4.8.1) (2023-06-29)
715

816

android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/android",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
55
"homepage": "https://capacitorjs.com",
66
"author": "Ionic Team <[email protected]> (https://ionic.io)",

cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.8.2](https://github.com/ionic-team/capacitor/compare/4.8.1...4.8.2) (2024-03-15)
7+
8+
**Note:** Version bump only for package @capacitor/cli
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/ionic-team/capacitor/compare/4.8.0...4.8.1) (2023-06-29)
715

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

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/cli",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
55
"homepage": "https://capacitorjs.com",
66
"author": "Ionic Team <[email protected]> (https://ionic.io)",

core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.8.2](https://github.com/ionic-team/capacitor/compare/4.8.1...4.8.2) (2024-03-15)
7+
8+
**Note:** Version bump only for package @capacitor/core
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/ionic-team/capacitor/compare/4.8.0...4.8.1) (2023-06-29)
715

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

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/core",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
55
"homepage": "https://capacitorjs.com",
66
"author": "Ionic Team <[email protected]> (https://ionic.io)",

ios/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.8.2](https://github.com/ionic-team/capacitor/compare/4.8.1...4.8.2) (2024-03-15)
7+
8+
**Note:** Version bump only for package @capacitor/ios
9+
10+
11+
12+
13+
614
## [4.8.1](https://github.com/ionic-team/capacitor/compare/4.8.0...4.8.1) (2023-06-29)
715

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

ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/ios",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
55
"homepage": "https://capacitorjs.com",
66
"author": "Ionic Team <[email protected]> (https://ionic.io)",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"tagVersionPrefix": ""
1818
}
1919
},
20-
"version": "4.8.1"
20+
"version": "4.8.2"
2121
}

0 commit comments

Comments
 (0)