Skip to content

Commit c61d011

Browse files
authored
chore: bump version to 7.0.0-alpha.0 (#2187)
1 parent 88228ac commit c61d011

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

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": "6.0.2",
3+
"version": "7.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": "6.0.2",
3+
"version": "7.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/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": "6.0.1",
3+
"version": "7.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": "6.0.2",
3+
"version": "7.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": "6.0.2",
3+
"version": "7.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": "6.0.1",
3+
"version": "7.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": "6.0.1",
3+
"version": "7.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": "6.0.1",
3+
"version": "7.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",

filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/filesystem",
3-
"version": "6.0.1",
3+
"version": "7.0.0-alpha.0",
44
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

geolocation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/geolocation",
3-
"version": "6.0.1",
3+
"version": "7.0.0-alpha.0",
44
"description": "The Geolocation API provides simple methods for getting and tracking the current position of the device using GPS, along with altitude, heading, and speed information if available.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)