Skip to content

Commit df30fc6

Browse files
committed
chore: release v0.0.0-alpha.1
1 parent 5942eef commit df30fc6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.1",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

packages/devtools-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitejs/devtools-rpc",
33
"type": "module",
4-
"version": "0.0.0-alpha.0",
4+
"version": "0.0.0-alpha.1",
55
"description": "DevTools rpc for Vite (work in progress)",
66
"author": "VoidZero Inc.",
77
"license": "MIT",

packages/devtools-webext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitejs/devtools-webext",
33
"type": "module",
4-
"version": "0.0.0-alpha.0",
4+
"version": "0.0.0-alpha.1",
55
"private": true,
66
"description": "DevTools browser extension for Vite (work in progress)",
77
"author": "VoidZero Inc.",

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitejs/devtools",
33
"type": "module",
4-
"version": "0.0.0-alpha.0",
4+
"version": "0.0.0-alpha.1",
55
"description": "DevTools for Vite (work in progress)",
66
"author": "VoidZero Inc.",
77
"license": "MIT",

0 commit comments

Comments
 (0)