release: v3.2.34

This commit is contained in:
Evan You
2022-05-19 12:42:34 +08:00
parent 31bdde0480
commit 3991609087
19 changed files with 100 additions and 73 deletions

View File

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