From 9a8570a86541203da8d4a523afa43599d8d33dc0 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Wed, 23 Aug 2023 17:39:47 +0000 Subject: [PATCH] release: cut the v17.0.0-next.1 release --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6845fb64964c1..0529448dcbc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +# 17.0.0-next.1 (2023-08-23) +### common +| Commit | Type | Description | +| -- | -- | -- | +| [d910bf8a84](https://github.com/angular/angular/commit/d910bf8a843c07a096969d5e47b49f60981b00e9) | fix | Allow safeUrl for ngSrc in NgOptimizedImage ([#51351](https://github.com/angular/angular/pull/51351)) | +### compiler-cli +| Commit | Type | Description | +| -- | -- | -- | +| [5bd9fbd2c3](https://github.com/angular/angular/commit/5bd9fbd2c3ab4467074fac5e4d689b3c85bf08cd) | fix | enforce a minimum version to be used when a library uses input transform ([#51413](https://github.com/angular/angular/pull/51413)) | +### core +| Commit | Type | Description | +| -- | -- | -- | +| [9cc52b9b85](https://github.com/angular/angular/commit/9cc52b9b85ffa5cb65c6886e81b5bff10dde8d52) | feat | support TypeScript 5.2 ([#51334](https://github.com/angular/angular/pull/51334)) | +| [a9b3c006f8](https://github.com/angular/angular/commit/a9b3c006f8593e0187298df21418644070312a40) | fix | guard the jasmine hooks ([#51394](https://github.com/angular/angular/pull/51394)) | +### router +| Commit | Type | Description | +| -- | -- | -- | +| [96d94ad130](https://github.com/angular/angular/commit/96d94ad13072032326446e8a20658c9f38fd1b8e) | fix | Ensure `canceledNavigationResolution: 'computed'` works on first page ([#51441](https://github.com/angular/angular/pull/51441)) | + + + # 16.2.2 (2023-08-23) ### common diff --git a/package.json b/package.json index c63df02c6651e..7df9845643a4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "17.0.0-next.0", + "version": "17.0.0-next.1", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",