Skip to content

Commit d316a18

Browse files
committed
v4.1.0
1 parent 44cfe78 commit d316a18

File tree

24 files changed

+96
-60
lines changed

24 files changed

+96
-60
lines changed

CHANGELOG.md

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

2+
## 4.1.0 (2019-11-27)
3+
4+
#### :rocket: New Features
5+
* `@vue/cli-plugin-pwa`
6+
* [#4736](https://github.com/vuejs/vue-cli/pull/4736) feat: allow use of full url for pwa manifest and icons ([@tkint](https://github.com/tkint))
7+
8+
#### :bug: Bug Fix
9+
* `@vue/cli-shared-utils`
10+
* [#4842](https://github.com/vuejs/vue-cli/pull/4842) Replace chalk.reset with stripAnsi in @vue/cli-shared-utils/lib/logger.js ([@perakerberg](https://github.com/perakerberg))
11+
* `@vue/cli`
12+
* [#4883](https://github.com/vuejs/vue-cli/pull/4883) fix: support `parser` option for codemods, and enable ts parsing by default ([@sodatea](https://github.com/sodatea))
13+
* [#4859](https://github.com/vuejs/vue-cli/pull/4859) fix: invalid version error when modules not installed ([@yannbertrand](https://github.com/yannbertrand))
14+
15+
#### :memo: Documentation
16+
* [#4820](https://github.com/vuejs/vue-cli/pull/4820) Update doc section on Git Hooks ([@Codermar](https://github.com/Codermar))
17+
* [#4836](https://github.com/vuejs/vue-cli/pull/4836) docs: add warnings on CSS sideEffects ([@sodatea](https://github.com/sodatea))
18+
* [#4831](https://github.com/vuejs/vue-cli/pull/4831) Update browser-compatibility.md ([@wenhandi](https://github.com/wenhandi))
19+
* [#4716](https://github.com/vuejs/vue-cli/pull/4716) use gitlab CI env variable for project name ([@gregoiredx](https://github.com/gregoiredx))
20+
* [#4803](https://github.com/vuejs/vue-cli/pull/4803) fix docs `css.loaderOptions.css.localsConvention` ([@negibouze](https://github.com/negibouze))
21+
* [#4746](https://github.com/vuejs/vue-cli/pull/4746) Update migrating-from-v3 README typo ([@seangwright](https://github.com/seangwright))
22+
23+
#### Committers: 11
24+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
25+
- Jose G. Alfonso ([@Codermar](https://github.com/Codermar))
26+
- Per Åkerberg ([@perakerberg](https://github.com/perakerberg))
27+
- Sean G. Wright ([@seangwright](https://github.com/seangwright))
28+
- Thomas Kint ([@tkint](https://github.com/tkint))
29+
- Yann Bertrand ([@yannbertrand](https://github.com/yannbertrand))
30+
- Yingya Zhang ([@zyy7259](https://github.com/zyy7259))
31+
- Yoshiaki Itakura ([@negibouze](https://github.com/negibouze))
32+
- [@arnaudvalle](https://github.com/arnaudvalle)
33+
- [@gregoiredx](https://github.com/gregoiredx)
34+
- 文翰弟 ([@wenhandi](https://github.com/wenhandi))
35+
36+
37+
238
## 4.1.0-beta.0 (2019-11-09)
339

440
#### :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.1.0-beta.0",
4+
"version": "4.1.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.1.0-beta.0",
3+
"version": "4.1.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.1.0-beta.0",
3+
"version": "4.1.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.1.0-beta.0",
3+
"version": "4.1.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.1.0-beta.0",
3+
"version": "4.1.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.7.4",
24-
"@vue/babel-preset-app": "^4.1.0-beta.0",
25-
"@vue/cli-shared-utils": "^4.1.0-beta.0",
24+
"@vue/babel-preset-app": "^4.1.0",
25+
"@vue/cli-shared-utils": "^4.1.0",
2626
"babel-loader": "^8.0.6",
2727
"cache-loader": "^4.1.0",
2828
"thread-loader": "^2.1.3",

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.1.0-beta.0",
3+
"version": "4.1.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.1.0-beta.0",
26+
"@vue/cli-shared-utils": "^4.1.0",
2727
"cypress": "^3.3.1",
2828
"eslint-plugin-cypress": "^2.7.0"
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.1.0-beta.0",
3+
"version": "4.1.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.1.0-beta.0",
26+
"@vue/cli-shared-utils": "^4.1.0",
2727
"deepmerge": "^3.2.0",
2828
"execa": "^1.0.0",
2929
"nightwatch": "^1.3.1"

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.1.0-beta.0",
3+
"version": "4.1.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.1.0-beta.0",
26+
"@vue/cli-shared-utils": "^4.1.0",
2727
"eslint-loader": "^2.1.2",
2828
"globby": "^9.2.0",
2929
"webpack": "^4.0.0",

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.1.0-beta.0",
3+
"version": "4.1.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.1.0-beta.0",
26+
"@vue/cli-shared-utils": "^4.1.0",
2727
"webpack": "^4.0.0",
2828
"workbox-webpack-plugin": "^4.3.1"
2929
},

0 commit comments

Comments
 (0)