From e3fa60b1c58726ec208b81149c17144613052874 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 19 Oct 2020 15:59:25 +0300 Subject: [PATCH] chore(release): publish new version - @webpack-cli/generate-loader@1.0.2 - @webpack-cli/generate-plugin@1.0.2 - @webpack-cli/generators@1.0.2 - @webpack-cli/info@1.0.2 - @webpack-cli/init@1.0.2 - @webpack-cli/migrate@1.0.2 - @webpack-cli/utils@1.0.2 - webpack-cli@4.1.0 - @webpack-cli/webpack-scaffold@1.0.2 --- packages/generate-loader/CHANGELOG.md | 4 ++++ packages/generate-loader/package.json | 4 ++-- packages/generate-plugin/CHANGELOG.md | 4 ++++ packages/generate-plugin/package.json | 4 ++-- packages/generators/CHANGELOG.md | 6 ++++++ packages/generators/package.json | 6 +++--- packages/info/CHANGELOG.md | 4 ++++ packages/info/package.json | 2 +- packages/init/CHANGELOG.md | 4 ++++ packages/init/package.json | 6 +++--- packages/migrate/CHANGELOG.md | 4 ++++ packages/migrate/package.json | 4 ++-- packages/utils/CHANGELOG.md | 4 ++++ packages/utils/package.json | 2 +- packages/webpack-cli/CHANGELOG.md | 17 +++++++++++++++++ packages/webpack-cli/package.json | 4 ++-- packages/webpack-scaffold/CHANGELOG.md | 6 ++++++ packages/webpack-scaffold/package.json | 2 +- 18 files changed, 70 insertions(+), 17 deletions(-) diff --git a/packages/generate-loader/CHANGELOG.md b/packages/generate-loader/CHANGELOG.md index a747463170d..f6f137046de 100644 --- a/packages/generate-loader/CHANGELOG.md +++ b/packages/generate-loader/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generate-loader@1.0.1...@webpack-cli/generate-loader@1.0.2) (2020-10-19) + +**Note:** Version bump only for package @webpack-cli/generate-loader + ## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generate-loader@1.0.1-rc.1...@webpack-cli/generate-loader@1.0.1) (2020-10-10) ### Bug Fixes diff --git a/packages/generate-loader/package.json b/packages/generate-loader/package.json index 015d836d9dd..69b6e741566 100644 --- a/packages/generate-loader/package.json +++ b/packages/generate-loader/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/generate-loader", - "version": "1.0.1", + "version": "1.0.2", "description": "A scaffold for generating a loader", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -18,7 +18,7 @@ "templates" ], "dependencies": { - "@webpack-cli/generators": "^1.0.1", + "@webpack-cli/generators": "^1.0.2", "yeoman-environment": "^2.10.3" }, "peerDependencies": { diff --git a/packages/generate-plugin/CHANGELOG.md b/packages/generate-plugin/CHANGELOG.md index b0a61771178..3021a3e02a7 100644 --- a/packages/generate-plugin/CHANGELOG.md +++ b/packages/generate-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generate-plugin@1.0.1...@webpack-cli/generate-plugin@1.0.2) (2020-10-19) + +**Note:** Version bump only for package @webpack-cli/generate-plugin + ## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generate-plugin@1.0.1-rc.1...@webpack-cli/generate-plugin@1.0.1) (2020-10-10) ### Bug Fixes diff --git a/packages/generate-plugin/package.json b/packages/generate-plugin/package.json index 7344e4ef449..1dffd191dd5 100644 --- a/packages/generate-plugin/package.json +++ b/packages/generate-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/generate-plugin", - "version": "1.0.1", + "version": "1.0.2", "description": "A scaffold for generating a plugin", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -18,7 +18,7 @@ "templates" ], "dependencies": { - "@webpack-cli/generators": "^1.0.1", + "@webpack-cli/generators": "^1.0.2", "yeoman-environment": "^2.10.3" }, "peerDependencies": { diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index 6fc991b24ca..609dd559028 100644 --- a/packages/generators/CHANGELOG.md +++ b/packages/generators/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@1.0.1...@webpack-cli/generators@1.0.2) (2020-10-19) + +### Bug Fixes + +- output stacktrace on errors ([#1949](https://github.com/webpack/webpack-cli/issues/1949)) ([9ba9d6f](https://github.com/webpack/webpack-cli/commit/9ba9d6f460fb25fb79d52f4360239b8c4b471451)) + ## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@1.0.1-rc.1...@webpack-cli/generators@1.0.1) (2020-10-10) ### Bug Fixes diff --git a/packages/generators/package.json b/packages/generators/package.json index ea2a7c562a5..1fb24fe7d30 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/generators", - "version": "1.0.1", + "version": "1.0.2", "description": "Webpack-CLI generators", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -14,8 +14,8 @@ "templates" ], "dependencies": { - "@webpack-cli/utils": "^1.0.1", - "@webpack-cli/webpack-scaffold": "^1.0.1", + "@webpack-cli/utils": "^1.0.2", + "@webpack-cli/webpack-scaffold": "^1.0.2", "colorette": "^1.2.1", "log-symbols": "^4.0.0", "mkdirp": "^1.0.4", diff --git a/packages/info/CHANGELOG.md b/packages/info/CHANGELOG.md index 470ed5bac1f..17a07d5a558 100644 --- a/packages/info/CHANGELOG.md +++ b/packages/info/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.0.1...@webpack-cli/info@1.0.2) (2020-10-19) + +**Note:** Version bump only for package @webpack-cli/info + ## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.0.1-rc.1...@webpack-cli/info@1.0.1) (2020-10-10) **Note:** Version bump only for package @webpack-cli/info diff --git a/packages/info/package.json b/packages/info/package.json index 66fe678814a..c58d97bdd4d 100644 --- a/packages/info/package.json +++ b/packages/info/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/info", - "version": "1.0.1", + "version": "1.0.2", "description": "Outputs info about system and webpack config", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/init/CHANGELOG.md b/packages/init/CHANGELOG.md index 01069257808..2876ca46540 100644 --- a/packages/init/CHANGELOG.md +++ b/packages/init/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/init@1.0.1...@webpack-cli/init@1.0.2) (2020-10-19) + +**Note:** Version bump only for package @webpack-cli/init + ## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/init@1.0.1-rc.1...@webpack-cli/init@1.0.1) (2020-10-10) **Note:** Version bump only for package @webpack-cli/init diff --git a/packages/init/package.json b/packages/init/package.json index bb20ca69297..9d95ee69556 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/init", - "version": "1.0.1", + "version": "1.0.2", "description": "init command for webpack-cli", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -12,8 +12,8 @@ "lib" ], "dependencies": { - "@webpack-cli/generators": "^1.0.1", - "@webpack-cli/utils": "^1.0.1" + "@webpack-cli/generators": "^1.0.2", + "@webpack-cli/utils": "^1.0.2" }, "peerDependencies": { "webpack": "4.x.x || 5.x.x", diff --git a/packages/migrate/CHANGELOG.md b/packages/migrate/CHANGELOG.md index 1a534acbd28..1896dad1798 100644 --- a/packages/migrate/CHANGELOG.md +++ b/packages/migrate/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/migrate@1.0.1...@webpack-cli/migrate@1.0.2) (2020-10-19) + +**Note:** Version bump only for package @webpack-cli/migrate + ## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/migrate@1.0.1-rc.1...@webpack-cli/migrate@1.0.1) (2020-10-10) **Note:** Version bump only for package @webpack-cli/migrate diff --git a/packages/migrate/package.json b/packages/migrate/package.json index fd196ef163c..705eacf544d 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/migrate", - "version": "1.0.1", + "version": "1.0.2", "description": "Migrate command for webpack-cli", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -12,7 +12,7 @@ "lib" ], "dependencies": { - "@webpack-cli/utils": "^1.0.1", + "@webpack-cli/utils": "^1.0.2", "colorette": "^1.2.1", "diff": "^4.0.2", "inquirer": "^7.1.0", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 91c8199e7b8..6d302c95d4d 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/utils@1.0.1...@webpack-cli/utils@1.0.2) (2020-10-19) + +**Note:** Version bump only for package @webpack-cli/utils + ## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/utils@1.0.1-rc.1...@webpack-cli/utils@1.0.1) (2020-10-10) ### Bug Fixes diff --git a/packages/utils/package.json b/packages/utils/package.json index 5022b06afe0..26ad2dc1b04 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/utils", - "version": "1.0.1", + "version": "1.0.2", "description": "webpack-cli utility files", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/webpack-cli/CHANGELOG.md b/packages/webpack-cli/CHANGELOG.md index 71a62eadcb6..a1a2772cbee 100644 --- a/packages/webpack-cli/CHANGELOG.md +++ b/packages/webpack-cli/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.1.0](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.0.0...webpack-cli@4.1.0) (2020-10-19) + +### Bug Fixes + +- avoid unnecessary stringify ([#1920](https://github.com/webpack/webpack-cli/issues/1920)) ([5ef1e7b](https://github.com/webpack/webpack-cli/commit/5ef1e7b074390406b76cb3e25dd90f045e1bd8a2)) +- colored output ([#1944](https://github.com/webpack/webpack-cli/issues/1944)) ([2bbbb14](https://github.com/webpack/webpack-cli/commit/2bbbb14ca9a404f2205c0f5a5515e73832ee6173)) +- move init command to separate package ([#1950](https://github.com/webpack/webpack-cli/issues/1950)) ([92ad475](https://github.com/webpack/webpack-cli/commit/92ad475d4b9606b5db7c31dd3666658301c95597)) +- output stacktrace on errors ([#1949](https://github.com/webpack/webpack-cli/issues/1949)) ([9ba9d6f](https://github.com/webpack/webpack-cli/commit/9ba9d6f460fb25fb79d52f4360239b8c4b471451)) +- run CLI after webpack installation ([#1951](https://github.com/webpack/webpack-cli/issues/1951)) ([564279e](https://github.com/webpack/webpack-cli/commit/564279e5b634a399647bcdb21449e5e6a7f0637e)) +- support any config name ([#1926](https://github.com/webpack/webpack-cli/issues/1926)) ([6f95b26](https://github.com/webpack/webpack-cli/commit/6f95b267bf6a3a3e71360f4de176a4ebbec3afa1)) +- support array of functions and promises ([#1946](https://github.com/webpack/webpack-cli/issues/1946)) ([2ace39b](https://github.com/webpack/webpack-cli/commit/2ace39b06117f558c0d8528cea9248253cbdf593)) +- watch mode and options ([#1931](https://github.com/webpack/webpack-cli/issues/1931)) ([258219a](https://github.com/webpack/webpack-cli/commit/258219a3bb606b228636e6373a3d20413c1f660e)) + +### Features + +- allow passing strings in env flag ([#1939](https://github.com/webpack/webpack-cli/issues/1939)) ([cc081a2](https://github.com/webpack/webpack-cli/commit/cc081a256181e34137a89d2e9d37b04280b3f180)) + # [4.0.0](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.0.0-rc.1...webpack-cli@4.0.0) (2020-10-10) ### Bug Fixes diff --git a/packages/webpack-cli/package.json b/packages/webpack-cli/package.json index f162b699a1f..d6024055b6a 100644 --- a/packages/webpack-cli/package.json +++ b/packages/webpack-cli/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "4.0.0", + "version": "4.1.0", "description": "CLI for webpack & friends", "license": "MIT", "repository": { @@ -27,7 +27,7 @@ "lib" ], "dependencies": { - "@webpack-cli/info": "^1.0.1", + "@webpack-cli/info": "^1.0.2", "@webpack-cli/serve": "^1.0.1", "ansi-escapes": "^4.3.1", "colorette": "^1.2.1", diff --git a/packages/webpack-scaffold/CHANGELOG.md b/packages/webpack-scaffold/CHANGELOG.md index fc7e3d971af..a2c8f691a00 100644 --- a/packages/webpack-scaffold/CHANGELOG.md +++ b/packages/webpack-scaffold/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/webpack-scaffold@1.0.1...@webpack-cli/webpack-scaffold@1.0.2) (2020-10-19) + +### Bug Fixes + +- support array of functions and promises ([#1946](https://github.com/webpack/webpack-cli/issues/1946)) ([2ace39b](https://github.com/webpack/webpack-cli/commit/2ace39b06117f558c0d8528cea9248253cbdf593)) + ## [1.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/webpack-scaffold@1.0.1-rc.1...@webpack-cli/webpack-scaffold@1.0.1) (2020-10-10) ### Bug Fixes diff --git a/packages/webpack-scaffold/package.json b/packages/webpack-scaffold/package.json index 8f7f4c9180a..76dee7085f2 100644 --- a/packages/webpack-scaffold/package.json +++ b/packages/webpack-scaffold/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/webpack-scaffold", - "version": "1.0.1", + "version": "1.0.2", "description": "Utility files for webpack-scaffold", "main": "lib/index.js", "types": "lib/index.d.ts",