mirror of https://github.com/vuejs/vue.git
release: v2.7.0-alpha.4
This commit is contained in:
parent
c319cc7a74
commit
4dc0c6c4db
|
@ -1,3 +1,12 @@
|
||||||
|
# [2.7.0-alpha.4](https://github.com/vuejs/vue/compare/v2.7.0-alpha.3...v2.7.0-alpha.4) (2022-06-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* guard against non-object provide value ([c319cc7](https://github.com/vuejs/vue/commit/c319cc7a74a790414c33db74ad9f1070851de76b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [2.7.0-alpha.3](https://github.com/vuejs/vue/compare/v2.7.0-alpha.2...v2.7.0-alpha.3) (2022-06-01)
|
# [2.7.0-alpha.3](https://github.com/vuejs/vue/compare/v2.7.0-alpha.2...v2.7.0-alpha.3) (2022-06-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vue",
|
"name": "vue",
|
||||||
"version": "2.7.0-alpha.3",
|
"version": "2.7.0-alpha.4",
|
||||||
"packageManager": "pnpm@7.1.0",
|
"packageManager": "pnpm@7.1.0",
|
||||||
"description": "Reactive, component-oriented view layer for modern web interfaces.",
|
"description": "Reactive, component-oriented view layer for modern web interfaces.",
|
||||||
"main": "dist/vue.runtime.common.js",
|
"main": "dist/vue.runtime.common.js",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@vue/compiler-sfc",
|
"name": "@vue/compiler-sfc",
|
||||||
"version": "2.7.0-alpha.3",
|
"version": "2.7.0-alpha.4",
|
||||||
"description": "compiler-sfc for Vue 2",
|
"description": "compiler-sfc for Vue 2",
|
||||||
"main": "dist/compiler-sfc.js",
|
"main": "dist/compiler-sfc.js",
|
||||||
"types": "dist/compiler-sfc.d.ts",
|
"types": "dist/compiler-sfc.d.ts",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vue-server-renderer",
|
"name": "vue-server-renderer",
|
||||||
"version": "2.7.0-alpha.3",
|
"version": "2.7.0-alpha.4",
|
||||||
"description": "server renderer for Vue 2.0",
|
"description": "server renderer for Vue 2.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vue-template-compiler",
|
"name": "vue-template-compiler",
|
||||||
"version": "2.7.0-alpha.3",
|
"version": "2.7.0-alpha.4",
|
||||||
"description": "template compiler for Vue 2.0",
|
"description": "template compiler for Vue 2.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"unpkg": "browser.js",
|
"unpkg": "browser.js",
|
||||||
|
|
Loading…
Reference in New Issue