diff --git a/packages/generate-loader/CHANGELOG.md b/packages/generate-loader/CHANGELOG.md index f894704a430..a747463170d 100644 --- a/packages/generate-loader/CHANGELOG.md +++ b/packages/generate-loader/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.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 + +- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1)) + ## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generate-loader@1.0.1-alpha.5...@webpack-cli/generate-loader@1.0.1-rc.1) (2020-10-06) ### Bug Fixes diff --git a/packages/generate-loader/package.json b/packages/generate-loader/package.json index b7b009b6b24..015d836d9dd 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-rc.1", + "version": "1.0.1", "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-rc.1", + "@webpack-cli/generators": "^1.0.1", "yeoman-environment": "^2.10.3" }, "peerDependencies": { diff --git a/packages/generate-plugin/CHANGELOG.md b/packages/generate-plugin/CHANGELOG.md index c773115793f..b0a61771178 100644 --- a/packages/generate-plugin/CHANGELOG.md +++ b/packages/generate-plugin/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.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 + +- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1)) + ## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generate-plugin@1.0.1-alpha.5...@webpack-cli/generate-plugin@1.0.1-rc.1) (2020-10-06) ### Bug Fixes diff --git a/packages/generate-plugin/package.json b/packages/generate-plugin/package.json index 4d563998add..7344e4ef449 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-rc.1", + "version": "1.0.1", "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-rc.1", + "@webpack-cli/generators": "^1.0.1", "yeoman-environment": "^2.10.3" }, "peerDependencies": { diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index c63123e4386..6fc991b24ca 100644 --- a/packages/generators/CHANGELOG.md +++ b/packages/generators/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + +- cleanup `package-utils` package ([#1822](https://github.com/webpack/webpack-cli/issues/1822)) ([fd5b92b](https://github.com/webpack/webpack-cli/commit/fd5b92b3cd40361daec5bf4486e455a41f4c9738)) +- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1)) + ## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@1.0.1-alpha.5...@webpack-cli/generators@1.0.1-rc.1) (2020-10-06) ### Bug Fixes diff --git a/packages/generators/package.json b/packages/generators/package.json index 7fe0a2cd489..ea2a7c562a5 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/generators", - "version": "1.0.1-rc.1", + "version": "1.0.1", "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-rc.1", - "@webpack-cli/webpack-scaffold": "^1.0.1-rc.1", + "@webpack-cli/utils": "^1.0.1", + "@webpack-cli/webpack-scaffold": "^1.0.1", "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 ed85105f626..470ed5bac1f 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.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 + ## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.0.1-alpha.4...@webpack-cli/info@1.0.1-rc.1) (2020-10-06) ### Bug Fixes diff --git a/packages/info/package.json b/packages/info/package.json index 7103b1bcdc0..8865940d58c 100644 --- a/packages/info/package.json +++ b/packages/info/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/info", - "version": "1.0.1-rc.1", + "version": "1.0.1", "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 d64fb4137d3..01069257808 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.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 + ## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/init@1.0.1-alpha.5...@webpack-cli/init@1.0.1-rc.1) (2020-10-06) ### Bug Fixes diff --git a/packages/init/package.json b/packages/init/package.json index 34d35f300d5..bb20ca69297 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/init", - "version": "1.0.1-rc.1", + "version": "1.0.1", "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-rc.1", - "@webpack-cli/utils": "^1.0.1-rc.1" + "@webpack-cli/generators": "^1.0.1", + "@webpack-cli/utils": "^1.0.1" }, "peerDependencies": { "webpack": "4.x.x || 5.x.x", diff --git a/packages/migrate/CHANGELOG.md b/packages/migrate/CHANGELOG.md index d704b61288b..1a534acbd28 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.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 + ## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/migrate@1.0.1-alpha.5...@webpack-cli/migrate@1.0.1-rc.1) (2020-10-06) ### Bug Fixes diff --git a/packages/migrate/package.json b/packages/migrate/package.json index b08d4197b28..fd196ef163c 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/migrate", - "version": "1.0.1-rc.1", + "version": "1.0.1", "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-rc.1", + "@webpack-cli/utils": "^1.0.1", "colorette": "^1.2.1", "diff": "^4.0.2", "inquirer": "^7.1.0", diff --git a/packages/serve/CHANGELOG.md b/packages/serve/CHANGELOG.md index b29c2ca2387..3d788f5f3da 100644 --- a/packages/serve/CHANGELOG.md +++ b/packages/serve/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.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.0.1-rc.1...@webpack-cli/serve@1.0.1) (2020-10-10) + +**Note:** Version bump only for package @webpack-cli/serve + ## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.0.1-alpha.5...@webpack-cli/serve@1.0.1-rc.1) (2020-10-06) ### Bug Fixes diff --git a/packages/serve/package.json b/packages/serve/package.json index e877c7fe942..d68d206f1a8 100644 --- a/packages/serve/package.json +++ b/packages/serve/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/serve", - "version": "1.0.1-rc.1", + "version": "1.0.1", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3d86469f398..91c8199e7b8 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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 + +- cleanup `package-utils` package ([#1822](https://github.com/webpack/webpack-cli/issues/1822)) ([fd5b92b](https://github.com/webpack/webpack-cli/commit/fd5b92b3cd40361daec5bf4486e455a41f4c9738)) +- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1)) + ## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/utils@1.0.1-alpha.5...@webpack-cli/utils@1.0.1-rc.1) (2020-10-06) ### Bug Fixes diff --git a/packages/utils/package.json b/packages/utils/package.json index a77b8ecc641..14568d4afa2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/utils", - "version": "1.0.1-rc.1", + "version": "1.0.1", "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 aefaa2f44e9..71a62eadcb6 100644 --- a/packages/webpack-cli/CHANGELOG.md +++ b/packages/webpack-cli/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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 + +- add compilation lifecycle in watch instance ([#1903](https://github.com/webpack/webpack-cli/issues/1903)) ([02b6d21](https://github.com/webpack/webpack-cli/commit/02b6d21eaa20166a7ed37816de716b8fc22b756a)) +- cleanup `package-utils` package ([#1822](https://github.com/webpack/webpack-cli/issues/1822)) ([fd5b92b](https://github.com/webpack/webpack-cli/commit/fd5b92b3cd40361daec5bf4486e455a41f4c9738)) +- cli-executer supplies args further up ([#1904](https://github.com/webpack/webpack-cli/issues/1904)) ([097564a](https://github.com/webpack/webpack-cli/commit/097564a851b36b63e0a6bf88144997ef65aa057a)) +- exit code for validation errors ([59f6303](https://github.com/webpack/webpack-cli/commit/59f63037fcbdbb8934b578b9adf5725bc4ae1235)) +- exit process in case of schema errors ([71e89b4](https://github.com/webpack/webpack-cli/commit/71e89b4092d953ea587cc4f606451ab78cbcdb93)) + +### Features + +- assign config paths in build dependencies in cache config ([#1900](https://github.com/webpack/webpack-cli/issues/1900)) ([7e90f11](https://github.com/webpack/webpack-cli/commit/7e90f110b119f36ef9def4f66cf4e17ccf1438cd)) + # [4.0.0-rc.1](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.0.0-beta.8...webpack-cli@4.0.0-rc.1) (2020-10-06) ### Bug Fixes diff --git a/packages/webpack-cli/package.json b/packages/webpack-cli/package.json index 8283d8028fe..e7c7f7fb794 100644 --- a/packages/webpack-cli/package.json +++ b/packages/webpack-cli/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "4.0.0-rc.1", + "version": "4.0.0", "description": "CLI for webpack & friends", "license": "MIT", "repository": { @@ -27,9 +27,9 @@ "lib" ], "dependencies": { - "@webpack-cli/info": "^1.0.1-rc.1", - "@webpack-cli/init": "^1.0.1-rc.1", - "@webpack-cli/serve": "^1.0.1-rc.1", + "@webpack-cli/info": "^1.0.1", + "@webpack-cli/init": "^1.0.1", + "@webpack-cli/serve": "^1.0.1", "ansi-escapes": "^4.3.1", "colorette": "^1.2.1", "command-line-usage": "^6.1.0", diff --git a/packages/webpack-scaffold/CHANGELOG.md b/packages/webpack-scaffold/CHANGELOG.md index 277c12989c8..fc7e3d971af 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.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 + +- upgrade lock file ([#1885](https://github.com/webpack/webpack-cli/issues/1885)) ([8df291e](https://github.com/webpack/webpack-cli/commit/8df291eef0fad7c91d912b158b3c2915cddfacd1)) + ## [1.0.1-rc.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/webpack-scaffold@1.0.1-alpha.4...@webpack-cli/webpack-scaffold@1.0.1-rc.1) (2020-10-06) **Note:** Version bump only for package @webpack-cli/webpack-scaffold diff --git a/packages/webpack-scaffold/package.json b/packages/webpack-scaffold/package.json index 5b46ebde4af..8f7f4c9180a 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-rc.1", + "version": "1.0.1", "description": "Utility files for webpack-scaffold", "main": "lib/index.js", "types": "lib/index.d.ts",