Skip to content

Commit 480b33d

Browse files
chore(release): publish new version
- @webpack-cli/configtest@3.0.1 - create-new-webpack-app@1.1.0 - @webpack-cli/info@3.0.1 - @webpack-cli/serve@3.0.1 - webpack-cli@6.0.1
1 parent 7a5071b commit 480b33d

File tree

10 files changed

+44
-8
lines changed

10 files changed

+44
-8
lines changed

packages/configtest/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.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/configtest@3.0.0...@webpack-cli/configtest@3.0.1) (2024-12-20)
7+
8+
### Bug Fixes
9+
10+
- update peer dependencies ([#4356](https://github.com/webpack/webpack-cli/issues/4356)) ([7a7e5d9](https://github.com/webpack/webpack-cli/commit/7a7e5d9f4bd796c7d1089db228b9581e97cc897e))
11+
612
# [3.0.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/configtest@2.1.1...@webpack-cli/configtest@3.0.0) (2024-12-19)
713

814
**Note:** Version bump only for package @webpack-cli/configtest

packages/configtest/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/configtest",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Validate a webpack configuration.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/create-webpack-app/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.1.0 (2024-12-20)
7+
8+
### Bug Fixes
9+
10+
- better default values ([8326501](https://github.com/webpack-cli/create-webpack-app/commit/8326501cc2ad65937b2f10a4ccb287e87cd28932))
11+
- less dependencies ([eab2f39](https://github.com/webpack-cli/create-webpack-app/commit/eab2f3972e9c7b56a149761ac10e8e43b0a9339c))
12+
- logging ([fca8c00](https://github.com/webpack-cli/create-webpack-app/commit/fca8c0073cb76a05035a4c8a8059e1a02e982c5e))
13+
- publish ([6b8dbf5](https://github.com/webpack-cli/create-webpack-app/commit/6b8dbf5e3f69823374eb26ff5ac0827308e40bfd))
14+
- reduce package size, avoid `*.d.ts` ([09c7cd7](https://github.com/webpack-cli/create-webpack-app/commit/09c7cd715f7c573be0d882fe45e2c3a5097916fd))
15+
16+
### Features
17+
18+
- init `create-webpack-app` package ([2739cea](https://github.com/webpack-cli/create-webpack-app/commit/2739cea843334e44e3ed8822d39005645a82a280))
19+
620
# 1.0.1 (2024-12-19)
721

822
### Bug Fixes

packages/create-webpack-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-new-webpack-app",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "CLI for scaffolding webpack projects using default config, framework templates, loader or plugins templates",
55
"license": "MIT",
66
"repository": {

packages/info/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.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@3.0.0...@webpack-cli/info@3.0.1) (2024-12-20)
7+
8+
### Bug Fixes
9+
10+
- update peer dependencies ([#4356](https://github.com/webpack/webpack-cli/issues/4356)) ([7a7e5d9](https://github.com/webpack/webpack-cli/commit/7a7e5d9f4bd796c7d1089db228b9581e97cc897e))
11+
612
# [3.0.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/info@2.0.2...@webpack-cli/info@3.0.0) (2024-12-19)
713

814
**Note:** Version bump only for package @webpack-cli/info

packages/info/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/info",
3-
"version": "3.0.0",
3+
"version": "3.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

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.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@3.0.0...@webpack-cli/serve@3.0.1) (2024-12-20)
7+
8+
### Bug Fixes
9+
10+
- update peer dependencies ([#4356](https://github.com/webpack/webpack-cli/issues/4356)) ([7a7e5d9](https://github.com/webpack/webpack-cli/commit/7a7e5d9f4bd796c7d1089db228b9581e97cc897e))
11+
612
# [3.0.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.5...@webpack-cli/serve@3.0.0) (2024-12-19)
713

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

packages/webpack-cli/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+
## [6.0.1](https://github.com/webpack/webpack-cli/compare/webpack-cli@6.0.0...webpack-cli@6.0.1) (2024-12-20)
7+
8+
**Note:** Version bump only for package webpack-cli
9+
610
# [6.0.0](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@6.0.0) (2024-12-19)
711

812
### BREAKING CHANGES

packages/webpack-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "6.0.0",
3+
"version": "6.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.6.1",
38-
"@webpack-cli/configtest": "^3.0.0",
39-
"@webpack-cli/info": "^3.0.0",
40-
"@webpack-cli/serve": "^3.0.0",
38+
"@webpack-cli/configtest": "^3.0.1",
39+
"@webpack-cli/info": "^3.0.1",
40+
"@webpack-cli/serve": "^3.0.1",
4141
"colorette": "^2.0.14",
4242
"commander": "^12.1.0",
4343
"cross-spawn": "^7.0.3",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy