From 7339e08c8a17d8d3ad7394b64a433db9b7635ee0 Mon Sep 17 00:00:00 2001 From: Jessica Janiuk Date: Wed, 11 Sep 2024 19:57:34 +0000 Subject: [PATCH] release: cut the v18.2.4 release --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e853b9fbb76..72988ee06ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# 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)) | + + + # 18.2.3 (2024-09-04) ### http diff --git a/package.json b/package.json index 7ca1a4b8c10..b1f516a2375 100644 --- a/package.json +++ b/package.json @@ -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",