File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
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
+ ## [ 3.0.7] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@3.0.6...@webpack-cli/generators@3.0.7 ) (2023-06-07)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/generators
9
+
6
10
## [ 3.0.6] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@3.0.5...@webpack-cli/generators@3.0.6 ) (2023-06-04)
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" : " 3.0.6 " ,
3
+ "version" : " 3.0.7 " ,
4
4
"description" : " Webpack-CLI generators" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
25
25
" plugin-template"
26
26
],
27
27
"dependencies" : {
28
- "webpack-cli" : " ^5.1.3 " ,
28
+ "webpack-cli" : " ^5.1.4 " ,
29
29
"yeoman-environment" : " ^3.9.1" ,
30
30
"yeoman-generator" : " ^5.7.0"
31
31
},
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
+ ## [ 5.1.4] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.3...webpack-cli@5.1.4 ) (2023-06-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - multi compiler progress output ([ f659624] ( https://github.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785 ) )
11
+
6
12
## [ 5.1.3] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.2...webpack-cli@5.1.3 ) (2023-06-04)
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" : " 5.1.3 " ,
3
+ "version" : " 5.1.4 " ,
4
4
"description" : " CLI for webpack & friends" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments