Skip to content

Commit

Permalink
release: cut the v15.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Mar 8, 2023
1 parent eb22f63 commit 5934493
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,25 @@
<a name="15.2.2"></a>

# 15.2.2 (2023-03-08)

### @angular-devkit/schematics-cli

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- |
| [dfd03aa7c](https://github.com/angular/angular-cli/commit/dfd03aa7c262f4425fa680e205a46792bd7b8451) | fix | correctly transform numbers from prompts |

### @angular-devkit/build-angular

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- |
| [eb22f634f](https://github.com/angular/angular-cli/commit/eb22f634f2ec7a5b0bc2f5300682ed8e718b1424) | fix | build optimizer support for non spec-compliant ES2022 class static properties |

## Special Thanks

Alan Agius

<!-- CHANGELOG SPLIT MARKER -->

<a name="15.2.1"></a>

# 15.2.1 (2023-03-01)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
"version": "15.2.1",
"version": "15.2.2",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {
Expand Down

0 comments on commit 5934493

Please sign in to comment.