Commit 88cbb3f 1 parent 463b731 commit 88cbb3f Copy full SHA for 88cbb3f
File tree 10 files changed +31
-9
lines changed
10 files changed +31
-9
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/configtest" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " Validate a webpack configuration." ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 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)
7
11
8
12
** Note:** Version bump only for package @webpack-cli/generators
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generators" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"description" : " Webpack-CLI generators" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
22
22
" plugin-template"
23
23
],
24
24
"dependencies" : {
25
- "webpack-cli" : " ^4.9.1 " ,
25
+ "webpack-cli" : " ^4.9.2 " ,
26
26
"yeoman-environment" : " ^2.10.3" ,
27
27
"yeoman-generator" : " ^4.12.0"
28
28
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/info" ,
3
- "version" : " 1.4.0 " ,
3
+ "version" : " 1.4.1 " ,
4
4
"description" : " Outputs info about system and webpack config" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 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)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/serve" ,
3
- "version" : " 1.6.0 " ,
3
+ "version" : " 1.6.1 " ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
## [ 4.9.1] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.0...webpack-cli@4.9.1 ) (2021-10-18)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-cli" ,
3
- "version" : " 4.9.1 " ,
3
+ "version" : " 4.9.2 " ,
4
4
"description" : " CLI for webpack & friends" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
30
30
],
31
31
"dependencies" : {
32
32
"@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 " ,
36
36
"colorette" : " ^2.0.14" ,
37
37
"commander" : " ^7.0.0" ,
38
38
"execa" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments