Skip to content

Commit 13beed5

Browse files
committed
release: cut the v21.2.1 release
1 parent 3627063 commit 13beed5

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
<a name="21.2.1"></a>
2+
3+
# 21.2.1 (2026-03-03)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
9+
| [ae4c28d00](https://github.com/angular/angular-cli/commit/ae4c28d0083d948489f4ba38c571b7f955400226) | fix | correct dev dependency detection logic in `ng add` |
10+
| [465073bc1](https://github.com/angular/angular-cli/commit/465073bc1b2b0e9fa594698651a9e0afe747a74a) | fix | disable npm update notifier in package manager host |
11+
| [36270634f](https://github.com/angular/angular-cli/commit/36270634f6ff5ab15896a8c2b345659511a8a276) | fix | ensure group members are updated to targeted version |
12+
| [d87dba6af](https://github.com/angular/angular-cli/commit/d87dba6af1116de0838d8683cd69fd31ed9811fd) | fix | ignore unknown files when formatting schematic changes |
13+
14+
### @schematics/angular
15+
16+
| Commit | Type | Description |
17+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- |
18+
| [72d466aa0](https://github.com/angular/angular-cli/commit/72d466aa04d4d0cc4d654410bcb6dd44f0de3357) | fix | prevent adding test dependencies when minimal option is enabled |
19+
20+
### @angular/build
21+
22+
| Commit | Type | Description |
23+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
24+
| [6ad860863](https://github.com/angular/angular-cli/commit/6ad8608636ad48ae140cc7299a32e0358c761fcc) | fix | bundle polyfills to preserve execution order in dev server |
25+
| [6699cdc9b](https://github.com/angular/angular-cli/commit/6699cdc9bfbabc3de2ff0cf03acfd6989dc5596c) | perf | fix memory leak in `ng serve` with i18n |
26+
27+
### @angular/ssr
28+
29+
| Commit | Type | Description |
30+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------- |
31+
| [43a9dfa66](https://github.com/angular/angular-cli/commit/43a9dfa663c386217c9a654f0e80af74823fcf6a) | fix | improve header validation logic |
32+
33+
<!-- CHANGELOG SPLIT MARKER -->
34+
135
<a name="21.2.0"></a>
236

337
# 21.2.0 (2026-02-25)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "21.2.0",
3+
"version": "21.2.1",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)