Skip to content

Commit c913cdc

Browse files
committed
v5.0.0
1 parent e75a288 commit c913cdc

File tree

25 files changed

+93
-58
lines changed

25 files changed

+93
-58
lines changed

CHANGELOG.md

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

2+
## 5.0.0 (2022-02-17)
3+
4+
#### :bug: Bug Fix
5+
* `@vue/cli-service`
6+
* [#6972](https://github.com/vuejs/vue-cli/pull/6972) Remove --skip-plugin from arguments ([@MatthijsBurgh](https://github.com/MatthijsBurgh))
7+
* [#6987](https://github.com/vuejs/vue-cli/pull/6987) fix: update mini-css-extract-plugin to ^2.5.3 ([@darrinmn9](https://github.com/darrinmn9))
8+
9+
#### :memo: Documentation
10+
* [#6706](https://github.com/vuejs/vue-cli/pull/6706) docs: update vue create --help output in "Basics/Creating a Project" ([@Lalaluka](https://github.com/Lalaluka))
11+
* [#6642](https://github.com/vuejs/vue-cli/pull/6642) docs: Update README.md ([@wxsms](https://github.com/wxsms))
12+
* [#6620](https://github.com/vuejs/vue-cli/pull/6620) Fix typo in deployment guide ([@Klikini](https://github.com/Klikini))
13+
* [#6623](https://github.com/vuejs/vue-cli/pull/6623) fix(docs): the plugin-dev in zh has a regexp lose the end / ([@HelloJiya](https://github.com/HelloJiya))
14+
* [#6377](https://github.com/vuejs/vue-cli/pull/6377) replace master with main to reflect GH default ([@anbnyc](https://github.com/anbnyc))
15+
* [#6359](https://github.com/vuejs/vue-cli/pull/6359) Fix master to main in heroku deployment ([@MowlCoder](https://github.com/MowlCoder))
16+
* [#6266](https://github.com/vuejs/vue-cli/pull/6266) Add note about loader incompatible with webpack 4 ([@JarnoRFB](https://github.com/JarnoRFB))
17+
* [#6239](https://github.com/vuejs/vue-cli/pull/6239) Update deployment.md ([@anzuj](https://github.com/anzuj))
18+
* [#6237](https://github.com/vuejs/vue-cli/pull/6237) fix code demo ([@yyzclyang](https://github.com/yyzclyang))
19+
20+
#### Committers: 13
21+
- Alec Barrett ([@anbnyc](https://github.com/anbnyc))
22+
- Alexander Sokolov ([@Alex-Sokolov](https://github.com/Alex-Sokolov))
23+
- Andy Castille ([@Klikini](https://github.com/Klikini))
24+
- Anzelika ([@anzuj](https://github.com/anzuj))
25+
- Ben Hutton ([@Relequestual](https://github.com/Relequestual))
26+
- Calvin Schröder ([@Lalaluka](https://github.com/Lalaluka))
27+
- Darrin Nagengast ([@darrinmn9](https://github.com/darrinmn9))
28+
- Matthijs van der Burgh ([@MatthijsBurgh](https://github.com/MatthijsBurgh))
29+
- Rüdiger Busche ([@JarnoRFB](https://github.com/JarnoRFB))
30+
- [@HelloJiya](https://github.com/HelloJiya)
31+
- [@MowlCoder](https://github.com/MowlCoder)
32+
- wxsm ([@wxsms](https://github.com/wxsms))
33+
- 鱼依藻常乐 ([@yyzclyang](https://github.com/yyzclyang))
34+
35+
36+
237
## 5.0.0-rc.3 (2022-02-10)
338

439
#### :rocket: New Features

docs/core-plugins/unit-jest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ transformIgnorePatterns: ['/node_modules/']
6060
We have to add exceptions to this pattern with a RegExp negative lookahead:
6161

6262
```javascript
63-
transformIgnorePatterns: ['/node_modules/(?!name-of-lib-to-transform)']
63+
transformIgnorePatterns: ['/node_modules/(?!name-of-lib-o-transform)']
6464
```
6565

6666
To exclude multiple libraries:

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": "5.0.0-rc.3",
4+
"version": "5.0.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": "5.0.0-rc.3",
3+
"version": "5.0.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": "5.0.0-rc.3",
3+
"version": "5.0.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": "5.0.0-rc.3",
3+
"version": "5.0.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": "5.0.0-rc.3",
3+
"version": "5.0.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.12.16",
24-
"@vue/babel-preset-app": "^5.0.0-rc.3",
25-
"@vue/cli-shared-utils": "^5.0.0-rc.3",
24+
"@vue/babel-preset-app": "^5.0.0",
25+
"@vue/cli-shared-utils": "^5.0.0",
2626
"babel-loader": "^8.2.2",
2727
"thread-loader": "^3.0.0",
2828
"webpack": "^5.54.0"

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": "5.0.0-rc.3",
3+
"version": "5.0.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": "^5.0.0-rc.3",
26+
"@vue/cli-shared-utils": "^5.0.0",
2727
"eslint-plugin-cypress": "^2.11.2"
2828
},
2929
"devDependencies": {

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": "5.0.0-rc.3",
3+
"version": "5.0.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": "^5.0.0-rc.3",
26+
"@vue/cli-shared-utils": "^5.0.0",
2727
"deepmerge": "^4.2.2",
2828
"nightwatch": "^2.0.5"
2929
},

packages/@vue/cli-plugin-e2e-webdriverio/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-webdriverio",
3-
"version": "5.0.0-rc.3",
3+
"version": "5.0.0",
44
"description": "e2e-webdriverio plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@types/mocha": "^8.2.1",
29-
"@vue/cli-shared-utils": "^5.0.0-rc.3",
29+
"@vue/cli-shared-utils": "^5.0.0",
3030
"@wdio/cli": "^7.0.7",
3131
"@wdio/local-runner": "^7.0.7",
3232
"@wdio/mocha-framework": "^7.0.7",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy