release: v3.2.5

This commit is contained in:
Evan You
2021-08-24 11:54:22 -04:00
parent 32827506ff
commit a137d73e91
18 changed files with 65 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vue",
"version": "3.2.4",
"version": "3.2.5",
"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.4",
"@vue/compiler-dom": "3.2.4",
"@vue/runtime-dom": "3.2.4"
"@vue/shared": "3.2.5",
"@vue/compiler-dom": "3.2.5",
"@vue/runtime-dom": "3.2.5"
},
"devDependencies": {
"lodash": "^4.17.15",