Skip to content

Commit 00996ba

Browse files
committed
v4.0.0-beta.0
1 parent 6cb28f5 commit 00996ba

File tree

24 files changed

+109
-57
lines changed

24 files changed

+109
-57
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,56 @@
11

2+
## 4.0.0-beta.0 (2019-07-22)
3+
4+
#### :rocket: New Features
5+
* `@vue/cli-plugin-eslint`
6+
* [#4329](https://github.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea))
7+
* `@vue/cli-plugin-eslint`, `@vue/cli`
8+
* [#2337](https://github.com/vuejs/vue-cli/pull/2337) More flexible hook system ([@pksunkara](https://github.com/pksunkara))
9+
10+
#### :boom: Breaking Changes
11+
* `@vue/cli-service`
12+
* [#4331](https://github.com/vuejs/vue-cli/pull/4331) chore!: update versions of underlying webpack loaders ([@sodatea](https://github.com/sodatea))
13+
* [#4323](https://github.com/vuejs/vue-cli/pull/4323) chore!: ensure consistent directory structure for all modes ([@sodatea](https://github.com/sodatea))
14+
* [#4302](https://github.com/vuejs/vue-cli/pull/4302) chore!: move dev configs into serve command ([@sodatea](https://github.com/sodatea))
15+
16+
#### :bug: Bug Fix
17+
* `@vue/cli`
18+
* [#4332](https://github.com/vuejs/vue-cli/pull/4332) fix: when executing multiple actions, only check git status once ([@sodatea](https://github.com/sodatea))
19+
* [#4330](https://github.com/vuejs/vue-cli/pull/4330) fix: require parent template after `when` condition evaluated as truthy ([@sodatea](https://github.com/sodatea))
20+
* [#4295](https://github.com/vuejs/vue-cli/pull/4295) fix: fix latest version check when current version is a prerelease ([@sodatea](https://github.com/sodatea))
21+
* `@vue/cli-plugin-eslint`
22+
* [#4329](https://github.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea))
23+
* `@vue/cli-service`
24+
* [#4320](https://github.com/vuejs/vue-cli/pull/4320) fix: do not introduce extra level of directory when building lib for scoped packages ([@MewesK](https://github.com/MewesK))
25+
* `@vue/cli-test-utils`
26+
* [#4224](https://github.com/vuejs/vue-cli/pull/4224) fix(cli-test-utils): use `--no-git` when `initGit` option is `false` ([@fangbinwei](https://github.com/fangbinwei))
27+
28+
#### :memo: Documentation
29+
* [#4171](https://github.com/vuejs/vue-cli/pull/4171) Explain when .env files are loaded. ([@rimutaka](https://github.com/rimutaka))
30+
* [#4232](https://github.com/vuejs/vue-cli/pull/4232) Updated for Zeit Now V2 ([@ivansieder](https://github.com/ivansieder))
31+
32+
#### :house: Internal
33+
* `@vue/cli-service`
34+
* [#4302](https://github.com/vuejs/vue-cli/pull/4302) chore!: move dev configs into serve command ([@sodatea](https://github.com/sodatea))
35+
36+
#### :hammer: Underlying Tools
37+
* `@vue/cli-service`
38+
* [#4331](https://github.com/vuejs/vue-cli/pull/4331) chore!: update versions of underlying webpack loaders ([@sodatea](https://github.com/sodatea))
39+
* `@vue/cli`
40+
* [#4289](https://github.com/vuejs/vue-cli/pull/4289) chore: deprecate tslint ([@sodatea](https://github.com/sodatea))
41+
* [#4289](https://github.com/vuejs/vue-cli/pull/4289) chore: deprecate tslint ([@sodatea](https://github.com/sodatea))
42+
43+
#### Committers: 7
44+
- Binwei Fang ([@fangbinwei](https://github.com/fangbinwei))
45+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
46+
- Ivan Sieder ([@ivansieder](https://github.com/ivansieder))
47+
- Max Tolkachev ([@zhrivodkin](https://github.com/zhrivodkin))
48+
- Mewes Kochheim ([@MewesK](https://github.com/MewesK))
49+
- Pavan Kumar Sunkara ([@pksunkara](https://github.com/pksunkara))
50+
- mx ([@rimutaka](https://github.com/rimutaka))
51+
52+
53+
254
## 4.0.0-alpha.5 (2019-07-14)
355

456
#### :rocket: New Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "4.0.0-alpha.5",
4+
"version": "4.0.0-beta.0",
55
"packages": [
66
"packages/@vue/babel-preset-app",
77
"packages/@vue/cli*",

packages/@vue/babel-preset-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-preset-app",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-beta.0",
44
"description": "babel-preset-app for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

packages/@vue/cli-init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-init",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-beta.0",
44
"description": "init addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

packages/@vue/cli-overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-overlay",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-beta.0",
44
"description": "error overlay & dev server middleware for vue-cli",
55
"main": "dist/client.js",
66
"files": [

packages/@vue/cli-plugin-babel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-babel",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-beta.0",
44
"description": "babel plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -21,8 +21,8 @@
2121
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
2222
"dependencies": {
2323
"@babel/core": "^7.4.5",
24-
"@vue/babel-preset-app": "^4.0.0-alpha.5",
25-
"@vue/cli-shared-utils": "^4.0.0-alpha.5",
24+
"@vue/babel-preset-app": "^4.0.0-beta.0",
25+
"@vue/cli-shared-utils": "^4.0.0-beta.0",
2626
"babel-loader": "^8.0.6",
2727
"webpack": ">=4 < 4.29"
2828
},

packages/@vue/cli-plugin-e2e-cypress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-cypress",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-beta.0",
44
"description": "e2e-cypress plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.0.0-alpha.5",
26+
"@vue/cli-shared-utils": "^4.0.0-beta.0",
2727
"cypress": "^3.3.1",
2828
"eslint-plugin-cypress": "^2.2.1"
2929
}

packages/@vue/cli-plugin-e2e-nightwatch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-nightwatch",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-beta.0",
44
"description": "e2e-nightwatch plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.0.0-alpha.5",
26+
"@vue/cli-shared-utils": "^4.0.0-beta.0",
2727
"deepmerge": "^3.2.0",
2828
"execa": "^1.0.0",
2929
"nightwatch": "^1.1.11",

packages/@vue/cli-plugin-eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-eslint",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-beta.0",
44
"description": "eslint plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.0.0-alpha.5",
26+
"@vue/cli-shared-utils": "^4.0.0-beta.0",
2727
"eslint-loader": "^2.1.2",
2828
"globby": "^9.2.0",
2929
"webpack": ">=4 < 4.29",

packages/@vue/cli-plugin-pwa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-pwa",
3-
"version": "4.0.0-alpha.5",
3+
"version": "4.0.0-beta.0",
44
"description": "pwa plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.0.0-alpha.5",
26+
"@vue/cli-shared-utils": "^4.0.0-beta.0",
2727
"webpack": ">=4 < 4.29",
2828
"workbox-webpack-plugin": "^4.3.1"
2929
},

0 commit comments

Comments
 (0)