release: cut the v18.0.0-next.4 release

This commit is contained in:
Andrew Scott
2024-04-10 16:17:21 -07:00
committed by Andrew Scott
parent 69927ce103
commit aae062e8db
2 changed files with 20 additions and 2 deletions
+19 -1
View File
@@ -1,3 +1,21 @@
<a name="18.0.0-next.4"></a>
# 18.0.0-next.4 (2024-04-10)
### common
| Commit | Type | Description |
| -- | -- | -- |
| [2a6f809507](https://github.com/angular/angular/commit/2a6f80950756530d5fb1147addabcb31025b0a78) | fix | invalid ImageKit quality parameter ([#55193](https://github.com/angular/angular/pull/55193)) |
| [11705f58a7](https://github.com/angular/angular/commit/11705f58a77e9390163b0bc99439fb4c8928e531) | fix | skip transfer cache on client ([#55012](https://github.com/angular/angular/pull/55012)) |
### compiler
| Commit | Type | Description |
| -- | -- | -- |
| [39624c6b12](https://github.com/angular/angular/commit/39624c6b129252af352c22c6d6f12ef153477bfc) | fix | output input flags as a literal ([#55215](https://github.com/angular/angular/pull/55215)) |
### language-service
| Commit | Type | Description |
| -- | -- | -- |
| [bd236cc150](https://github.com/angular/angular/commit/bd236cc150e1b21932612ecf91678be77a503d18) | fix | implement getDefinitionAtPosition for Angular templates ([#55269](https://github.com/angular/angular/pull/55269)) |
<!-- CHANGELOG SPLIT MARKER -->
<a name="17.3.4"></a>
# 17.3.4 (2024-04-10)
### common
@@ -3411,4 +3429,4 @@ Adrian Kunz, Alan Agius, AleksanderBodurri, Alex Rickabaugh, AlirezaEbrahimkhani
Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file.
Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "18.0.0-next.3",
"version": "18.0.0-next.4",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",