File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.1.1] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/configtest@2.1.0...@webpack-cli/configtest@2.1.1 ) (2023-06-04)
7+
8+ ** Note:** Version bump only for package @webpack-cli/configtest
9+
610# [ 2.1.0] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/configtest@2.0.1...@webpack-cli/configtest@2.1.0 ) (2023-05-07)
711
812### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/configtest" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " Validate a webpack configuration." ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.0.5] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@3.0.4...@webpack-cli/generators@3.0.5 ) (2023-06-04)
7+
8+ ** Note:** Version bump only for package @webpack-cli/generators
9+
610## [ 3.0.4] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@3.0.3...@webpack-cli/generators@3.0.4 ) (2023-05-09)
711
812** Note:** Version bump only for package @webpack-cli/generators
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/generators" ,
3- "version" : " 3.0.4 " ,
3+ "version" : " 3.0.5 " ,
44 "description" : " Webpack-CLI generators" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
2525 " plugin-template"
2626 ],
2727 "dependencies" : {
28- "webpack-cli" : " ^5.1.1 " ,
28+ "webpack-cli" : " ^5.1.2 " ,
2929 "yeoman-environment" : " ^3.9.1" ,
3030 "yeoman-generator" : " ^5.7.0"
3131 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.0.2] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@2.0.1...@webpack-cli/info@2.0.2 ) (2023-06-04)
7+
8+ ** Note:** Version bump only for package @webpack-cli/info
9+
610## [ 2.0.1] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@2.0.0...@webpack-cli/info@2.0.1 ) (2022-12-05)
711
812** Note:** Version bump only for package @webpack-cli/info
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/info" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Outputs info about system and webpack config" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.0.5] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.4...@webpack-cli/serve@2.0.5 ) (2023-06-04)
7+
8+ ### Bug Fixes
9+
10+ - improve help for some flags ([ f468614] ( https://github.com/webpack/webpack-cli/commit/f4686141681cfcbc74d57e69a732e176decff225 ) )
11+
612## [ 2.0.4] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.3...@webpack-cli/serve@2.0.4 ) (2023-05-09)
713
814### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/serve" ,
3- "version" : " 2.0.4 " ,
3+ "version" : " 2.0.5 " ,
44 "description" : " " ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 5.1.2] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.1...webpack-cli@5.1.2 ) (2023-06-04)
7+
8+ ### Bug Fixes
9+
10+ - improve check for custom webpack and webpack-dev-server package existance ([ 0931ab6] ( https://github.com/webpack/webpack-cli/commit/0931ab6dfd8d9f511036bcb7c1a4ea8dde1ff1cb ) )
11+ - improve help for some flags ([ f468614] ( https://github.com/webpack/webpack-cli/commit/f4686141681cfcbc74d57e69a732e176decff225 ) )
12+ - improved support for ` .cts ` and ` .mts ` extensions ([ a77daf2] ( https://github.com/webpack/webpack-cli/commit/a77daf28f8a8ad96410a39d565f011f6bb14f6bb ) )
13+
614## [ 5.1.1] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.0...webpack-cli@5.1.1 ) (2023-05-09)
715
816### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " webpack-cli" ,
3- "version" : " 5.1.1 " ,
3+ "version" : " 5.1.2 " ,
44 "description" : " CLI for webpack & friends" ,
55 "license" : " MIT" ,
66 "repository" : {
3535 ],
3636 "dependencies" : {
3737 "@discoveryjs/json-ext" : " ^0.5.0" ,
38- "@webpack-cli/configtest" : " ^2.1.0 " ,
39- "@webpack-cli/info" : " ^2.0.1 " ,
40- "@webpack-cli/serve" : " ^2.0.4 " ,
38+ "@webpack-cli/configtest" : " ^2.1.1 " ,
39+ "@webpack-cli/info" : " ^2.0.2 " ,
40+ "@webpack-cli/serve" : " ^2.0.5 " ,
4141 "colorette" : " ^2.0.14" ,
4242 "commander" : " ^10.0.1" ,
4343 "cross-spawn" : " ^7.0.3" ,
You can’t perform that action at this time.
0 commit comments