diff --git a/packages/configtest/CHANGELOG.md b/packages/configtest/CHANGELOG.md index 994ccfb93bf..69f02606722 100644 --- a/packages/configtest/CHANGELOG.md +++ b/packages/configtest/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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) + +### Bug Fixes + +- update peer dependencies ([#4356](https://github.com/webpack/webpack-cli/issues/4356)) ([7a7e5d9](https://github.com/webpack/webpack-cli/commit/7a7e5d9f4bd796c7d1089db228b9581e97cc897e)) + # [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) **Note:** Version bump only for package @webpack-cli/configtest diff --git a/packages/configtest/package.json b/packages/configtest/package.json index d4f7dd165de..04c7cebdaad 100644 --- a/packages/configtest/package.json +++ b/packages/configtest/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/configtest", - "version": "3.0.0", + "version": "3.0.1", "description": "Validate a webpack configuration.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/create-webpack-app/CHANGELOG.md b/packages/create-webpack-app/CHANGELOG.md index 20ed6c4d56a..865c9e20890 100644 --- a/packages/create-webpack-app/CHANGELOG.md +++ b/packages/create-webpack-app/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2024-12-20) + +### Bug Fixes + +- better default values ([8326501](https://github.com/webpack-cli/create-webpack-app/commit/8326501cc2ad65937b2f10a4ccb287e87cd28932)) +- less dependencies ([eab2f39](https://github.com/webpack-cli/create-webpack-app/commit/eab2f3972e9c7b56a149761ac10e8e43b0a9339c)) +- logging ([fca8c00](https://github.com/webpack-cli/create-webpack-app/commit/fca8c0073cb76a05035a4c8a8059e1a02e982c5e)) +- publish ([6b8dbf5](https://github.com/webpack-cli/create-webpack-app/commit/6b8dbf5e3f69823374eb26ff5ac0827308e40bfd)) +- reduce package size, avoid `*.d.ts` ([09c7cd7](https://github.com/webpack-cli/create-webpack-app/commit/09c7cd715f7c573be0d882fe45e2c3a5097916fd)) + +### Features + +- init `create-webpack-app` package ([2739cea](https://github.com/webpack-cli/create-webpack-app/commit/2739cea843334e44e3ed8822d39005645a82a280)) + # 1.0.1 (2024-12-19) ### Bug Fixes diff --git a/packages/create-webpack-app/package.json b/packages/create-webpack-app/package.json index 17d22ac341a..c319d95d5d5 100644 --- a/packages/create-webpack-app/package.json +++ b/packages/create-webpack-app/package.json @@ -1,6 +1,6 @@ { "name": "create-new-webpack-app", - "version": "1.0.1", + "version": "1.1.0", "description": "CLI for scaffolding webpack projects using default config, framework templates, loader or plugins templates", "license": "MIT", "repository": { diff --git a/packages/info/CHANGELOG.md b/packages/info/CHANGELOG.md index 186b1cf77f8..e02c7b40c27 100644 --- a/packages/info/CHANGELOG.md +++ b/packages/info/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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) + +### Bug Fixes + +- update peer dependencies ([#4356](https://github.com/webpack/webpack-cli/issues/4356)) ([7a7e5d9](https://github.com/webpack/webpack-cli/commit/7a7e5d9f4bd796c7d1089db228b9581e97cc897e)) + # [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) **Note:** Version bump only for package @webpack-cli/info diff --git a/packages/info/package.json b/packages/info/package.json index 9ed5557f3da..a8a4c3bfe74 100644 --- a/packages/info/package.json +++ b/packages/info/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/info", - "version": "3.0.0", + "version": "3.0.1", "description": "Outputs info about system and webpack config", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/serve/CHANGELOG.md b/packages/serve/CHANGELOG.md index ef6189246f4..f9ca9461902 100644 --- a/packages/serve/CHANGELOG.md +++ b/packages/serve/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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) + +### Bug Fixes + +- update peer dependencies ([#4356](https://github.com/webpack/webpack-cli/issues/4356)) ([7a7e5d9](https://github.com/webpack/webpack-cli/commit/7a7e5d9f4bd796c7d1089db228b9581e97cc897e)) + # [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) ### Bug Fixes diff --git a/packages/serve/package.json b/packages/serve/package.json index 963247a85f3..8756f284d10 100644 --- a/packages/serve/package.json +++ b/packages/serve/package.json @@ -1,6 +1,6 @@ { "name": "@webpack-cli/serve", - "version": "3.0.0", + "version": "3.0.1", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/webpack-cli/CHANGELOG.md b/packages/webpack-cli/CHANGELOG.md index 2543cfdaed1..0ea39ca6cb0 100644 --- a/packages/webpack-cli/CHANGELOG.md +++ b/packages/webpack-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.1](https://github.com/webpack/webpack-cli/compare/webpack-cli@6.0.0...webpack-cli@6.0.1) (2024-12-20) + +**Note:** Version bump only for package webpack-cli + # [6.0.0](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@6.0.0) (2024-12-19) ### BREAKING CHANGES diff --git a/packages/webpack-cli/package.json b/packages/webpack-cli/package.json index 8298ee0dda5..393358720ed 100644 --- a/packages/webpack-cli/package.json +++ b/packages/webpack-cli/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "6.0.0", + "version": "6.0.1", "description": "CLI for webpack & friends", "license": "MIT", "repository": { @@ -35,9 +35,9 @@ ], "dependencies": { "@discoveryjs/json-ext": "^0.6.1", - "@webpack-cli/configtest": "^3.0.0", - "@webpack-cli/info": "^3.0.0", - "@webpack-cli/serve": "^3.0.0", + "@webpack-cli/configtest": "^3.0.1", + "@webpack-cli/info": "^3.0.1", + "@webpack-cli/serve": "^3.0.1", "colorette": "^2.0.14", "commander": "^12.1.0", "cross-spawn": "^7.0.3",