Skip to content

Commit 7339e08

Browse files
release: cut the v18.2.4 release
1 parent 98ffbb3 commit 7339e08

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="18.2.4"></a>
2+
# 18.2.4 (2024-09-11)
3+
### compiler
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [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)) |
7+
### migrations
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [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)) |
11+
12+
<!-- CHANGELOG SPLIT MARKER -->
13+
114
<a name="18.2.3"></a>
215
# 18.2.3 (2024-09-04)
316
### http

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-srcs",
3-
"version": "18.2.3",
3+
"version": "18.2.4",
44
"private": true,
55
"description": "Angular - a web framework for modern web apps",
66
"homepage": "https://github.com/angular/angular",

0 commit comments

Comments
 (0)