release: v2.7.0-alpha.11

This commit is contained in:
Evan You 2022-06-16 17:53:41 +08:00
parent 2726b6d9ff
commit ac8882715c
5 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,12 @@
# [2.7.0-alpha.11](https://github.com/vuejs/vue/compare/v2.7.0-alpha.10...v2.7.0-alpha.11) (2022-06-16)
### Bug Fixes
* further align types with v3 ([2726b6d](https://github.com/vuejs/vue/commit/2726b6d9ff3030af63012a304c33781163461a23))
# [2.7.0-alpha.10](https://github.com/vuejs/vue/compare/v2.7.0-alpha.9...v2.7.0-alpha.10) (2022-06-16)

View File

@ -1,6 +1,6 @@
{
"name": "vue",
"version": "2.7.0-alpha.10",
"version": "2.7.0-alpha.11",
"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.10",
"version": "2.7.0-alpha.11",
"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.10",
"version": "2.7.0-alpha.11",
"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.10",
"version": "2.7.0-alpha.11",
"description": "template compiler for Vue 2.0",
"main": "index.js",
"unpkg": "browser.js",