Skip to content

Commit 4faece3

Browse files
Merge branch 'main' into chore/RMET-4453/remove-filesystem-geolocation
2 parents e76fb60 + 77208ab commit 4faece3

28 files changed

Lines changed: 50 additions & 22 deletions

File tree

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.2",
3+
"version": "8.0.0-alpha.0",
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/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.2",
3+
"version": "8.0.0-alpha.0",
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.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@7.0.2...@capacitor/app@7.1.0) (2025-09-05)
7+
8+
### Features
9+
10+
- **app:** Add support for toggling Android back button handling ([#2390](https://github.com/ionic-team/capacitor-plugins/issues/2390)) ([6c56293](https://github.com/ionic-team/capacitor-plugins/commit/6c56293d65d5359fc2f9cd8491c546c4c91bc0a0))
11+
612
## [7.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@7.0.1...@capacitor/app@7.0.2) (2025-08-05)
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.0.2",
3+
"version": "8.0.0-alpha.0",
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/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.2",
3+
"version": "8.0.0-alpha.0",
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/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.2",
3+
"version": "8.0.0-alpha.0",
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",

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": "7.0.2",
3+
"version": "8.0.0-alpha.0",
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",

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

dialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/dialog",
3-
"version": "7.0.2",
3+
"version": "8.0.0-alpha.0",
44
"description": "The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

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

0 commit comments

Comments
 (0)