Skip to content

Commit 0bfde98

Browse files
author
Github Workflow (on behalf of OS-pedrogustavobilro)
committed
chore(release): publish [skip ci]
- @capacitor/app@8.1.1 - @capacitor/browser@8.0.4 - @capacitor/device@8.0.3 - @capacitor/local-notifications@8.2.1 - @capacitor/motion@8.0.1 - @capacitor/push-notifications@8.1.2 - @capacitor/splash-screen@8.0.2 - @capacitor/status-bar@8.0.3
1 parent 2be8127 commit 0bfde98

16 files changed

Lines changed: 40 additions & 8 deletions

File tree

app/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.1.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@8.1.0...@capacitor/app@8.1.1) (2026-07-15)
7+
8+
**Note:** Version bump only for package @capacitor/app
9+
610
# [8.1.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@8.0.1...@capacitor/app@8.1.0) (2026-03-25)
711

812
### Features

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.1.0",
3+
"version": "8.1.1",
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.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@8.0.3...@capacitor/browser@8.0.4) (2026-07-15)
7+
8+
**Note:** Version bump only for package @capacitor/browser
9+
610
## [8.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@8.0.2...@capacitor/browser@8.0.3) (2026-03-25)
711

812
**Note:** Version bump only for package @capacitor/browser

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.3",
3+
"version": "8.0.4",
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.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@8.0.2...@capacitor/device@8.0.3) (2026-07-15)
7+
8+
**Note:** Version bump only for package @capacitor/device
9+
610
## [8.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@8.0.1...@capacitor/device@8.0.2) (2026-03-25)
711

812
**Note:** Version bump only for package @capacitor/device

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.2",
3+
"version": "8.0.3",
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",

local-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.2.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@8.2.0...@capacitor/local-notifications@8.2.1) (2026-07-15)
7+
8+
**Note:** Version bump only for package @capacitor/local-notifications
9+
610
# [8.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@8.1.0...@capacitor/local-notifications@8.2.0) (2026-05-15)
711

812
### Features

local-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/local-notifications",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"description": "The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

motion/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.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@8.0.0...@capacitor/motion@8.0.1) (2026-07-15)
7+
8+
**Note:** Version bump only for package @capacitor/motion
9+
610
# [8.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/motion@8.0.0-beta.0...@capacitor/motion@8.0.0) (2025-12-08)
711

812
**Note:** Version bump only for package @capacitor/motion

motion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/motion",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "The Motion API tracks accelerometer and device orientation (compass heading, etc.)",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)