File tree 10 files changed +33
-9
lines changed
10 files changed +33
-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
+ ## [ 2.0.1] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/configtest@2.0.0...@webpack-cli/configtest@2.0.1 ) (2022-12-05)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/configtest
9
+
6
10
# [ 2.0.0] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/configtest@1.2.0...@webpack-cli/configtest@2.0.0 ) (2022-11-17)
7
11
8
12
### BREAKING CHANGES
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/configtest" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.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
+ ## [ 3.0.1] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@3.0.0...@webpack-cli/generators@3.0.1 ) (2022-12-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - make define-process-env-node-env alias node-env ([ #3514 ] ( https://github.com/webpack/webpack-cli/issues/3514 ) ) ([ 346a518] ( https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5 ) )
11
+
6
12
# [ 3.0.0] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@2.5.0...@webpack-cli/generators@3.0.0 ) (2022-11-17)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generators" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
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.0.0 " ,
28
+ "webpack-cli" : " ^5.0.1 " ,
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
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/info
9
+
6
10
# [ 2.0.0] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.5.0...@webpack-cli/info@2.0.0 ) (2022-11-17)
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" : " 2.0.0 " ,
3
+ "version" : " 2.0.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
+ ## [ 2.0.1] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.0...@webpack-cli/serve@2.0.1 ) (2022-12-05)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/serve
9
+
6
10
# [ 2.0.0] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.7.0...@webpack-cli/serve@2.0.0 ) (2022-11-17)
7
11
8
12
### BREAKING CHANGES
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/serve" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.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
+ ## [ 5.0.1] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1 ) (2022-12-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - make define-process-env-node-env alias node-env ([ #3514 ] ( https://github.com/webpack/webpack-cli/issues/3514 ) ) ([ 346a518] ( https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5 ) )
11
+
6
12
# [ 5.0.0] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0 ) (2022-11-17)
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.0.0 " ,
3
+ "version" : " 5.0.1 " ,
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" : " ^2.0.0 " ,
39
- "@webpack-cli/info" : " ^2.0.0 " ,
40
- "@webpack-cli/serve" : " ^2.0.0 " ,
38
+ "@webpack-cli/configtest" : " ^2.0.1 " ,
39
+ "@webpack-cli/info" : " ^2.0.1 " ,
40
+ "@webpack-cli/serve" : " ^2.0.1 " ,
41
41
"colorette" : " ^2.0.14" ,
42
42
"commander" : " ^9.4.1" ,
43
43
"cross-spawn" : " ^7.0.3" ,
You can’t perform that action at this time.
0 commit comments