Skip to content

Commit ff6f5fb

Browse files
committed
Release version update
1 parent 87bb7c4 commit ff6f5fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/devtools-app",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Browser devtools extension for debugging WebdriverIO tests.",
55
"type": "module",
66
"exports": "./src/index.ts",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/devtools-backend",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Backend service to spin up WebdriverIO Devtools",
55
"author": "Christian Bromann <[email protected]>",
66
"license": "MIT",

packages/script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/devtools-script",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Script to be injected into a page to trace the page",
55
"author": "Christian Bromann <[email protected]>",
66
"type": "module",

packages/service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/devtools-service",
3-
"version": "0.0.0",
3+
"version": "10.0.0",
44
"description": "Hook up WebdriverIO with DevTools",
55
"author": "Christian Bromann <[email protected]>",
66
"type": "module",

0 commit comments

Comments
 (0)