From 0baf189e14b40425ea4990fef6a5f3be516d00a4 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Wed, 23 Aug 2023 17:30:26 +0000 Subject: [PATCH] release: cut the v16.2.2 release --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 516278740be4f..570af8d4ca9a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +# 16.2.2 (2023-08-23) +### common +| Commit | Type | Description | +| -- | -- | -- | +| [a43c0772ea](https://github.com/angular/angular/commit/a43c0772ea74410b0492a178c656268a465d3b09) | fix | Allow safeUrl for ngSrc in NgOptimizedImage ([#51351](https://github.com/angular/angular/pull/51351)) | +### compiler-cli +| Commit | Type | Description | +| -- | -- | -- | +| [39ace8664b](https://github.com/angular/angular/commit/39ace8664b843225a75dd706236ae13e171126d3) | 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 | +| -- | -- | -- | +| [36f434e49d](https://github.com/angular/angular/commit/36f434e49d24f0393950299486141a121d42e044) | fix | guard the jasmine hooks ([#51394](https://github.com/angular/angular/pull/51394)) | +### router +| Commit | Type | Description | +| -- | -- | -- | +| [b0396e7164](https://github.com/angular/angular/commit/b0396e7164c08e01d24d2d8411edf1ccf4b52826) | fix | Ensure `canceledNavigationResolution: 'computed'` works on first page ([#51441](https://github.com/angular/angular/pull/51441)) | + + + # 16.2.1 (2023-08-16) ### router diff --git a/package.json b/package.json index 9bfdb09987f0f..b340bdcbe13a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "16.2.1", + "version": "16.2.2", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",