release: v3.1.1

This commit is contained in:
Evan You
2021-06-07 16:26:54 -04:00
parent 434ea30505
commit ade9bd9daa
17 changed files with 49 additions and 40 deletions

View File

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