release: cut the v10.0.0 release

This commit is contained in:
Misko Hevery 2020-06-24 11:46:57 -07:00
parent c49507b289
commit 345940bbc1
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="10.0.0"></a>
# [10.0.0](https://github.com/angular/angular/compare/10.0.0-rc.6...10.0.0) (2020-06-24)
### Performance Improvements
* **forms:** optimize internal method _anyControls in FormGroup ([#32534](https://github.com/angular/angular/issues/32534)) ([6c7467a](https://github.com/angular/angular/commit/6c7467a))
<!--
<a name="10.0.0"></a>
# [10.0.0](https://github.com/angular/angular/compare/10.0.0-next.0...10.0.0) (2020-06-24)

View File

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