release: v3.2.0-beta.8

This commit is contained in:
Evan You
2021-08-06 23:12:27 -04:00
parent abb3a81e87
commit 4781965cc2
17 changed files with 60 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vue/runtime-core",
"version": "3.2.0-beta.7",
"version": "3.2.0-beta.8",
"description": "@vue/runtime-core",
"main": "index.js",
"module": "dist/runtime-core.esm-bundler.js",
@@ -32,7 +32,7 @@
},
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-core#readme",
"dependencies": {
"@vue/shared": "3.2.0-beta.7",
"@vue/reactivity": "3.2.0-beta.7"
"@vue/shared": "3.2.0-beta.8",
"@vue/reactivity": "3.2.0-beta.8"
}
}