release: v3.2.2

This commit is contained in:
Evan You
2021-08-11 11:40:25 -04:00
parent e7b0a9d3cf
commit 7ffa225aa3
17 changed files with 57 additions and 39 deletions

View File

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