Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dev-server-6-types.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/init-no-html-css-questions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/native-css-templates.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/toml-5-peer-range.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 7.2.3

### Patch Changes

- fix: resolve the `webpack-dev-server` type from its default export, so the types work with both v5 and v6 (by [@bjohansebas](https://github.com/bjohansebas) in [#4834](https://github.com/webpack/webpack-cli/pull/4834))

- feat: allow `toml@5` as a peer dependency for TOML configuration files (by [@alexander-akait](https://github.com/alexander-akait) in [#4837](https://github.com/webpack/webpack-cli/pull/4837))

## 7.2.2

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/create-webpack-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.2.0

### Minor Changes

- feat: stop asking about HTML and CSS in `init`, scaffold TypeScript on webpack's own support, and keep one question for the CSS tools webpack does not cover (PostCSS, Sass, Less, Stylus, and each preprocessor with PostCSS) (by [@alexander-akait](https://github.com/alexander-akait) in [#4836](https://github.com/webpack/webpack-cli/pull/4836))

- feat: use webpack's native CSS and HTML support in the `init` templates (by [@bjohansebas](https://github.com/bjohansebas) in [#4833](https://github.com/webpack/webpack-cli/pull/4833))

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-webpack-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-webpack-app",
"version": "2.1.0",
"version": "2.2.0",
"description": "CLI for scaffolding webpack projects using default config, framework templates, loader or plugins templates",
"keywords": [
"webpack",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 7.2.3

### Patch Changes

- fix: resolve the `webpack-dev-server` type from its default export, so the types work with both v5 and v6 (by [@bjohansebas](https://github.com/bjohansebas) in [#4834](https://github.com/webpack/webpack-cli/pull/4834))

- feat: allow `toml@5` as a peer dependency for TOML configuration files (by [@alexander-akait](https://github.com/alexander-akait) in [#4837](https://github.com/webpack/webpack-cli/pull/4837))

## 7.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
"version": "7.2.2",
"version": "7.2.3",
"description": "CLI for webpack & friends",
"keywords": [
"webpack",
Expand Down