release: v3.0.6

This commit is contained in:
Evan You
2021-02-24 15:19:31 -05:00
parent 180310cbe9
commit d9f91e26f9
15 changed files with 86 additions and 37 deletions

View File

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