Skip to content

Commit 7899c39

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

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/generators/CHANGELOG.md

+4
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+
## [3.0.6](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2023-06-04)
7+
8+
**Note:** Version bump only for package @webpack-cli/generators
9+
610
## [3.0.5](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2023-06-04)
711

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

packages/generators/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generators",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
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.1.2",
28+
"webpack-cli": "^5.1.3",
2929
"yeoman-environment": "^3.9.1",
3030
"yeoman-generator": "^5.7.0"
3131
},

packages/webpack-cli/CHANGELOG.md

+6
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+
## [5.1.3](https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.3) (2023-06-04)
7+
8+
### Bug Fixes
9+
10+
- regression for custom configurations ([#3834](https://github.com/webpack/webpack-cli/issues/3834)) ([bb4f8eb](https://github.com/webpack/webpack-cli/commit/bb4f8eb4325219afae3203dc4893af2b4655d5fa))
11+
612
## [5.1.2](https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.2) (2023-06-04)
713

814
### Bug Fixes

packages/webpack-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)