From 7a5ba93ce2eda2b6737963e4a4e7bc60d945598a Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Wed, 21 Sep 2022 20:13:07 +0200 Subject: [PATCH] release: cut the v15.0.0-next.3 release --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e54599e0c4db..41800755ae528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# 15.0.0-next.3 (2022-09-21) +### animations +| Commit | Type | Description | +| -- | -- | -- | +| [d11b1d99b0](https://github.com/angular/angular/commit/d11b1d99b0af1bc6389ef0e0157c5bca8a7f951a) | fix | make sure that the useAnimation function delay is applied ([#47468](https://github.com/angular/angular/pull/47468)) | +### compiler-cli +| Commit | Type | Description | +| -- | -- | -- | +| [8fcadaad48](https://github.com/angular/angular/commit/8fcadaad48b2b1328f47b7603b230445a26f95a8) | perf | cache source file for reporting type-checking diagnostics ([#47471](https://github.com/angular/angular/pull/47471)) | +## Special Thanks +AleksanderBodurri, Andrew Kushnir, Andrew Scott, Bob Watson, George Kalpakas, JiaLiPassion, Joey Perrott, JoostK, Kristiyan Kostadinov, Mauro Mattos, Pawel Kozlowski, Sabareesh Kappagantu, angular-robot[bot], dario-piotrowicz, fabioemoutinho and famzila + + + # 14.2.3 (2022-09-21) ### animations diff --git a/package.json b/package.json index 9b2762e5dbbff..fe6d4c16549a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "15.0.0-next.2", + "version": "15.0.0-next.3", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",