File tree 24 files changed +75
-27
lines changed
24 files changed +75
-27
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.0.1-alpha.2] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generate-loader@1.0.1-alpha.1...@webpack-cli/generate-loader@1.0.1-alpha.2 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/generate-loader
9
+
6
10
## [ 1.0.1-alpha.1] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generate-loader@1.0.1-alpha.0...@webpack-cli/generate-loader@1.0.1-alpha.1 ) (2020-02-23)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generate-loader" ,
3
- "version" : " 1.0.1-alpha.1 " ,
3
+ "version" : " 1.0.1-alpha.2 " ,
4
4
"description" : " A scaffold for generating a loader" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
15
15
"author" : " " ,
16
16
"license" : " MIT" ,
17
17
"dependencies" : {
18
- "@webpack-cli/generators" : " ^1.0.1-alpha.1 " ,
18
+ "@webpack-cli/generators" : " ^1.0.1-alpha.2 " ,
19
19
"yeoman-environment" : " 2.4.0"
20
20
},
21
21
"devDependencies" : {
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.0.1-alpha.2] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generate-plugin@1.0.1-alpha.1...@webpack-cli/generate-plugin@1.0.1-alpha.2 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/generate-plugin
9
+
6
10
## [ 1.0.1-alpha.1] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generate-plugin@1.0.1-alpha.0...@webpack-cli/generate-plugin@1.0.1-alpha.1 ) (2020-02-23)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generate-plugin" ,
3
- "version" : " 1.0.1-alpha.1 " ,
3
+ "version" : " 1.0.1-alpha.2 " ,
4
4
"description" : " A scaffold for generating a plugin" ,
5
5
"main" : " src/index.js" ,
6
6
"directories" : {
14
14
"author" : " " ,
15
15
"license" : " MIT" ,
16
16
"dependencies" : {
17
- "@webpack-cli/generators" : " ^1.0.1-alpha.1 " ,
17
+ "@webpack-cli/generators" : " ^1.0.1-alpha.2 " ,
18
18
"yeoman-environment" : " 2.4.0"
19
19
},
20
20
"devDependencies" : {
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.0.1-alpha.2] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generators@1.0.1-alpha.1...@webpack-cli/generators@1.0.1-alpha.2 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/generators
9
+
6
10
## [ 1.0.1-alpha.1] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/generators@1.0.1-alpha.0...@webpack-cli/generators@1.0.1-alpha.1 ) (2020-02-23)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generators" ,
3
- "version" : " 1.0.1-alpha.1 " ,
3
+ "version" : " 1.0.1-alpha.2 " ,
4
4
"description" : " Webpack-CLI generators" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
11
11
"access" : " public"
12
12
},
13
13
"dependencies" : {
14
- "@webpack-cli/package-utils" : " ^1.0.1-alpha.0 " ,
15
- "@webpack-cli/utils" : " ^1.0.1-alpha.1 " ,
16
- "@webpack-cli/webpack-scaffold" : " ^1.0.1-alpha.1 " ,
14
+ "@webpack-cli/package-utils" : " ^1.0.1-alpha.1 " ,
15
+ "@webpack-cli/utils" : " ^1.0.1-alpha.2 " ,
16
+ "@webpack-cli/webpack-scaffold" : " ^1.0.1-alpha.2 " ,
17
17
"chalk" : " 3.0.0" ,
18
18
"glob-all" : " 3.1.0" ,
19
19
"inquirer-autocomplete-prompt" : " 1.0.1" ,
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.0.1-alpha.2] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/info@1.0.1-alpha.1...@webpack-cli/info@1.0.1-alpha.2 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/info
9
+
6
10
## [ 1.0.1-alpha.1] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/info@1.0.1-alpha.0...@webpack-cli/info@1.0.1-alpha.1 ) (2020-02-23)
7
11
8
12
** 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.0.1-alpha.1 " ,
3
+ "version" : " 1.0.1-alpha.2 " ,
4
4
"description" : " Outputs info about system and webpack config" ,
5
5
"main" : " lib/index.js" ,
6
6
"type" : " 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.0.1-alpha.2] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/init@1.0.1-alpha.1...@webpack-cli/init@1.0.1-alpha.2 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/init
9
+
6
10
## [ 1.0.1-alpha.1] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/init@1.0.1-alpha.0...@webpack-cli/init@1.0.1-alpha.1 ) (2020-02-23)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/init" ,
3
- "version" : " 1.0.1-alpha.1 " ,
3
+ "version" : " 1.0.1-alpha.2 " ,
4
4
"description" : " init command for webpack-cli" ,
5
5
"main" : " index.js" ,
6
6
"author" : " " ,
9
9
"access" : " public"
10
10
},
11
11
"dependencies" : {
12
- "@webpack-cli/generators" : " ^1.0.1-alpha.1 " ,
13
- "@webpack-cli/utils" : " ^1.0.1-alpha.1 " ,
12
+ "@webpack-cli/generators" : " ^1.0.1-alpha.2 " ,
13
+ "@webpack-cli/utils" : " ^1.0.1-alpha.2 " ,
14
14
"chalk" : " 3.0.0" ,
15
15
"jscodeshift" : " 0.6.4" ,
16
16
"p-each-series" : " 2.1.0"
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.0.1-alpha.1] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/logger@1.0.1-alpha.0...@webpack-cli/logger@1.0.1-alpha.1 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/logger
9
+
6
10
## 1.0.1-alpha.0 (2020-02-23)
7
11
8
12
** Note:** Version bump only for package @webpack-cli/logger
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/logger" ,
3
- "version" : " 1.0.1-alpha.0 " ,
3
+ "version" : " 1.0.1-alpha.1 " ,
4
4
"description" : " webpack CLI logger instance" ,
5
5
"keywords" : [
6
6
" webpack" ,
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.0.1-alpha.2] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/migrate@1.0.1-alpha.1...@webpack-cli/migrate@1.0.1-alpha.2 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/migrate
9
+
6
10
## [ 1.0.1-alpha.1] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/migrate@1.0.1-alpha.0...@webpack-cli/migrate@1.0.1-alpha.1 ) (2020-02-23)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/migrate" ,
3
- "version" : " 1.0.1-alpha.1 " ,
3
+ "version" : " 1.0.1-alpha.2 " ,
4
4
"description" : " Migrate command for webpack-cli" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
10
10
"access" : " public"
11
11
},
12
12
"dependencies" : {
13
- "@webpack-cli/utils" : " ^1.0.1-alpha.1 " ,
13
+ "@webpack-cli/utils" : " ^1.0.1-alpha.2 " ,
14
14
"chalk" : " 3.0.0" ,
15
15
"diff" : " 4.0.1" ,
16
16
"inquirer" : " 6.5.1" ,
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.0.1-alpha.1] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/package-utils@1.0.1-alpha.0...@webpack-cli/package-utils@1.0.1-alpha.1 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/package-utils
9
+
6
10
## 1.0.1-alpha.0 (2020-02-23)
7
11
8
12
** Note:** Version bump only for package @webpack-cli/package-utils
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/package-utils" ,
3
- "version" : " 1.0.1-alpha.0 " ,
3
+ "version" : " 1.0.1-alpha.1 " ,
4
4
"description" : " A module to help managing packages and modules inside webpack CLI" ,
5
5
"keywords" : [
6
6
" webpack" ,
36
36
"url" : " https://github.com/ematipico/webpack-cli/issues"
37
37
},
38
38
"dependencies" : {
39
- "@webpack-cli/logger" : " ^1.0.1-alpha.0 " ,
39
+ "@webpack-cli/logger" : " ^1.0.1-alpha.1 " ,
40
40
"chalk" : " ^3.0.0" ,
41
41
"enquirer" : " ^2.3.4" ,
42
42
"execa" : " ^4.0.0"
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.0.1-alpha.2] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/serve@1.0.1-alpha.1...@webpack-cli/serve@1.0.1-alpha.2 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/serve
9
+
6
10
## [ 1.0.1-alpha.1] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/serve@1.0.1-alpha.0...@webpack-cli/serve@1.0.1-alpha.1 ) (2020-02-23)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/serve" ,
3
- "version" : " 1.0.1-alpha.1 " ,
3
+ "version" : " 1.0.1-alpha.2 " ,
4
4
"description" : " " ,
5
5
"main" : " ./lib/index.js" ,
6
6
"types" : " ./lib/index.d.ts" ,
14
14
"author" : " " ,
15
15
"license" : " MIT" ,
16
16
"dependencies" : {
17
- "@webpack-cli/utils" : " ^1.0.1-alpha.1 " ,
17
+ "@webpack-cli/utils" : " ^1.0.1-alpha.2 " ,
18
18
"chalk" : " 3.0.0" ,
19
19
"cross-spawn" : " 6.0.5" ,
20
20
"inquirer" : " 6.5.1" ,
21
- "webpack-cli" : " ^4.0.0-beta.4 " ,
21
+ "webpack-cli" : " ^4.0.0-beta.5 " ,
22
22
"webpack-dev-server" : " ^3.9.0"
23
23
},
24
24
"devDependencies" : {
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.0.1-alpha.2] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/utils@1.0.1-alpha.1...@webpack-cli/utils@1.0.1-alpha.2 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/utils
9
+
6
10
## [ 1.0.1-alpha.1] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/utils@1.0.1-alpha.0...@webpack-cli/utils@1.0.1-alpha.1 ) (2020-02-23)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/utils" ,
3
- "version" : " 1.0.1-alpha.1 " ,
3
+ "version" : " 1.0.1-alpha.2 " ,
4
4
"description" : " webpack-cli utility files" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
10
10
"author" : " " ,
11
11
"license" : " MIT" ,
12
12
"dependencies" : {
13
- "@webpack-cli/package-utils" : " ^1.0.1-alpha.0 " ,
13
+ "@webpack-cli/package-utils" : " ^1.0.1-alpha.1 " ,
14
14
"chalk" : " 3.0.0" ,
15
15
"cross-spawn" : " 6.0.5" ,
16
16
"findup-sync" : " 4.0.0" ,
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.0.0-beta.5] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@4.0.0-beta.4...webpack-cli@4.0.0-beta.5 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package webpack-cli
9
+
6
10
# 4.0.0-beta.4 (2020-02-23)
7
11
8
12
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-cli" ,
3
- "version" : " 4.0.0-beta.4 " ,
3
+ "version" : " 4.0.0-beta.5 " ,
4
4
"description" : " CLI for webpack & friends" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
27
27
" bin/cli.js"
28
28
],
29
29
"dependencies" : {
30
- "@webpack-cli/logger" : " ^1.0.1-alpha.0 " ,
31
- "@webpack-cli/package-utils" : " ^1.0.1-alpha.0 " ,
30
+ "@webpack-cli/logger" : " ^1.0.1-alpha.1 " ,
31
+ "@webpack-cli/package-utils" : " ^1.0.1-alpha.1 " ,
32
32
"ansi-escapes" : " ^4.2.1" ,
33
33
"chalk" : " ^3.0.0" ,
34
34
"cli-table3" : " ^0.5.1" ,
47
47
"webpack" : " ^5.0.0-beta.12"
48
48
},
49
49
"devDependencies" : {
50
- "@webpack-cli/info" : " ^1.0.1-alpha.1 "
50
+ "@webpack-cli/info" : " ^1.0.1-alpha.2 "
51
51
},
52
52
"gitHead" : " 0d05c30c52a9a67a65301f3b40f6fba22333bff4"
53
53
}
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.0.1-alpha.2] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/webpack-scaffold@1.0.1-alpha.1...@webpack-cli/webpack-scaffold@1.0.1-alpha.2 ) (2020-02-23)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/webpack-scaffold
9
+
6
10
## [ 1.0.1-alpha.1] ( https://github.com/ematipico/webpack-cli/compare/@webpack-cli/webpack-scaffold@1.0.1-alpha.0...@webpack-cli/webpack-scaffold@1.0.1-alpha.1 ) (2020-02-23)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/webpack-scaffold" ,
3
- "version" : " 1.0.1-alpha.1 " ,
3
+ "version" : " 1.0.1-alpha.2 " ,
4
4
"description" : " Utility files for webpack-scaffold" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments