Skip to content

Commit e3fa60b

Browse files
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] - [email protected] - @webpack-cli/[email protected]
1 parent 90b4583 commit e3fa60b

File tree

18 files changed

+70
-17
lines changed

18 files changed

+70
-17
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.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-19)
7+
8+
**Note:** Version bump only for package @webpack-cli/generate-loader
9+
610
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
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",
3+
"version": "1.0.2",
44
"description": "A scaffold for generating a loader",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
1818
"templates"
1919
],
2020
"dependencies": {
21-
"@webpack-cli/generators": "^1.0.1",
21+
"@webpack-cli/generators": "^1.0.2",
2222
"yeoman-environment": "^2.10.3"
2323
},
2424
"peerDependencies": {

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.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-19)
7+
8+
**Note:** Version bump only for package @webpack-cli/generate-plugin
9+
610
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
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",
3+
"version": "1.0.2",
44
"description": "A scaffold for generating a plugin",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
1818
"templates"
1919
],
2020
"dependencies": {
21-
"@webpack-cli/generators": "^1.0.1",
21+
"@webpack-cli/generators": "^1.0.2",
2222
"yeoman-environment": "^2.10.3"
2323
},
2424
"peerDependencies": {

packages/generators/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-19)
7+
8+
### Bug Fixes
9+
10+
- output stacktrace on errors ([#1949](https://github.com/webpack/webpack-cli/issues/1949)) ([9ba9d6f](https://github.com/webpack/webpack-cli/commit/9ba9d6f460fb25fb79d52f4360239b8c4b471451))
11+
612
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
713

814
### Bug Fixes

packages/generators/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/generators",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Webpack-CLI generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -14,8 +14,8 @@
1414
"templates"
1515
],
1616
"dependencies": {
17-
"@webpack-cli/utils": "^1.0.1",
18-
"@webpack-cli/webpack-scaffold": "^1.0.1",
17+
"@webpack-cli/utils": "^1.0.2",
18+
"@webpack-cli/webpack-scaffold": "^1.0.2",
1919
"colorette": "^1.2.1",
2020
"log-symbols": "^4.0.0",
2121
"mkdirp": "^1.0.4",

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.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-19)
7+
8+
**Note:** Version bump only for package @webpack-cli/info
9+
610
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
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",
3+
"version": "1.0.2",
44
"description": "Outputs info about system and webpack config",
55
"main": "lib/index.js",
66
"types": "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.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-19)
7+
8+
**Note:** Version bump only for package @webpack-cli/init
9+
610
## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2020-10-10)
711

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

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",
3+
"version": "1.0.2",
44
"description": "init command for webpack-cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -12,8 +12,8 @@
1212
"lib"
1313
],
1414
"dependencies": {
15-
"@webpack-cli/generators": "^1.0.1",
16-
"@webpack-cli/utils": "^1.0.1"
15+
"@webpack-cli/generators": "^1.0.2",
16+
"@webpack-cli/utils": "^1.0.2"
1717
},
1818
"peerDependencies": {
1919
"webpack": "4.x.x || 5.x.x",

0 commit comments

Comments
 (0)