Skip to content

Commit 88cbb3f

Browse files
chore(release): publish new version
- @webpack-cli/configtest@1.1.1 - @webpack-cli/generators@2.4.2 - @webpack-cli/info@1.4.1 - @webpack-cli/serve@1.6.1 - webpack-cli@4.9.2
1 parent 463b731 commit 88cbb3f

File tree

10 files changed

+31
-9
lines changed

10 files changed

+31
-9
lines changed

packages/configtest/CHANGELOG.md

+4
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.1.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/configtest@1.1.0...@webpack-cli/configtest@1.1.1) (2022-01-24)
7+
8+
**Note:** Version bump only for package @webpack-cli/configtest
9+
610
# [1.1.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/configtest@1.0.4...@webpack-cli/configtest@1.1.0) (2021-10-06)
711

812
### Features

packages/configtest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/configtest",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Validate a webpack configuration.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/generators/CHANGELOG.md

+4
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+
## [2.4.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@2.4.1...@webpack-cli/generators@2.4.2) (2022-01-24)
7+
8+
**Note:** Version bump only for package @webpack-cli/generators
9+
610
## [2.4.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@2.4.0...@webpack-cli/generators@2.4.1) (2021-10-18)
711

812
**Note:** Version bump only for package @webpack-cli/generators

packages/generators/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generators",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Webpack-CLI generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -22,7 +22,7 @@
2222
"plugin-template"
2323
],
2424
"dependencies": {
25-
"webpack-cli": "^4.9.1",
25+
"webpack-cli": "^4.9.2",
2626
"yeoman-environment": "^2.10.3",
2727
"yeoman-generator": "^4.12.0"
2828
},

packages/info/CHANGELOG.md

+4
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.4.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.4.0...@webpack-cli/info@1.4.1) (2022-01-24)
7+
8+
**Note:** Version bump only for package @webpack-cli/info
9+
610
# [1.4.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.3.0...@webpack-cli/info@1.4.0) (2021-10-06)
711

812
### Features

packages/info/package.json

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

packages/serve/CHANGELOG.md

+4
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.6.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.6.0...@webpack-cli/serve@1.6.1) (2022-01-24)
7+
8+
**Note:** Version bump only for package @webpack-cli/serve
9+
610
# [1.6.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.5.2...@webpack-cli/serve@1.6.0) (2021-10-06)
711

812
### Bug Fixes

packages/serve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/serve",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/webpack-cli/CHANGELOG.md

+6
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+
## [4.9.2](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2) (2022-01-24)
7+
8+
### Bug Fixes
9+
10+
- respect `negatedDescription` for flags from schema ([#3102](https://github.com/webpack/webpack-cli/issues/3102)) ([463b731](https://github.com/webpack/webpack-cli/commit/463b73115bf9a4871d775ec6501be50b08eef317))
11+
612
## [4.9.1](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.0...webpack-cli@4.9.1) (2021-10-18)
713

814
### Bug Fixes

packages/webpack-cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "4.9.1",
3+
"version": "4.9.2",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {
@@ -30,9 +30,9 @@
3030
],
3131
"dependencies": {
3232
"@discoveryjs/json-ext": "^0.5.0",
33-
"@webpack-cli/configtest": "^1.1.0",
34-
"@webpack-cli/info": "^1.4.0",
35-
"@webpack-cli/serve": "^1.6.0",
33+
"@webpack-cli/configtest": "^1.1.1",
34+
"@webpack-cli/info": "^1.4.1",
35+
"@webpack-cli/serve": "^1.6.1",
3636
"colorette": "^2.0.14",
3737
"commander": "^7.0.0",
3838
"execa": "^5.0.0",

0 commit comments

Comments
 (0)