Skip to content

Commit b66fdc0

Browse files
chore(release): publish new version
- @webpack-cli/[email protected] - @webpack-cli/[email protected] - [email protected]
1 parent c6ace90 commit b66fdc0

File tree

6 files changed

+31
-4
lines changed

6 files changed

+31
-4
lines changed

packages/generators/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
# [2.3.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2021-08-15)
7+
8+
### Features
9+
10+
- add prompt to select a package manager of choice ([#2779](https://github.com/webpack/webpack-cli/issues/2779)) ([5bd0df4](https://github.com/webpack/webpack-cli/commit/5bd0df42dea72203f3042405d6ff35b4422df763))
11+
- **init-generator:** add ability to specify a package manager of choice ([#2769](https://github.com/webpack/webpack-cli/issues/2769)) ([e53f164](https://github.com/webpack/webpack-cli/commit/e53f1645c729c3bbcb27ffd41c999ed321f86f9d))
12+
613
# [2.2.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2021-06-07)
714

815
### Bug Fixes

packages/generators/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/generators",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Webpack-CLI generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/serve/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2021-08-15)
7+
8+
### Bug Fixes
9+
10+
- ci for dev server next ([#2841](https://github.com/webpack/webpack-cli/issues/2841)) ([54d34b7](https://github.com/webpack/webpack-cli/commit/54d34b723cbeaf8cc13cff45398530be1db911e4))
11+
- respect dev server CLI options for multi compiler mode ([de48278](https://github.com/webpack/webpack-cli/commit/de482784a4f8cbb9eacbbe1c6b6f3c62ef60567a))
12+
- using new dev server API for v4 ([#2886](https://github.com/webpack/webpack-cli/issues/2886)) ([f66d01f](https://github.com/webpack/webpack-cli/commit/f66d01f0e382b0b3ffc753ac7549eb252e19e26c))
13+
614
## [1.5.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2021-06-07)
715

816
### Bug Fixes

packages/serve/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/serve",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/webpack-cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [4.8.0](https://github.com/webpack/webpack-cli/compare/[email protected]@4.8.0) (2021-08-15)
7+
8+
### Bug Fixes
9+
10+
- show default value in help output if available ([#2814](https://github.com/webpack/webpack-cli/issues/2814)) ([7f50948](https://github.com/webpack/webpack-cli/commit/7f50948bb984821449277d6b5632b98a695eb029))
11+
- support top multi compiler options ([#2874](https://github.com/webpack/webpack-cli/issues/2874)) ([82b1fb7](https://github.com/webpack/webpack-cli/commit/82b1fb7441f04595ac90626235d506f29e5bb107))
12+
13+
### Features
14+
15+
- show possible values for option in help output ([#2819](https://github.com/webpack/webpack-cli/issues/2819)) ([828e5c9](https://github.com/webpack/webpack-cli/commit/828e5c923719982dfc828f9935f65384d6ede2d1))
16+
- **init-generator:** add ability to specify a package manager of choice ([#2769](https://github.com/webpack/webpack-cli/issues/2769)) ([e53f164](https://github.com/webpack/webpack-cli/commit/e53f1645c729c3bbcb27ffd41c999ed321f86f9d))
17+
618
## [4.7.2](https://github.com/webpack/webpack-cli/compare/[email protected]@4.7.2) (2021-06-07)
719

820
**Note:** Version bump only for package webpack-cli

packages/webpack-cli/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",
3-
"version": "4.7.2",
3+
"version": "4.8.0",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {
@@ -32,7 +32,7 @@
3232
"@discoveryjs/json-ext": "^0.5.0",
3333
"@webpack-cli/configtest": "^1.0.4",
3434
"@webpack-cli/info": "^1.3.0",
35-
"@webpack-cli/serve": "^1.5.1",
35+
"@webpack-cli/serve": "^1.5.2",
3636
"colorette": "^1.2.1",
3737
"commander": "^7.0.0",
3838
"execa": "^5.0.0",

0 commit comments

Comments
 (0)