Skip to content

Commit 8b8d7e5

Browse files
author
Github Workflow (on behalf of OS-pedrogustavobilro)
committed
chore(release): publish [skip ci]
- @capacitor/action-sheet@7.0.4 - @capacitor/app@7.1.2 - @capacitor/app-launcher@7.0.4 - @capacitor/browser@7.0.4 - @capacitor/camera@7.0.4 - @capacitor/clipboard@7.0.4 - @capacitor/device@7.0.4 - @capacitor/dialog@7.0.4 - @capacitor/local-notifications@7.0.5 - @capacitor/network@7.0.4 - @capacitor/preferences@7.0.4 - @capacitor/push-notifications@7.0.5 - @capacitor/screen-orientation@7.0.4 - @capacitor/screen-reader@7.0.4 - @capacitor/share@7.0.4 - @capacitor/splash-screen@7.0.5 - @capacitor/status-bar@7.0.5 - @capacitor/text-zoom@7.0.4 - @capacitor/toast@7.0.4
1 parent 5c35807 commit 8b8d7e5

File tree

38 files changed

+134
-19
lines changed

38 files changed

+134
-19
lines changed

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+
## [7.0.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.3...@capacitor/action-sheet@7.0.4) (2026-02-12)
7+
8+
### Bug Fixes
9+
10+
- AGP 9.0 no longer supporting `proguard-android.txt` ([#2468](https://github.com/ionic-team/capacitor-plugins/issues/2468)) ([5c35807](https://github.com/ionic-team/capacitor-plugins/commit/5c3580726b7b216077d903de3546754a87588ac6))
11+
612
## [7.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@7.0.2...@capacitor/action-sheet@7.0.3) (2025-11-26)
713

814
**Note:** Version bump only for package @capacitor/action-sheet

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": "7.0.3",
3+
"version": "7.0.4",
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-launcher/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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/app-launcher@7.0.3...@capacitor/app-launcher@7.0.4) (2026-02-12)
7+
8+
### Bug Fixes
9+
10+
- AGP 9.0 no longer supporting `proguard-android.txt` ([#2468](https://github.com/ionic-team/capacitor-plugins/issues/2468)) ([5c35807](https://github.com/ionic-team/capacitor-plugins/commit/5c3580726b7b216077d903de3546754a87588ac6))
11+
- **app-launcher:** improvements on canOpenUrl and openUrl ([#2476](https://github.com/ionic-team/capacitor-plugins/issues/2476)) ([#2478](https://github.com/ionic-team/capacitor-plugins/issues/2478)) ([6788247](https://github.com/ionic-team/capacitor-plugins/commit/6788247d08f77c1d5f9d6f9e0d0baea0ba5bbca7))
12+
613
## [7.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@7.0.2...@capacitor/app-launcher@7.0.3) (2025-11-26)
714

815
**Note:** Version bump only for package @capacitor/app-launcher

app-launcher/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-launcher",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "The AppLauncher API allows to open other apps",
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+
## [7.1.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@7.1.1...@capacitor/app@7.1.2) (2026-02-12)
7+
8+
### Bug Fixes
9+
10+
- AGP 9.0 no longer supporting `proguard-android.txt` ([#2468](https://github.com/ionic-team/capacitor-plugins/issues/2468)) ([5c35807](https://github.com/ionic-team/capacitor-plugins/commit/5c3580726b7b216077d903de3546754a87588ac6))
11+
612
## [7.1.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@7.1.0...@capacitor/app@7.1.1) (2025-11-26)
713

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

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": "7.1.1",
3+
"version": "7.1.2",
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: 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/browser@7.0.3...@capacitor/browser@7.0.4) (2026-02-12)
7+
8+
### Bug Fixes
9+
10+
- AGP 9.0 no longer supporting `proguard-android.txt` ([#2468](https://github.com/ionic-team/capacitor-plugins/issues/2468)) ([5c35807](https://github.com/ionic-team/capacitor-plugins/commit/5c3580726b7b216077d903de3546754a87588ac6))
11+
612
## [7.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@7.0.2...@capacitor/browser@7.0.3) (2025-11-26)
713

814
**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": "7.0.3",
3+
"version": "7.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",

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

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

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

0 commit comments

Comments
 (0)