release: v3.2.12

This commit is contained in:
Evan You
2021-09-17 10:55:26 -04:00
parent c36b557b3e
commit ebe00f66dd
18 changed files with 64 additions and 43 deletions

View File

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