release: v2.7.0-alpha.5

This commit is contained in:
Evan You 2022-06-06 15:33:20 +08:00
parent 4f2a04e6a8
commit 9ce105aa10
5 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,12 @@
# [2.7.0-alpha.5](https://github.com/vuejs/vue/compare/v2.7.0-alpha.4...v2.7.0-alpha.5) (2022-06-06)
### Bug Fixes
* fix scopedSlots regression ([4f2a04e](https://github.com/vuejs/vue/commit/4f2a04e6a8e1fc71080eed49fd4059d6a53afc1c))
# [2.7.0-alpha.4](https://github.com/vuejs/vue/compare/v2.7.0-alpha.3...v2.7.0-alpha.4) (2022-06-01)

View File

@ -1,6 +1,6 @@
{
"name": "vue",
"version": "2.7.0-alpha.4",
"version": "2.7.0-alpha.5",
"packageManager": "pnpm@7.1.0",
"description": "Reactive, component-oriented view layer for modern web interfaces.",
"main": "dist/vue.runtime.common.js",

View File

@ -1,6 +1,6 @@
{
"name": "@vue/compiler-sfc",
"version": "2.7.0-alpha.4",
"version": "2.7.0-alpha.5",
"description": "compiler-sfc for Vue 2",
"main": "dist/compiler-sfc.js",
"types": "dist/compiler-sfc.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "vue-server-renderer",
"version": "2.7.0-alpha.4",
"version": "2.7.0-alpha.5",
"description": "server renderer for Vue 2.0",
"main": "index.js",
"types": "types/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "vue-template-compiler",
"version": "2.7.0-alpha.4",
"version": "2.7.0-alpha.5",
"description": "template compiler for Vue 2.0",
"main": "index.js",
"unpkg": "browser.js",