Skip to content

Commit

Permalink
release: cut the v11.0.0-next.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Sep 9, 2020
1 parent 886f58d commit a69507a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
<a name="11.0.0-next.1"></a>
# 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



<a name="10.1.1"></a>
## 10.1.1 (2020-09-09)

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit a69507a

Please sign in to comment.