Skip to content

Commit 5fb92f3

Browse files
chore(release): new release (#4711)
1 parent 00347ed commit 5fb92f3

11 files changed

Lines changed: 34 additions & 32 deletions

File tree

.changeset/cli-performance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fast-pumas-cache.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-ducks-sniff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-brooms-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/replace-fastest-levenshtein.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rude-ads-raise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 7.0.3
4+
5+
### Patch Changes
6+
7+
- Improved CLI startup performance and reduced memory usage. (by [@alexander-akait](https://github.com/alexander-akait) in [#4765](https://github.com/webpack/webpack-cli/pull/4765))
8+
9+
- Reduced CLI startup CPU and memory usage by caching schema-derived argument metadata, registering only the options present in the arguments, and reading config directories once during default-config discovery. (by [@alexander-akait](https://github.com/alexander-akait) in [#4760](https://github.com/webpack/webpack-cli/pull/4760))
10+
11+
- Replace the `fastest-levenshtein` dependency with a small in-tree implementation used for command/option "did you mean" suggestions. (by [@alexander-akait](https://github.com/alexander-akait) in [#4762](https://github.com/webpack/webpack-cli/pull/4762))
12+
313
## 7.0.2
414

515
### Patch Changes

packages/create-webpack-app/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- Covert templates to ECMA modules syntax. (by [@ThierryRakotomanana](https://github.com/ThierryRakotomanana) in [#4709](https://github.com/webpack/webpack-cli/pull/4709))
8+
9+
### Patch Changes
10+
11+
- Use default logic to determine the host for webpack-dev-server. (by [@ThierryRakotomanana](https://github.com/ThierryRakotomanana) in [#4715](https://github.com/webpack/webpack-cli/pull/4715))
12+
13+
- Generate `webpack.config.ts` instead of `webpack.config.js` when TypeScript is selected. (by [@ThierryRakotomanana](https://github.com/ThierryRakotomanana) in [#4723](https://github.com/webpack/webpack-cli/pull/4723))
14+
315
## 2.0.1
416

517
### Patch Changes

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-webpack-app",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "CLI for scaffolding webpack projects using default config, framework templates, loader or plugins templates",
55
"keywords": [
66
"webpack",

packages/webpack-cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 7.0.3
4+
5+
### Patch Changes
6+
7+
- Improved CLI startup performance and reduced memory usage. (by [@alexander-akait](https://github.com/alexander-akait) in [#4765](https://github.com/webpack/webpack-cli/pull/4765))
8+
9+
- Reduced CLI startup CPU and memory usage by caching schema-derived argument metadata, registering only the options present in the arguments, and reading config directories once during default-config discovery. (by [@alexander-akait](https://github.com/alexander-akait) in [#4760](https://github.com/webpack/webpack-cli/pull/4760))
10+
11+
- Replace the `fastest-levenshtein` dependency with a small in-tree implementation used for command/option "did you mean" suggestions. (by [@alexander-akait](https://github.com/alexander-akait) in [#4762](https://github.com/webpack/webpack-cli/pull/4762))
12+
313
## 7.0.2
414

515
### Patch Changes

0 commit comments

Comments
 (0)