Skip to content

Commit da79ad3

Browse files
committed
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
1 parent 7b02eae commit da79ad3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a name="4.0.0-rc.0"></a>
2-
# [4.0.0-rc.0](https://github.com/angular/angular/compare/4.0.0-beta.8...4.0.0-rc.0) (2017-02-24)
2+
# [4.0.0-rc.1](https://github.com/angular/angular/compare/4.0.0-beta.8...4.0.0-rc.1) (2017-02-24)
33

44
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.
55

@@ -140,6 +140,8 @@ We have [three more release candidates scheduled](https://github.com/angular/ang
140140

141141
Note: `Renderer` can still be injected/used, but is deprecated.
142142

143+
Note: the 4.0.0-rc.0 release on npm accidentally omitted one bug fix, so we cut rc.1 instead. oops :-)
144+
143145

144146

145147
<a name="4.0.0-beta.8"></a>

modules/@angular/compiler-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ng-xi18n": "./src/extract_i18n.js"
1010
},
1111
"dependencies": {
12-
"@angular/tsc-wrapped": "4.0.0-rc.0",
12+
"@angular/tsc-wrapped": "4.0.0-rc.1",
1313
"reflect-metadata": "^0.1.2",
1414
"minimist": "^1.2.0"
1515
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-srcs",
3-
"version": "4.0.0-beta.8",
3+
"version": "4.0.0-rc.1",
44
"private": true,
55
"branchPattern": "2.0.*",
66
"description": "Angular - a web framework for modern web apps",

tools/@angular/tsc-wrapped/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/tsc-wrapped",
3-
"version": "4.0.0-rc.0",
3+
"version": "4.0.0-rc.1",
44
"description": "Wraps the tsc CLI, allowing extensions.",
55
"homepage": "https://github.com/angular/angular/tree/master/tools/tsc-wrapped",
66
"bugs": "https://github.com/angular/angular/issues",

0 commit comments

Comments
 (0)