From f24da6baad520f6703bd800927e1438f562fc622 Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Wed, 26 Oct 2022 20:30:17 +0200 Subject: [PATCH] release: cut the v15.0.0-rc.1 release --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cb7f3428dfe..a182fd38ff698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# 15.0.0-rc.1 (2022-10-26) +### common +| Commit | Type | Description | +| -- | -- | -- | +| [3a18398d83](https://github.com/angular/angular/commit/3a18398d8303fb4ae1923b3a182e6abb92e3117b) | fix | Don't warn about image distortion is fill mode is enabled ([#47824](https://github.com/angular/angular/pull/47824)) | +### forms +| Commit | Type | Description | +| -- | -- | -- | +| [a99d9d67f3](https://github.com/angular/angular/commit/a99d9d67f382c18b46c4c1c6765bbda445ca0b8c) | fix | don't mutate validators array ([#47830](https://github.com/angular/angular/pull/47830)) | +### platform-server +| Commit | Type | Description | +| -- | -- | -- | +| [2908eba59c](https://github.com/angular/angular/commit/2908eba59c25e9a1fc5aa257b4a8a247db82079e) | fix | align server renderer interface with base renderer ([#47868](https://github.com/angular/angular/pull/47868)) | +## Special Thanks +Alan Agius, Alex Castle, Andrew Scott, Balaji, George Kalpakas, Kristiyan Kostadinov, Paul Gschwendtner, Pawel Kozlowski, WD Snoeijer, onrails and vyom1611 + + + # 15.0.0-rc.0 (2022-10-19) ### common diff --git a/package.json b/package.json index 20c13c609158b..c623066c5f95c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "15.0.0-rc.0", + "version": "15.0.0-rc.1", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",