Skip to content

Commit 3678f50

Browse files
author
Github Workflow (on behalf of jcesarmobile)
committed
chore(release): publish [skip ci]
- @capacitor/action-sheet@8.1.1 - @capacitor/app@8.1.0 - @capacitor/browser@8.0.3 - @capacitor/device@8.0.2 - @capacitor/push-notifications@8.0.3 - @capacitor/status-bar@8.0.2
1 parent 698600a commit 3678f50

12 files changed

Lines changed: 36 additions & 6 deletions

File tree

action-sheet/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [8.1.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@8.1.0...@capacitor/action-sheet@8.1.1) (2026-03-25)
7+
8+
### Bug Fixes
9+
10+
- **action-sheet:** correct some cancelable misbehaviors ([#2491](https://github.com/ionic-team/capacitor-plugins/issues/2491)) ([f1506be](https://github.com/ionic-team/capacitor-plugins/commit/f1506bea616b718b8697b50be0eef29198501860))
11+
612
# [8.1.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@8.0.1...@capacitor/action-sheet@8.1.0) (2026-03-06)
713

814
### Features

action-sheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/action-sheet",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "The Action Sheet API provides access to native Action Sheets, which come up from the bottom of the screen and display actions a user can take.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [8.1.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@8.0.1...@capacitor/app@8.1.0) (2026-03-25)
7+
8+
### Features
9+
10+
- **app:** Add getAppLanguage ([#1694](https://github.com/ionic-team/capacitor-plugins/issues/1694)) ([698600a](https://github.com/ionic-team/capacitor-plugins/commit/698600aa081e1d4040ce780a1e85175e53aa2b19))
11+
612
## [8.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@8.0.0...@capacitor/app@8.0.1) (2026-02-12)
713

814
### Bug Fixes

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/app",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"description": "The App API handles high level App state and events.For example, this API emits events when the app enters and leaves the foreground, handles deeplinks, opens other apps, and manages persisted plugin state.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

browser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [8.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@8.0.2...@capacitor/browser@8.0.3) (2026-03-25)
7+
8+
**Note:** Version bump only for package @capacitor/browser
9+
610
## [8.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@8.0.1...@capacitor/browser@8.0.2) (2026-03-06)
711

812
### Bug Fixes

browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/browser",
3-
"version": "8.0.2",
3+
"version": "8.0.3",
44
"description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

device/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [8.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@8.0.1...@capacitor/device@8.0.2) (2026-03-25)
7+
8+
**Note:** Version bump only for package @capacitor/device
9+
610
## [8.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@8.0.0...@capacitor/device@8.0.1) (2026-02-12)
711

812
### Bug Fixes

device/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/device",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "The Device API exposes internal information about the device, such as the model and operating system version, along with user information such as unique ids.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

push-notifications/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [8.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@8.0.2...@capacitor/push-notifications@8.0.3) (2026-03-25)
7+
8+
**Note:** Version bump only for package @capacitor/push-notifications
9+
610
## [8.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@8.0.1...@capacitor/push-notifications@8.0.2) (2026-03-06)
711

812
### Bug Fixes

push-notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/push-notifications",
3-
"version": "8.0.2",
3+
"version": "8.0.3",
44
"description": "The Push Notifications API provides access to native push notifications.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)