Skip to content

Commit fb50f76

Browse files
committed
chore(release): publish new version
- @webpack-cli/generate-loader@1.0.1-alpha.2 - @webpack-cli/generate-plugin@1.0.1-alpha.2 - @webpack-cli/generators@1.0.1-alpha.2 - @webpack-cli/info@1.0.1-alpha.2 - @webpack-cli/init@1.0.1-alpha.2 - @webpack-cli/logger@1.0.1-alpha.1 - @webpack-cli/migrate@1.0.1-alpha.2 - @webpack-cli/package-utils@1.0.1-alpha.1 - @webpack-cli/serve@1.0.1-alpha.2 - @webpack-cli/utils@1.0.1-alpha.2 - webpack-cli@4.0.0-beta.5 - @webpack-cli/webpack-scaffold@1.0.1-alpha.2
1 parent 2c75aeb commit fb50f76

24 files changed

+75
-27
lines changed

packages/generate-loader/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
### Bug Fixes

packages/generate-loader/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generate-loader",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1-alpha.2",
44
"description": "A scaffold for generating a loader",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -15,7 +15,7 @@
1515
"author": "",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@webpack-cli/generators": "^1.0.1-alpha.1",
18+
"@webpack-cli/generators": "^1.0.1-alpha.2",
1919
"yeoman-environment": "2.4.0"
2020
},
2121
"devDependencies": {

packages/generate-plugin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
### Bug Fixes

packages/generate-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generate-plugin",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1-alpha.2",
44
"description": "A scaffold for generating a plugin",
55
"main": "src/index.js",
66
"directories": {
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@webpack-cli/generators": "^1.0.1-alpha.1",
17+
"@webpack-cli/generators": "^1.0.1-alpha.2",
1818
"yeoman-environment": "2.4.0"
1919
},
2020
"devDependencies": {

packages/generators/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
### Bug Fixes

packages/generators/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generators",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1-alpha.2",
44
"description": "Webpack-CLI generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -11,9 +11,9 @@
1111
"access": "public"
1212
},
1313
"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",
1717
"chalk": "3.0.0",
1818
"glob-all": "3.1.0",
1919
"inquirer-autocomplete-prompt": "1.0.1",

packages/info/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
**Note:** Version bump only for package @webpack-cli/info

packages/info/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/info",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1-alpha.2",
44
"description": "Outputs info about system and webpack config",
55
"main": "lib/index.js",
66
"type": "lib/index.d.ts",

packages/init/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
### Bug Fixes

packages/init/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/init",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1-alpha.2",
44
"description": "init command for webpack-cli",
55
"main": "index.js",
66
"author": "",
@@ -9,8 +9,8 @@
99
"access": "public"
1010
},
1111
"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",
1414
"chalk": "3.0.0",
1515
"jscodeshift": "0.6.4",
1616
"p-each-series": "2.1.0"

packages/logger/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## 1.0.1-alpha.0 (2020-02-23)
711

812
**Note:** Version bump only for package @webpack-cli/logger

packages/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/logger",
3-
"version": "1.0.1-alpha.0",
3+
"version": "1.0.1-alpha.1",
44
"description": "webpack CLI logger instance",
55
"keywords": [
66
"webpack",

packages/migrate/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
### Bug Fixes

packages/migrate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/migrate",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1-alpha.2",
44
"description": "Migrate command for webpack-cli",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -10,7 +10,7 @@
1010
"access": "public"
1111
},
1212
"dependencies": {
13-
"@webpack-cli/utils": "^1.0.1-alpha.1",
13+
"@webpack-cli/utils": "^1.0.1-alpha.2",
1414
"chalk": "3.0.0",
1515
"diff": "4.0.1",
1616
"inquirer": "6.5.1",

packages/package-utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## 1.0.1-alpha.0 (2020-02-23)
711

812
**Note:** Version bump only for package @webpack-cli/package-utils

packages/package-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/package-utils",
3-
"version": "1.0.1-alpha.0",
3+
"version": "1.0.1-alpha.1",
44
"description": "A module to help managing packages and modules inside webpack CLI",
55
"keywords": [
66
"webpack",
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/ematipico/webpack-cli/issues"
3737
},
3838
"dependencies": {
39-
"@webpack-cli/logger": "^1.0.1-alpha.0",
39+
"@webpack-cli/logger": "^1.0.1-alpha.1",
4040
"chalk": "^3.0.0",
4141
"enquirer": "^2.3.4",
4242
"execa": "^4.0.0"

packages/serve/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
### Bug Fixes

packages/serve/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/serve",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1-alpha.2",
44
"description": "",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -14,11 +14,11 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@webpack-cli/utils": "^1.0.1-alpha.1",
17+
"@webpack-cli/utils": "^1.0.1-alpha.2",
1818
"chalk": "3.0.0",
1919
"cross-spawn": "6.0.5",
2020
"inquirer": "6.5.1",
21-
"webpack-cli": "^4.0.0-beta.4",
21+
"webpack-cli": "^4.0.0-beta.5",
2222
"webpack-dev-server": "^3.9.0"
2323
},
2424
"devDependencies": {

packages/utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
### Bug Fixes

packages/utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/utils",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1-alpha.2",
44
"description": "webpack-cli utility files",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -10,7 +10,7 @@
1010
"author": "",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@webpack-cli/package-utils": "^1.0.1-alpha.0",
13+
"@webpack-cli/package-utils": "^1.0.1-alpha.1",
1414
"chalk": "3.0.0",
1515
"cross-spawn": "6.0.5",
1616
"findup-sync": "4.0.0",

packages/webpack-cli/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
# 4.0.0-beta.4 (2020-02-23)
711

812
### Features

packages/webpack-cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "4.0.0-beta.4",
3+
"version": "4.0.0-beta.5",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {
@@ -27,8 +27,8 @@
2727
"bin/cli.js"
2828
],
2929
"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",
3232
"ansi-escapes": "^4.2.1",
3333
"chalk": "^3.0.0",
3434
"cli-table3": "^0.5.1",
@@ -47,7 +47,7 @@
4747
"webpack": "^5.0.0-beta.12"
4848
},
4949
"devDependencies": {
50-
"@webpack-cli/info": "^1.0.1-alpha.1"
50+
"@webpack-cli/info": "^1.0.1-alpha.2"
5151
},
5252
"gitHead": "0d05c30c52a9a67a65301f3b40f6fba22333bff4"
5353
}

packages/webpack-scaffold/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
## [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)
711

812
### Bug Fixes

packages/webpack-scaffold/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/webpack-scaffold",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1-alpha.2",
44
"description": "Utility files for webpack-scaffold",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)