Skip to content

Commit fb50f76

Browse files
committed
chore(release): publish new version
- @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - @webpack-cli/[email protected] - [email protected] - @webpack-cli/[email protected]
1 parent 2c75aeb commit fb50f76

File tree

24 files changed

+75
-27
lines changed

24 files changed

+75
-27
lines changed

packages/generate-loader/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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/[email protected]...@webpack-cli/[email protected]) (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/[email protected]...@webpack-cli/[email protected]) (2020-02-23)
711

812
### Bug Fixes

packages/generate-loader/package.json

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 0 deletions
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/[email protected]...@webpack-cli/[email protected]) (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/[email protected]...@webpack-cli/[email protected]) (2020-02-23)
711

812
### Bug Fixes

packages/generate-plugin/package.json

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 0 deletions
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/[email protected]...@webpack-cli/[email protected]) (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/[email protected]...@webpack-cli/[email protected]) (2020-02-23)
711

812
### Bug Fixes

packages/generators/package.json

Lines changed: 4 additions & 4 deletions
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

Lines changed: 4 additions & 0 deletions
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/[email protected]...@webpack-cli/[email protected]) (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/[email protected]...@webpack-cli/[email protected]) (2020-02-23)
711

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

packages/info/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 0 deletions
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/[email protected]...@webpack-cli/[email protected]) (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/[email protected]...@webpack-cli/[email protected]) (2020-02-23)
711

812
### Bug Fixes

packages/init/package.json

Lines changed: 3 additions & 3 deletions
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"

0 commit comments

Comments
 (0)