build: cut 4.0.0-rc.1
rc.0 is not part of the repo history because of a missing fix that was discovered after publishing to npm
This commit is contained in:
parent
7b02eae0e8
commit
da79ad3cec
|
@ -1,5 +1,5 @@
|
|||
<a name="4.0.0-rc.0"></a>
|
||||
# [4.0.0-rc.0](https://github.com/angular/angular/compare/4.0.0-beta.8...4.0.0-rc.0) (2017-02-24)
|
||||
# [4.0.0-rc.1](https://github.com/angular/angular/compare/4.0.0-beta.8...4.0.0-rc.1) (2017-02-24)
|
||||
|
||||
We are excited to share RC0 with the community. This is a feature-complete pre-release of 4.0.0. Upgrade to get to know the new features to be released in 4.0.0, and to help us validate the release.
|
||||
|
||||
|
@ -140,6 +140,8 @@ We have [three more release candidates scheduled](https://github.com/angular/ang
|
|||
|
||||
Note: `Renderer` can still be injected/used, but is deprecated.
|
||||
|
||||
Note: the 4.0.0-rc.0 release on npm accidentally omitted one bug fix, so we cut rc.1 instead. oops :-)
|
||||
|
||||
|
||||
|
||||
<a name="4.0.0-beta.8"></a>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"ng-xi18n": "./src/extract_i18n.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/tsc-wrapped": "4.0.0-rc.0",
|
||||
"@angular/tsc-wrapped": "4.0.0-rc.1",
|
||||
"reflect-metadata": "^0.1.2",
|
||||
"minimist": "^1.2.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "angular-srcs",
|
||||
"version": "4.0.0-beta.8",
|
||||
"version": "4.0.0-rc.1",
|
||||
"private": true,
|
||||
"branchPattern": "2.0.*",
|
||||
"description": "Angular - a web framework for modern web apps",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@angular/tsc-wrapped",
|
||||
"version": "4.0.0-rc.0",
|
||||
"version": "4.0.0-rc.1",
|
||||
"description": "Wraps the tsc CLI, allowing extensions.",
|
||||
"homepage": "https://github.com/angular/angular/tree/master/tools/tsc-wrapped",
|
||||
"bugs": "https://github.com/angular/angular/issues",
|
||||
|
|
Loading…
Reference in New Issue