File tree Expand file tree Collapse file tree 10 files changed +50
-9
lines changed
Expand file tree Collapse file tree 10 files changed +50
-9
lines changed 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+ # [ 1.2.0] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/configtest@1.1.1...@webpack-cli/configtest@1.2.0 ) (2022-06-13)
7+
8+ ### Features
9+
10+ - added types ([ 8ec1375] ( https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302 ) )
11+
612## [ 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)
713
814** Note:** Version bump only for package @webpack-cli/configtest
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/configtest" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.2.0 " ,
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+ # [ 2.5.0] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@2.4.2...@webpack-cli/generators@2.5.0 ) (2022-06-13)
7+
8+ ### Bug Fixes
9+
10+ - consider using createroot instead of render ([ #3240 ] ( https://github.com/webpack/webpack-cli/issues/3240 ) ) ([ 86bfe8a] ( https://github.com/webpack/webpack-cli/commit/86bfe8af92d731f02bbeac375bfe8249c0d3f4d5 ) )
11+ - correct react template generation ([ #3245 ] ( https://github.com/webpack/webpack-cli/issues/3245 ) ) ([ 8531b75] ( https://github.com/webpack/webpack-cli/commit/8531b75d77e1f7f22f185c4efd82e0351ffce04a ) )
12+
13+ ### Features
14+
15+ - added types ([ 8ec1375] ( https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302 ) )
16+ - react template ([ #2862 ] ( https://github.com/webpack/webpack-cli/issues/2862 ) ) ([ 8118405] ( https://github.com/webpack/webpack-cli/commit/81184055ad8a0dc83d085b7c60a59be9c0046f3c ) )
17+
618## [ 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)
719
820** 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" : " 2.4.2 " ,
3+ "version" : " 2.5.0 " ,
44 "description" : " Webpack-CLI generators" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
2222 " plugin-template"
2323 ],
2424 "dependencies" : {
25- "webpack-cli" : " ^4.9.2 " ,
25+ "webpack-cli" : " ^4.10.0 " ,
2626 "yeoman-environment" : " ^3.9.1" ,
2727 "yeoman-generator" : " ^4.12.0"
2828 },
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+ # [ 1.5.0] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.4.1...@webpack-cli/info@1.5.0 ) (2022-06-13)
7+
8+ ### Features
9+
10+ - added types ([ 8ec1375] ( https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302 ) )
11+
612## [ 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)
713
814** 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" : " 1.4.1 " ,
3+ "version" : " 1.5.0 " ,
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+ # [ 1.7.0] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.6.1...@webpack-cli/serve@1.7.0 ) (2022-06-13)
7+
8+ ### Features
9+
10+ - added types ([ 8ec1375] ( https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302 ) )
11+
612## [ 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)
713
814** Note:** Version bump only for package @webpack-cli/serve
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/serve" ,
3- "version" : " 1.6.1 " ,
3+ "version" : " 1.7.0 " ,
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+ # [ 4.10.0] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0 ) (2022-06-13)
7+
8+ ### Bug Fixes
9+
10+ - changeTime is already in milliseconds ([ #3198 ] ( https://github.com/webpack/webpack-cli/issues/3198 ) ) ([ d390d32] ( https://github.com/webpack/webpack-cli/commit/d390d32fe0f2491c5cc3a8dfae3ccc3962a5911b ) )
11+ - improve parsing of ` --env ` flag ([ #3286 ] ( https://github.com/webpack/webpack-cli/issues/3286 ) ) ([ 402c0fe] ( https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff ) )
12+
13+ ### Features
14+
15+ - added types ([ 8ec1375] ( https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302 ) )
16+
617## [ 4.9.2] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2 ) (2022-01-24)
718
819### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " webpack-cli" ,
3- "version" : " 4.9.2 " ,
3+ "version" : " 4.10.0 " ,
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" : " ^1.1.1 " ,
39- "@webpack-cli/info" : " ^1.4.1 " ,
40- "@webpack-cli/serve" : " ^1.6.1 " ,
38+ "@webpack-cli/configtest" : " ^1.2.0 " ,
39+ "@webpack-cli/info" : " ^1.5.0 " ,
40+ "@webpack-cli/serve" : " ^1.7.0 " ,
4141 "colorette" : " ^2.0.14" ,
4242 "commander" : " ^7.0.0" ,
4343 "cross-spawn" : " ^7.0.3" ,
You can’t perform that action at this time.
0 commit comments