From 88cbb3fe6ae7055bb806396ef32f12c7d71ce90c Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 24 Jan 2022 16:22:48 +0300 Subject: [PATCH] chore(release): publish new version - @webpack-cli/configtest@1.1.1 - @webpack-cli/generators@2.4.2 - @webpack-cli/info@1.4.1 - @webpack-cli/serve@1.6.1 - webpack-cli@4.9.2 --- packages/configtest/CHANGELOG.md | 4 ++++ packages/configtest/package.json | 2 +- packages/generators/CHANGELOG.md | 4 ++++ packages/generators/package.json | 4 ++-- packages/info/CHANGELOG.md | 4 ++++ packages/info/package.json | 2 +- packages/serve/CHANGELOG.md | 4 ++++ packages/serve/package.json | 2 +- packages/webpack-cli/CHANGELOG.md | 6 ++++++ packages/webpack-cli/package.json | 8 ++++---- 10 files changed, 31 insertions(+), 9 deletions(-) diff --git a/packages/configtest/CHANGELOG.md b/packages/configtest/CHANGELOG.md index f20313bb50b..a1b82c80992 100644 --- a/packages/configtest/CHANGELOG.md +++ b/packages/configtest/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.1.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/configtest@1.1.0...@webpack-cli/configtest@1.1.1) (2022-01-24) + +**Note:** Version bump only for package @webpack-cli/configtest + # [1.1.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/configtest@1.0.4...@webpack-cli/configtest@1.1.0) (2021-10-06) ### Features diff --git a/packages/configtest/package.json b/packages/configtest/package.json index c81f5f85893..517b56538a1 100644 --- a/packages/configtest/package.json +++ b/packages/configtest/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/configtest", - "version": "1.1.0", + "version": "1.1.1", "description": "Validate a webpack configuration.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index 68314e2aaa3..fb5380cf8f0 100644 --- a/packages/generators/CHANGELOG.md +++ b/packages/generators/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. +## [2.4.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@2.4.1...@webpack-cli/generators@2.4.2) (2022-01-24) + +**Note:** Version bump only for package @webpack-cli/generators + ## [2.4.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@2.4.0...@webpack-cli/generators@2.4.1) (2021-10-18) **Note:** Version bump only for package @webpack-cli/generators diff --git a/packages/generators/package.json b/packages/generators/package.json index d205d6cdd3b..7c7f864bcf5 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/generators", - "version": "2.4.1", + "version": "2.4.2", "description": "Webpack-CLI generators", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -22,7 +22,7 @@ "plugin-template" ], "dependencies": { - "webpack-cli": "^4.9.1", + "webpack-cli": "^4.9.2", "yeoman-environment": "^2.10.3", "yeoman-generator": "^4.12.0" }, diff --git a/packages/info/CHANGELOG.md b/packages/info/CHANGELOG.md index 61c80cb669a..54eb0b023e7 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.4.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.4.0...@webpack-cli/info@1.4.1) (2022-01-24) + +**Note:** Version bump only for package @webpack-cli/info + # [1.4.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@1.3.0...@webpack-cli/info@1.4.0) (2021-10-06) ### Features diff --git a/packages/info/package.json b/packages/info/package.json index 11deaf675c6..49bd8116e56 100644 --- a/packages/info/package.json +++ b/packages/info/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/info", - "version": "1.4.0", + "version": "1.4.1", "description": "Outputs info about system and webpack config", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/serve/CHANGELOG.md b/packages/serve/CHANGELOG.md index c073f6cf519..10674263bb7 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.6.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.6.0...@webpack-cli/serve@1.6.1) (2022-01-24) + +**Note:** Version bump only for package @webpack-cli/serve + # [1.6.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.5.2...@webpack-cli/serve@1.6.0) (2021-10-06) ### Bug Fixes diff --git a/packages/serve/package.json b/packages/serve/package.json index 017d279f0ee..93c532d8e63 100644 --- a/packages/serve/package.json +++ b/packages/serve/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/serve", - "version": "1.6.0", + "version": "1.6.1", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/webpack-cli/CHANGELOG.md b/packages/webpack-cli/CHANGELOG.md index 0a46a3ffb14..3591ae1de15 100644 --- a/packages/webpack-cli/CHANGELOG.md +++ b/packages/webpack-cli/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. +## [4.9.2](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2) (2022-01-24) + +### Bug Fixes + +- respect `negatedDescription` for flags from schema ([#3102](https://github.com/webpack/webpack-cli/issues/3102)) ([463b731](https://github.com/webpack/webpack-cli/commit/463b73115bf9a4871d775ec6501be50b08eef317)) + ## [4.9.1](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.0...webpack-cli@4.9.1) (2021-10-18) ### Bug Fixes diff --git a/packages/webpack-cli/package.json b/packages/webpack-cli/package.json index f7da1d36f5c..f73cf2ae468 100644 --- a/packages/webpack-cli/package.json +++ b/packages/webpack-cli/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "4.9.1", + "version": "4.9.2", "description": "CLI for webpack & friends", "license": "MIT", "repository": { @@ -30,9 +30,9 @@ ], "dependencies": { "@discoveryjs/json-ext": "^0.5.0", - "@webpack-cli/configtest": "^1.1.0", - "@webpack-cli/info": "^1.4.0", - "@webpack-cli/serve": "^1.6.0", + "@webpack-cli/configtest": "^1.1.1", + "@webpack-cli/info": "^1.4.1", + "@webpack-cli/serve": "^1.6.1", "colorette": "^2.0.14", "commander": "^7.0.0", "execa": "^5.0.0",