release: cut the v7.0.0-beta.3 release

This commit is contained in:
Jason Aden 2018-08-22 15:49:11 -07:00
parent 52605aa2d8
commit 94332affd3
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
<a name="7.0.0-beta.3"></a>
# [7.0.0-beta.3](https://github.com/angular/angular/compare/7.0.0-beta.2...7.0.0-beta.3) (2018-08-22)
### Features
* **router:** add UrlSegment[] to CanLoad interface ([#13127](https://github.com/angular/angular/issues/13127)) ([07d8d39](https://github.com/angular/angular/commit/07d8d39)), closes [#12411](https://github.com/angular/angular/issues/12411)
<a name="6.1.4"></a>
## [6.1.4](https://github.com/angular/angular/compare/6.1.3...6.1.4) (2018-08-22)

View File

@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"private": true,
"branchPattern": "2.0.*",
"description": "Angular - a web framework for modern web apps",
@ -133,4 +133,4 @@
"xhr2": "0.1.4",
"yargs": "9.0.1"
}
}
}