Skip to content

Commit

Permalink
build: cut 4.0.0-rc.1
Browse files Browse the repository at this point in the history
rc.0 is not part of the repo history because of a missing fix that was discovered after publishing to npm
  • Loading branch information
IgorMinar committed Feb 25, 2017
1 parent 7b02eae commit da79ad3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -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.

Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion modules/@angular/compiler-cli/package.json
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tools/@angular/tsc-wrapped/package.json
@@ -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",
Expand Down

0 comments on commit da79ad3

Please sign in to comment.