Skip to content

Commit 85e27d8

Browse files
author
Github Workflow (on behalf of jcesarmobile)
committed
chore(release): publish [skip ci]
- @capacitor/browser@7.0.5 - @capacitor/device@7.0.5 - @capacitor/keyboard@7.0.6 - @capacitor/status-bar@7.0.6
1 parent 7c46b8f commit 85e27d8

8 files changed

Lines changed: 22 additions & 4 deletions

File tree

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+
## [7.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@7.0.4...@capacitor/browser@7.0.5) (2026-03-25)
7+
8+
**Note:** Version bump only for package @capacitor/browser
9+
610
## [7.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@7.0.3...@capacitor/browser@7.0.4) (2026-02-12)
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": "7.0.4",
3+
"version": "7.0.5",
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+
## [7.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@7.0.4...@capacitor/device@7.0.5) (2026-03-25)
7+
8+
**Note:** Version bump only for package @capacitor/device
9+
610
## [7.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@7.0.3...@capacitor/device@7.0.4) (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": "7.0.4",
3+
"version": "7.0.5",
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",

keyboard/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+
## [7.0.6](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@7.0.5...@capacitor/keyboard@7.0.6) (2026-03-25)
7+
8+
**Note:** Version bump only for package @capacitor/keyboard
9+
610
## [7.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@7.0.4...@capacitor/keyboard@7.0.5) (2026-03-06)
711

812
### Bug Fixes

keyboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/keyboard",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

status-bar/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+
## [7.0.6](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@7.0.5...@capacitor/status-bar@7.0.6) (2026-03-25)
7+
8+
### Bug Fixes
9+
10+
- **status-bar:** add missing types ([#2498](https://github.com/ionic-team/capacitor-plugins/issues/2498)) ([#2500](https://github.com/ionic-team/capacitor-plugins/issues/2500)) ([83cd977](https://github.com/ionic-team/capacitor-plugins/commit/83cd9771ee4e42e1a58cbc210a8761a5deae0946))
11+
612
## [7.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@7.0.4...@capacitor/status-bar@7.0.5) (2026-02-12)
713

814
### Bug Fixes

status-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/status-bar",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "The StatusBar API Provides methods for configuring the style of the Status Bar, along with showing or hiding it.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)