release: cut the v18.2.4 release

This commit is contained in:
Jessica Janiuk 2024-09-11 19:57:34 +00:00 committed by Jessica Janiuk
parent 98ffbb3d05
commit 7339e08c8a
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
<a name="18.2.4"></a>
# 18.2.4 (2024-09-11)
### compiler
| Commit | Type | Description |
| -- | -- | -- |
| [b619d6987e](https://github.com/angular/angular/commit/b619d6987efe054b9b37c24e578f58792b25d146) | fix | produce less noisy errors when parsing control flow ([#57711](https://github.com/angular/angular/pull/57711)) |
### migrations
| Commit | Type | Description |
| -- | -- | -- |
| [9895e4492f](https://github.com/angular/angular/commit/9895e4492fbe357b584ca5a6dd86d2c9d50d9fda) | fix | replace leftover modules with their exports during pruning ([#57684](https://github.com/angular/angular/pull/57684)) |
<!-- CHANGELOG SPLIT MARKER -->
<a name="18.2.3"></a>
# 18.2.3 (2024-09-04)
### http

View file

@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "18.2.3",
"version": "18.2.4",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",