Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fa2115c

Browse files
release: v2.7.0-alpha.10
1 parent 457fe6d commit fa2115c

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

‎CHANGELOG.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.7.0-alpha.10](https://github.com/vuejs/vue/compare/v2.7.0-alpha.9...v2.7.0-alpha.10) (2022年06月16日)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid warning when accessing _setupProxy ([cdfd9f3](https://github.com/vuejs/vue/commit/cdfd9f321e35981774785806bb1629a73ec58064))
7+
8+
9+
### Features
10+
11+
* export version as named export ([749b96d](https://github.com/vuejs/vue/commit/749b96d84e6551c5187694a93c5493702035a239))
12+
13+
14+
115
# [2.7.0-alpha.9](https://github.com/vuejs/vue/compare/v2.7.0-alpha.8...v2.7.0-alpha.9) (2022年06月16日)
216

317

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue",
3-
"version": "2.7.0-alpha.9",
3+
"version": "2.7.0-alpha.10",
44
"packageManager": "pnpm@7.1.0",
55
"description": "Reactive, component-oriented view layer for modern web interfaces.",
66
"main": "dist/vue.runtime.common.js",

‎packages/compiler-sfc/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/compiler-sfc",
3-
"version": "2.7.0-alpha.9",
3+
"version": "2.7.0-alpha.10",
44
"description": "compiler-sfc for Vue 2",
55
"main": "dist/compiler-sfc.js",
66
"types": "dist/compiler-sfc.d.ts",

‎packages/server-renderer/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-server-renderer",
3-
"version": "2.7.0-alpha.9",
3+
"version": "2.7.0-alpha.10",
44
"description": "server renderer for Vue 2.0",
55
"main": "index.js",
66
"types": "types/index.d.ts",

‎packages/template-compiler/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-template-compiler",
3-
"version": "2.7.0-alpha.9",
3+
"version": "2.7.0-alpha.10",
44
"description": "template compiler for Vue 2.0",
55
"main": "index.js",
66
"unpkg": "browser.js",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /