release: v3.2.11

This commit is contained in:
Evan You
2021-09-08 18:58:13 -04:00
parent f243d2fbdc
commit 781d2d4d58
18 changed files with 52 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vue",
"version": "3.2.10",
"version": "3.2.11",
"description": "The progressive JavaScript framework for buiding modern web UI.",
"main": "index.js",
"module": "dist/vue.runtime.esm-bundler.js",
@@ -38,9 +38,9 @@
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue#readme",
"dependencies": {
"@vue/shared": "3.2.10",
"@vue/compiler-dom": "3.2.10",
"@vue/runtime-dom": "3.2.10"
"@vue/shared": "3.2.11",
"@vue/compiler-dom": "3.2.11",
"@vue/runtime-dom": "3.2.11"
},
"devDependencies": {
"lodash": "^4.17.15",