From 1d62ac7e9f0aa1d5768eeb5f34362fdb8af5af94 Mon Sep 17 00:00:00 2001 From: Jessica Janiuk Date: Wed, 27 Oct 2021 18:17:58 +0000 Subject: [PATCH] release: cut the v12.2.12 release --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c33f36ea43e..80d4045f2fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# 12.2.12 (2021-10-27) +### compiler-cli +| Commit | Type | Description | +| -- | -- | -- | +| [112557497c](https://github.com/angular/angular/commit/112557497cf75b5e41e0f490df921a243ace1aeb) | fix | avoid broken references in .d.ts files due to @internal markers ([#43527](https://github.com/angular/angular/pull/43527)) | +### ngcc +| Commit | Type | Description | +| -- | -- | -- | +| [067ae54d46](https://github.com/angular/angular/commit/067ae54d46ce7480d2dccd4aa3fd4206737c02d1) | fix | support alternate UMD layout when adding new imports ([#43931](https://github.com/angular/angular/pull/43931)) | +## Special Thanks +Alan Agius, Andrew Kushnir, George Kalpakas, Jessica Janiuk, Joey Perrott, JoostK, Mladen Jakovljević, Virginia Dooley, amayer42, dirk diebel and ericcheng2005 + + + # 12.2.11 (2021-10-20) ### ngcc @@ -8229,4 +8244,4 @@ Note: 2.1.0-beta.0 release also contains all the changes present in the 2.0.1 re -# [2.0.0 proprioception-reinforcement](https://github.com/angular/angular/compare/2.0.0-rc.7...2.0.0) (2016-09-14) +# [2.0.0 proprioception-reinforcement](https://github.com/angular/angular/compare/2.0.0-rc.7...2.0.0) (2016-09-14) \ No newline at end of file diff --git a/package.json b/package.json index fb30e7951a90..6d2696ba4cdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "12.2.11", + "version": "12.2.12", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",