Skip to content

Commit 5934493

Browse files
committed
release: cut the v15.2.2 release
1 parent eb22f63 commit 5934493

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="15.2.2"></a>
2+
3+
# 15.2.2 (2023-03-08)
4+
5+
### @angular-devkit/schematics-cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- |
9+
| [dfd03aa7c](https://github.com/angular/angular-cli/commit/dfd03aa7c262f4425fa680e205a46792bd7b8451) | fix | correctly transform numbers from prompts |
10+
11+
### @angular-devkit/build-angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- |
15+
| [eb22f634f](https://github.com/angular/angular-cli/commit/eb22f634f2ec7a5b0bc2f5300682ed8e718b1424) | fix | build optimizer support for non spec-compliant ES2022 class static properties |
16+
17+
## Special Thanks
18+
19+
Alan Agius
20+
21+
<!-- CHANGELOG SPLIT MARKER -->
22+
123
<a name="15.2.1"></a>
224

325
# 15.2.1 (2023-03-01)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "15.2.1",
3+
"version": "15.2.2",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)