Skip to content

Commit 4a0f893

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

File tree

10 files changed

+33
-9
lines changed

10 files changed

+33
-9
lines changed

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

812
### BREAKING CHANGES

packages/configtest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/configtest",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Validate a webpack configuration.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/generators/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+
## [3.0.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2022-12-05)
7+
8+
### Bug Fixes
9+
10+
- make define-process-env-node-env alias node-env ([#3514](https://github.com/webpack/webpack-cli/issues/3514)) ([346a518](https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5))
11+
612
# [3.0.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2022-11-17)
713

814
### Bug Fixes

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.0",
3+
"version": "3.0.1",
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.0",
28+
"webpack-cli": "^5.0.1",
2929
"yeoman-environment": "^3.9.1",
3030
"yeoman-generator": "^5.7.0"
3131
},

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

812
### Features

packages/info/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/info",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Outputs info about system and webpack config",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

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

812
### BREAKING CHANGES

packages/serve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/serve",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

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.0.1](https://github.com/webpack/webpack-cli/compare/[email protected]@5.0.1) (2022-12-05)
7+
8+
### Bug Fixes
9+
10+
- make define-process-env-node-env alias node-env ([#3514](https://github.com/webpack/webpack-cli/issues/3514)) ([346a518](https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5))
11+
612
# [5.0.0](https://github.com/webpack/webpack-cli/compare/[email protected]@5.0.0) (2022-11-17)
713

814
### Bug Fixes

packages/webpack-cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {
@@ -35,9 +35,9 @@
3535
],
3636
"dependencies": {
3737
"@discoveryjs/json-ext": "^0.5.0",
38-
"@webpack-cli/configtest": "^2.0.0",
39-
"@webpack-cli/info": "^2.0.0",
40-
"@webpack-cli/serve": "^2.0.0",
38+
"@webpack-cli/configtest": "^2.0.1",
39+
"@webpack-cli/info": "^2.0.1",
40+
"@webpack-cli/serve": "^2.0.1",
4141
"colorette": "^2.0.14",
4242
"commander": "^9.4.1",
4343
"cross-spawn": "^7.0.3",

0 commit comments

Comments
 (0)