release: v3.1.2

This commit is contained in:
Evan You
2021-06-22 14:24:50 -04:00
parent 9f6f8b35c1
commit 6b6d566861
17 changed files with 63 additions and 40 deletions

View File

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