Skip to content

Commit a7946f2

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

File tree

6 files changed

+22
-5
lines changed

6 files changed

+22
-5
lines changed

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+
## [3.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2023-04-21)
7+
8+
### Bug Fixes
9+
10+
- **init:** don't ask to install prettier when using `--force` ([#3720](https://github.com/webpack/webpack-cli/issues/3720)) ([72d11c9](https://github.com/webpack/webpack-cli/commit/72d11c9d6f8f28e845caa8b3f72e1b056a7e3fe8))
11+
612
## [3.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2022-12-05)
713

814
### Bug Fixes

packages/generators/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/generators",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Webpack-CLI generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -25,7 +25,7 @@
2525
"plugin-template"
2626
],
2727
"dependencies": {
28-
"webpack-cli": "^5.0.1",
28+
"webpack-cli": "^5.0.2",
2929
"yeoman-environment": "^3.9.1",
3030
"yeoman-generator": "^5.7.0"
3131
},

packages/serve/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+
## [2.0.2](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2023-04-21)
7+
8+
**Note:** Version bump only for package @webpack-cli/serve
9+
610
## [2.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2022-12-05)
711

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

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

packages/webpack-cli/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+
## [5.0.2](https://github.com/webpack/webpack-cli/compare/[email protected]@5.0.2) (2023-04-21)
7+
8+
### Bug Fixes
9+
10+
- error message for missing default export in configuration ([#3685](https://github.com/webpack/webpack-cli/issues/3685)) ([e0a4a09](https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f))
11+
- **perf:** reduced startup time ([3b79059](https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128))
12+
613
## [5.0.1](https://github.com/webpack/webpack-cli/compare/[email protected]@5.0.1) (2022-12-05)
714

815
### Bug Fixes

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": "5.0.1",
3+
"version": "5.0.2",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {
@@ -37,7 +37,7 @@
3737
"@discoveryjs/json-ext": "^0.5.0",
3838
"@webpack-cli/configtest": "^2.0.1",
3939
"@webpack-cli/info": "^2.0.1",
40-
"@webpack-cli/serve": "^2.0.1",
40+
"@webpack-cli/serve": "^2.0.2",
4141
"colorette": "^2.0.14",
4242
"commander": "^10.0.1",
4343
"cross-spawn": "^7.0.3",

0 commit comments

Comments
 (0)