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 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.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
+
6
12
## [ 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
13
8
14
** Note:** Version bump only for package @webpack-cli/configtest
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/configtest" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
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.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
+
6
18
## [ 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
19
8
20
** 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.2 " ,
3
+ "version" : " 2.5.0 " ,
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.2 " ,
25
+ "webpack-cli" : " ^4.10.0 " ,
26
26
"yeoman-environment" : " ^3.9.1" ,
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.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
+
6
12
## [ 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
13
8
14
** Note:** Version bump only for package @webpack-cli/info
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/info" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.5.0 " ,
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.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
+
6
12
## [ 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
13
8
14
** Note:** Version bump only for package @webpack-cli/serve
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/serve" ,
3
- "version" : " 1.6.1 " ,
3
+ "version" : " 1.7.0 " ,
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.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
+
6
17
## [ 4.9.2] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2 ) (2022-01-24)
7
18
8
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-cli" ,
3
- "version" : " 4.9.2 " ,
3
+ "version" : " 4.10.0 " ,
4
4
"description" : " CLI for webpack & friends" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
35
35
],
36
36
"dependencies" : {
37
37
"@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 " ,
41
41
"colorette" : " ^2.0.14" ,
42
42
"commander" : " ^7.0.0" ,
43
43
"cross-spawn" : " ^7.0.3" ,
You can’t perform that action at this time.
0 commit comments