release: v3.0.0-alpha.1

This commit is contained in:
Evan You
2020-01-02 18:25:17 -05:00
parent cee536360e
commit 1bb1271b5e
14 changed files with 45 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vue/runtime-dom",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "@vue/runtime-dom",
"main": "index.js",
"module": "dist/runtime-dom.esm-bundler.js",
@@ -37,6 +37,6 @@
},
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-dom#readme",
"dependencies": {
"@vue/runtime-core": "3.0.0-alpha.0"
"@vue/runtime-core": "3.0.0-alpha.1"
}
}