release: v3.0.0-alpha.11

This commit is contained in:
Evan You
2020-04-03 21:45:50 -04:00
parent c017073f4c
commit 7402951d94
15 changed files with 108 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vue/runtime-dom",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"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.10",
"@vue/runtime-core": "3.0.0-alpha.10",
"@vue/shared": "3.0.0-alpha.11",
"@vue/runtime-core": "3.0.0-alpha.11",
"csstype": "^2.6.8"
}
}