Skip to content

Commit 0d05c30

Browse files
committed
chore(release): publish %s
- @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 3f9e151 commit 0d05c30

File tree

24 files changed

+148
-34
lines changed

24 files changed

+148
-34
lines changed

packages/generate-loader/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-02-23)
7+
8+
### Bug Fixes
9+
10+
- **init:** fix webpack config scaffold ([#1231](https://github.com/ematipico/webpack-cli/issues/1231)) ([2dc495a](https://github.com/ematipico/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/ematipico/webpack-cli/issues/1230)

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.0",
3+
"version": "1.0.1-alpha.1",
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.0",
18+
"@webpack-cli/generators": "^1.0.1-alpha.1",
1919
"yeoman-environment": "2.4.0"
2020
},
2121
"devDependencies": {

packages/generate-plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-02-23)
7+
8+
### Bug Fixes
9+
10+
- **init:** fix webpack config scaffold ([#1231](https://github.com/ematipico/webpack-cli/issues/1231)) ([2dc495a](https://github.com/ematipico/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/ematipico/webpack-cli/issues/1230)

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.0",
3+
"version": "1.0.1-alpha.1",
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.0",
17+
"@webpack-cli/generators": "^1.0.1-alpha.1",
1818
"yeoman-environment": "2.4.0"
1919
},
2020
"devDependencies": {

packages/generators/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-02-23)
7+
8+
### Bug Fixes
9+
10+
- **cli:** fix file resolution inside group helper ([#1221](https://github.com/ematipico/webpack-cli/issues/1221)) ([76d2eb3](https://github.com/ematipico/webpack-cli/commit/76d2eb316ab154c19ebf639b7d6c82df76dc0695))

packages/generators/package.json

Lines changed: 4 additions & 5 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.0",
3+
"version": "1.0.1-alpha.1",
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/utils": "^1.0.1-alpha.0",
15-
"@webpack-cli/webpack-scaffold": "^1.0.1-alpha.0",
16-
"@webpack-cli/package-utils": "^1.0.0",
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",
1717
"chalk": "3.0.0",
1818
"glob-all": "3.1.0",
1919
"inquirer-autocomplete-prompt": "1.0.1",
@@ -23,7 +23,6 @@
2323
"webpack": "4.x.x",
2424
"webpack-dev-server": "3.8.0",
2525
"yeoman-generator": "4.5.0"
26-
2726
},
2827
"peerDependencies": {
2928
"webpack": "4.x.x"

packages/info/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.1-alpha.1](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

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.0",
3+
"version": "1.0.1-alpha.1",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.1-alpha.1](https://github.com/ematipico/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-02-23)
7+
8+
### Bug Fixes
9+
10+
- **init:** fix webpack config scaffold ([#1231](https://github.com/ematipico/webpack-cli/issues/1231)) ([2dc495a](https://github.com/ematipico/webpack-cli/commit/2dc495a8d050d28478c6c2533d7839e9ff78d76c)), closes [#1230](https://github.com/ematipico/webpack-cli/issues/1230)

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.0",
3+
"version": "1.0.1-alpha.1",
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.0",
13-
"@webpack-cli/utils": "^1.0.1-alpha.0",
12+
"@webpack-cli/generators": "^1.0.1-alpha.1",
13+
"@webpack-cli/utils": "^1.0.1-alpha.1",
1414
"chalk": "3.0.0",
1515
"jscodeshift": "0.6.4",
1616
"p-each-series": "2.1.0"

0 commit comments

Comments
 (0)