Skip to content

Commit 523ce08

Browse files
committed
Merge branch 'next' into RMET-5179
# Conflicts: # push-notifications/CHANGELOG.md
2 parents b5a6a31 + 88ee1e4 commit 523ce08

40 files changed

Lines changed: 104 additions & 19 deletions

File tree

action-sheet/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+
# [9.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/action-sheet@8.1.1...@capacitor/action-sheet@9.0.0-alpha.1) (2026-06-19)
7+
8+
**Note:** Version bump only for package @capacitor/action-sheet
9+
610
## [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)
711

812
### Bug Fixes

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": "9.0.0-alpha.0",
3+
"version": "9.0.0-alpha.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-launcher/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+
# [9.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@8.0.1...@capacitor/app-launcher@9.0.0-alpha.1) (2026-06-19)
7+
8+
**Note:** Version bump only for package @capacitor/app-launcher
9+
610
## [8.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app-launcher@8.0.0...@capacitor/app-launcher@8.0.1) (2026-02-12)
711

812
### Bug Fixes

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": "9.0.0-alpha.0",
3+
"version": "9.0.0-alpha.1",
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: 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+
# [9.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@8.1.0...@capacitor/app@9.0.0-alpha.1) (2026-06-19)
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": "9.0.0-alpha.0",
3+
"version": "9.0.0-alpha.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+
# [9.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@8.0.3...@capacitor/browser@9.0.0-alpha.1) (2026-06-19)
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": "9.0.0-alpha.0",
3+
"version": "9.0.0-alpha.1",
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",

clipboard/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+
# [9.0.0-alpha.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@8.0.1...@capacitor/clipboard@9.0.0-alpha.1) (2026-06-19)
7+
8+
**Note:** Version bump only for package @capacitor/clipboard
9+
610
## [8.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/clipboard@8.0.0...@capacitor/clipboard@8.0.1) (2026-02-12)
711

812
### Bug Fixes

clipboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/clipboard",
3-
"version": "9.0.0-alpha.0",
3+
"version": "9.0.0-alpha.1",
44
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)