release: v3.0.0-alpha.10

This commit is contained in:
Evan You
2020-03-24 18:33:40 -04:00
parent c403c39126
commit de81faf00a
15 changed files with 72 additions and 37 deletions

View File

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