Skip to content

Commit 094081b

Browse files
committed
chore: bump version to 9.0.0-alpha.0
1 parent 679a815 commit 094081b

19 files changed

Lines changed: 19 additions & 19 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": "8.1.1",
3+
"version": "9.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": "8.0.1",
3+
"version": "9.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": "8.1.0",
3+
"version": "9.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": "8.0.3",
3+
"version": "9.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",

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": "8.0.1",
3+
"version": "9.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": "8.0.2",
3+
"version": "9.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": "8.0.1",
3+
"version": "9.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",

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

motion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/motion",
3-
"version": "8.0.0",
3+
"version": "9.0.0-alpha.0",
44
"description": "The Motion API tracks accelerometer and device orientation (compass heading, etc.)",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/network",
3-
"version": "8.0.1",
3+
"version": "9.0.0-alpha.0",
44
"description": "The Network API provides network and connectivity information.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)