Skip to content

Commit e9fd593

Browse files
chore(release): publish new version
- @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - [email protected] - @webpack-cli/[email protected]
1 parent b78463a commit e9fd593

File tree

20 files changed

+82
-20
lines changed

20 files changed

+82
-20
lines changed

packages/generate-loader/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
7+
8+
### Bug Fixes
9+
10+
- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1))
11+
612
## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
713

814
### Bug Fixes

packages/generate-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generate-loader",
3-
"version": "1.0.1-rc.1",
3+
"version": "1.0.1",
44
"description": "A scaffold for generating a loader",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
1818
"templates"
1919
],
2020
"dependencies": {
21-
"@webpack-cli/generators": "^1.0.1-rc.1",
21+
"@webpack-cli/generators": "^1.0.1",
2222
"yeoman-environment": "^2.10.3"
2323
},
2424
"peerDependencies": {

packages/generate-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
7+
8+
### Bug Fixes
9+
10+
- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1))
11+
612
## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
713

814
### Bug Fixes

packages/generate-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generate-plugin",
3-
"version": "1.0.1-rc.1",
3+
"version": "1.0.1",
44
"description": "A scaffold for generating a plugin",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
1818
"templates"
1919
],
2020
"dependencies": {
21-
"@webpack-cli/generators": "^1.0.1-rc.1",
21+
"@webpack-cli/generators": "^1.0.1",
2222
"yeoman-environment": "^2.10.3"
2323
},
2424
"peerDependencies": {

packages/generators/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
7+
8+
### Bug Fixes
9+
10+
- cleanup `package-utils` package ([#1822](https://github.com/webpack/webpack-cli/issues/1822)) ([fd5b92b](https://github.com/webpack/webpack-cli/commit/fd5b92b3cd40361daec5bf4486e455a41f4c9738))
11+
- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1))
12+
613
## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
714

815
### Bug Fixes

packages/generators/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generators",
3-
"version": "1.0.1-rc.1",
3+
"version": "1.0.1",
44
"description": "Webpack-CLI generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -14,8 +14,8 @@
1414
"templates"
1515
],
1616
"dependencies": {
17-
"@webpack-cli/utils": "^1.0.1-rc.1",
18-
"@webpack-cli/webpack-scaffold": "^1.0.1-rc.1",
17+
"@webpack-cli/utils": "^1.0.1",
18+
"@webpack-cli/webpack-scaffold": "^1.0.1",
1919
"colorette": "^1.2.1",
2020
"log-symbols": "^4.0.0",
2121
"mkdirp": "^1.0.4",

packages/info/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
7+
8+
**Note:** Version bump only for package @webpack-cli/info
9+
610
## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
711

812
### Bug Fixes

packages/info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/info",
3-
"version": "1.0.1-rc.1",
3+
"version": "1.0.1",
44
"description": "Outputs info about system and webpack config",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/init/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
7+
8+
**Note:** Version bump only for package @webpack-cli/init
9+
610
## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
711

812
### Bug Fixes

packages/init/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/init",
3-
"version": "1.0.1-rc.1",
3+
"version": "1.0.1",
44
"description": "init command for webpack-cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -12,8 +12,8 @@
1212
"lib"
1313
],
1414
"dependencies": {
15-
"@webpack-cli/generators": "^1.0.1-rc.1",
16-
"@webpack-cli/utils": "^1.0.1-rc.1"
15+
"@webpack-cli/generators": "^1.0.1",
16+
"@webpack-cli/utils": "^1.0.1"
1717
},
1818
"peerDependencies": {
1919
"webpack": "4.x.x || 5.x.x",

packages/migrate/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
7+
8+
**Note:** Version bump only for package @webpack-cli/migrate
9+
610
## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
711

812
### Bug Fixes

packages/migrate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/migrate",
3-
"version": "1.0.1-rc.1",
3+
"version": "1.0.1",
44
"description": "Migrate command for webpack-cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -12,7 +12,7 @@
1212
"lib"
1313
],
1414
"dependencies": {
15-
"@webpack-cli/utils": "^1.0.1-rc.1",
15+
"@webpack-cli/utils": "^1.0.1",
1616
"colorette": "^1.2.1",
1717
"diff": "^4.0.2",
1818
"inquirer": "^7.1.0",

packages/serve/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
7+
8+
**Note:** Version bump only for package @webpack-cli/serve
9+
610
## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
711

812
### Bug Fixes

packages/serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/serve",
3-
"version": "1.0.1-rc.1",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
7+
8+
### Bug Fixes
9+
10+
- cleanup `package-utils` package ([#1822](https://github.com/webpack/webpack-cli/issues/1822)) ([fd5b92b](https://github.com/webpack/webpack-cli/commit/fd5b92b3cd40361daec5bf4486e455a41f4c9738))
11+
- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1))
12+
613
## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
714

815
### Bug Fixes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/utils",
3-
"version": "1.0.1-rc.1",
3+
"version": "1.0.1",
44
"description": "webpack-cli utility files",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/webpack-cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0](https://github.com/webpack/webpack-cli/compare/[email protected]@4.0.0) (2020-10-10)
7+
8+
### Bug Fixes
9+
10+
- add compilation lifecycle in watch instance ([#1903](https://github.com/webpack/webpack-cli/issues/1903)) ([02b6d21](https://github.com/webpack/webpack-cli/commit/02b6d21eaa20166a7ed37816de716b8fc22b756a))
11+
- cleanup `package-utils` package ([#1822](https://github.com/webpack/webpack-cli/issues/1822)) ([fd5b92b](https://github.com/webpack/webpack-cli/commit/fd5b92b3cd40361daec5bf4486e455a41f4c9738))
12+
- cli-executer supplies args further up ([#1904](https://github.com/webpack/webpack-cli/issues/1904)) ([097564a](https://github.com/webpack/webpack-cli/commit/097564a851b36b63e0a6bf88144997ef65aa057a))
13+
- exit code for validation errors ([59f6303](https://github.com/webpack/webpack-cli/commit/59f63037fcbdbb8934b578b9adf5725bc4ae1235))
14+
- exit process in case of schema errors ([71e89b4](https://github.com/webpack/webpack-cli/commit/71e89b4092d953ea587cc4f606451ab78cbcdb93))
15+
16+
### Features
17+
18+
- assign config paths in build dependencies in cache config ([#1900](https://github.com/webpack/webpack-cli/issues/1900)) ([7e90f11](https://github.com/webpack/webpack-cli/commit/7e90f110b119f36ef9def4f66cf4e17ccf1438cd))
19+
620
# [4.0.0-rc.1](https://github.com/webpack/webpack-cli/compare/[email protected]@4.0.0-rc.1) (2020-10-06)
721

822
### Bug Fixes

packages/webpack-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "4.0.0-rc.1",
3+
"version": "4.0.0",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {
@@ -27,9 +27,9 @@
2727
"lib"
2828
],
2929
"dependencies": {
30-
"@webpack-cli/info": "^1.0.1-rc.1",
31-
"@webpack-cli/init": "^1.0.1-rc.1",
32-
"@webpack-cli/serve": "^1.0.1-rc.1",
30+
"@webpack-cli/info": "^1.0.1",
31+
"@webpack-cli/init": "^1.0.1",
32+
"@webpack-cli/serve": "^1.0.1",
3333
"ansi-escapes": "^4.3.1",
3434
"colorette": "^1.2.1",
3535
"command-line-usage": "^6.1.0",

packages/webpack-scaffold/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
7+
8+
### Bug Fixes
9+
10+
- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1))
11+
612
## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-06)
713

814
**Note:** Version bump only for package @webpack-cli/webpack-scaffold

packages/webpack-scaffold/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/webpack-scaffold",
3-
"version": "1.0.1-rc.1",
3+
"version": "1.0.1",
44
"description": "Utility files for webpack-scaffold",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)