From a69507a0adc0e559d152eb3fb988a410ef9352a7 Mon Sep 17 00:00:00 2001 From: atscott Date: Wed, 9 Sep 2020 13:31:47 -0700 Subject: [PATCH] release: cut the v11.0.0-next.1 release --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8169be0e89f..9187125cdc91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# 11.0.0-next.1 (2020-09-09) + + +### Bug Fixes + +* **compiler-cli:** compute source-mappings for localized strings ([#38645](https://github.com/angular/angular/issues/38645)) ([7e0b3fd](https://github.com/angular/angular/commit/7e0b3fd)), closes [#38588](https://github.com/angular/angular/issues/38588) +* **core:** remove CollectionChangeRecord symbol ([#38668](https://github.com/angular/angular/issues/38668)) ([fdea180](https://github.com/angular/angular/commit/fdea180)) +* **router:** support lazy loading for empty path named outlets ([#38379](https://github.com/angular/angular/issues/38379)) ([926ffcd](https://github.com/angular/angular/commit/926ffcd)), closes [#12842](https://github.com/angular/angular/issues/12842) + + +### BREAKING CHANGES + +* **core:** CollectionChangeRecord has been removed, use IterableChangeRecord +instead + + + ## 10.1.1 (2020-09-09) diff --git a/package.json b/package.json index 88cc917984be8..d172642e910ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "11.0.0-next.0", + "version": "11.0.0-next.1", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",