Skip to content

Commit 76c2170

Browse files
committed
release: cut the v12.2.11 release
1 parent fc3780e commit 76c2170

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="12.2.11"></a>
2+
3+
# 12.2.11 (2021-10-20)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
9+
| [e0112603c](https://github.com/angular/angular-cli/commit/e0112603c139847c649413ba95faef93d9b74bf0) | fix | add engine field support for npm 8 and higher |
10+
| [b93e63ff6](https://github.com/angular/angular-cli/commit/b93e63ff6b99ecdf4d5861feea3dd5b5adf86061) | fix | correct grammar error in Analytics consent prompt |
11+
| [008094bd1](https://github.com/angular/angular-cli/commit/008094bd1690aa73fdfd18852fd7b8b274c22e7f) | fix | run stable migrations when package version is prerelease |
12+
13+
### @angular-devkit/build-angular
14+
15+
| Commit | Type | Description |
16+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ |
17+
| [227bf2e86](https://github.com/angular/angular-cli/commit/227bf2e86b8a6e6fe41fdbc0f77365d96d79d831) | fix | add "Failed to compile" message |
18+
| [6173609c5](https://github.com/angular/angular-cli/commit/6173609c5b1fd27c75cee8dd9b67de9ef332ef98) | fix | transform remapped sourcemap into a plain object |
19+
| [349047523](https://github.com/angular/angular-cli/commit/349047523ad0110a25d7f730cd0160b76dcfc265) | fix | update `esbuild` to 0.13.8 |
20+
| [892eeadd1](https://github.com/angular/angular-cli/commit/892eeadd11f8b702094640addc8a6f16236e5e08) | fix | update `mini-css-extract-plugin` to 2.4.2 |
21+
| [8d52d9b7f](https://github.com/angular/angular-cli/commit/8d52d9b7faa44be5063905ed54b3c0d12d506af4) | fix | use a separate worker pool for i18n inlining |
22+
23+
## Special Thanks
24+
25+
Alan Agius, Charles Lyding, Extacy and Sushrit_Lawliet
26+
27+
<!-- CHANGELOG SPLIT MARKER -->
28+
129
<a name="12.2.10"></a>
230

331
# 12.2.10 (2021-10-13)

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": "12.2.10",
3+
"version": "12.2.11",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)