release: v3.0.0-alpha.8

This commit is contained in:
Evan You
2020-03-06 15:58:40 -05:00
parent dd2d25fee1
commit c75388d538
15 changed files with 94 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vue/runtime-dom",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"description": "@vue/runtime-dom",
"main": "index.js",
"module": "dist/runtime-dom.esm-bundler.js",
@@ -37,8 +37,8 @@
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-dom#readme",
"dependencies": {
"@vue/shared": "3.0.0-alpha.7",
"@vue/runtime-core": "3.0.0-alpha.7",
"@vue/shared": "3.0.0-alpha.8",
"@vue/runtime-core": "3.0.0-alpha.8",
"csstype": "^2.6.8"
}
}