release: v2.7.0-alpha.10

This commit is contained in:
Evan You 2022-06-16 17:18:28 +08:00
parent 457fe6d222
commit fa2115c031
5 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,17 @@
# [2.7.0-alpha.10](https://github.com/vuejs/vue/compare/v2.7.0-alpha.9...v2.7.0-alpha.10) (2022-06-16)
### Bug Fixes
* avoid warning when accessing _setupProxy ([cdfd9f3](https://github.com/vuejs/vue/commit/cdfd9f321e35981774785806bb1629a73ec58064))
### Features
* export version as named export ([749b96d](https://github.com/vuejs/vue/commit/749b96d84e6551c5187694a93c5493702035a239))
# [2.7.0-alpha.9](https://github.com/vuejs/vue/compare/v2.7.0-alpha.8...v2.7.0-alpha.9) (2022-06-16)

View File

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