release: cut the v10.1.0-rc.0 release

This commit is contained in:
Misko Hevery 2020-08-26 11:57:57 -07:00
parent ecc6fd0d28
commit fb06903237
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
<a name="10.1.0-rc.0"></a>
# 10.1.0-rc.0 (2020-08-26)
### Bug Fixes
* **localize:** ensure required XLIFF parameters are serialized ([#38575](https://github.com/angular/angular/issues/38575)) ([f0af387](https://github.com/angular/angular/commit/f0af387)), closes [#38570](https://github.com/angular/angular/issues/38570)
* **localize:** render text of extracted placeholders ([#38536](https://github.com/angular/angular/issues/38536)) ([14e90be](https://github.com/angular/angular/commit/14e90be))
<a name="10.0.14"></a>
## 10.0.14 (2020-08-26)

View File

@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "10.1.0-next.8",
"version": "10.1.0-rc.0",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",