From fbbed3d723fa4d255e59acd63d89961bc6f9e62f Mon Sep 17 00:00:00 2001 From: Jessica Janiuk <72768744+jessicajaniuk@users.noreply.github.com> Date: Wed, 13 Apr 2022 11:40:40 -0700 Subject: [PATCH] release: cut the v14.0.0-next.13 release (#45616) --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0419486b6c9..153ed897213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# 14.0.0-next.13 (2022-04-13) +## Breaking Changes +### core +- Since Ivy, TestBed doesn't use AOT summaries. The `aotSummaries` fields in TestBed APIs were present, but unused. The fields were deprecated in previous major version and in v14 those fields are removed. The `aotSummaries` fields were completely unused, so you can just drop them from the TestBed APIs usage. +### compiler +| Commit | Type | Description | +| -- | -- | -- | +| [598b759d33](https://github.com/angular/angular/commit/598b759d33221cc2bbfad4895ca0d2499a0547f8) | fix | avoid errors with extremely long instruction chains ([#45574](https://github.com/angular/angular/pull/45574)) | +### core +| Commit | Type | Description | +| -- | -- | -- | +| [9add714b13](https://github.com/angular/angular/commit/9add714b13740db621eb2b200d72be74cc7eb630) | refactor | remove deprecated `aotSummaries` fields in TestBed config ([#45487](https://github.com/angular/angular/pull/45487)) | +## Special Thanks +4javier, Andrew Kushnir, Andrew Scott, Dylan Hunn, Jason Hendee, Jessica Janiuk, Kristiyan Kostadinov, Michael-Doner, Michal Materowski and Virginia Dooley + + + # 13.3.3 (2022-04-13) ### compiler diff --git a/package.json b/package.json index f07fd7384db..8f2c48dda92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "14.0.0-next.12", + "version": "14.0.0-next.13", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",