release: v3.2.37

This commit is contained in:
Evan You
2022-06-06 20:08:19 +08:00
parent e60244bcdf
commit bdffc143ef
19 changed files with 86 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vue/runtime-core",
"version": "3.2.36",
"version": "3.2.37",
"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.36",
"@vue/reactivity": "3.2.36"
"@vue/shared": "3.2.37",
"@vue/reactivity": "3.2.37"
}
}