Skip to content

Commit 78a4a36

Browse files
author
Github Workflow (on behalf of OS-pedrogustavobilro)
committed
chore(release): publish [skip ci]
- @capacitor/camera@7.0.5 - @capacitor/haptics@7.0.4 - @capacitor/keyboard@7.0.5 - @capacitor/local-notifications@7.0.6 - @capacitor/push-notifications@7.0.6
1 parent 81ddece commit 78a4a36

10 files changed

Lines changed: 35 additions & 5 deletions

File tree

camera/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.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@7.0.4...@capacitor/camera@7.0.5) (2026-03-06)
7+
8+
### Bug Fixes
9+
10+
- **camera:** Allow cancelation of sheet in Web, requires pwa-elements 3.4.0 or higher ([#2284](https://github.com/ionic-team/capacitor-plugins/issues/2284)) ([dbe53ba](https://github.com/ionic-team/capacitor-plugins/commit/dbe53ba962290410bc8ed854170b0fe087f83e87))
11+
612
## [7.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/camera@7.0.3...@capacitor/camera@7.0.4) (2026-02-12)
713

814
### Bug Fixes

camera/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/camera",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "The Camera API provides the ability to take a photo with the camera or choose an existing one from the photo album.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

haptics/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.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@7.0.3...@capacitor/haptics@7.0.4) (2026-03-06)
7+
8+
### Bug Fixes
9+
10+
- AGP 9.0 no longer supporting `proguard-android.txt` ([#2481](https://github.com/ionic-team/capacitor-plugins/issues/2481)) ([7633772](https://github.com/ionic-team/capacitor-plugins/commit/7633772adf089d3dd9cd8117150d7e31fc2d030b))
11+
612
## [7.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/haptics@7.0.2...@capacitor/haptics@7.0.3) (2025-11-26)
713

814
**Note:** Version bump only for package @capacitor/haptics

haptics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/haptics",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "The Haptics API provides physical feedback to the user through touch or vibration.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

keyboard/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.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@7.0.4...@capacitor/keyboard@7.0.5) (2026-03-06)
7+
8+
### Bug Fixes
9+
10+
- AGP 9.0 no longer supporting `proguard-android.txt` ([#2481](https://github.com/ionic-team/capacitor-plugins/issues/2481)) ([7633772](https://github.com/ionic-team/capacitor-plugins/commit/7633772adf089d3dd9cd8117150d7e31fc2d030b))
11+
612
## [7.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@7.0.3...@capacitor/keyboard@7.0.4) (2025-11-26)
713

814
**Note:** Version bump only for package @capacitor/keyboard

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.4",
3+
"version": "7.0.5",
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",

local-notifications/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/local-notifications@7.0.5...@capacitor/local-notifications@7.0.6) (2026-03-06)
7+
8+
### Bug Fixes
9+
10+
- **android:** notification Bundles with non-string values ([#2445](https://github.com/ionic-team/capacitor-plugins/issues/2445)) ([81ddece](https://github.com/ionic-team/capacitor-plugins/commit/81ddece484eaa5e86a96bd6fe3b1c0e91f652e81))
11+
612
## [7.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@7.0.4...@capacitor/local-notifications@7.0.5) (2026-02-12)
713

814
### Bug Fixes

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": "7.0.5",
3+
"version": "7.0.6",
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",

push-notifications/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/push-notifications@7.0.5...@capacitor/push-notifications@7.0.6) (2026-03-06)
7+
8+
### Bug Fixes
9+
10+
- **android:** notification Bundles with non-string values ([#2445](https://github.com/ionic-team/capacitor-plugins/issues/2445)) ([81ddece](https://github.com/ionic-team/capacitor-plugins/commit/81ddece484eaa5e86a96bd6fe3b1c0e91f652e81))
11+
612
## [7.0.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@7.0.4...@capacitor/push-notifications@7.0.5) (2026-02-12)
713

814
### 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": "7.0.5",
3+
"version": "7.0.6",
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)