Skip to content

Commit 180b705

Browse files
committed
release: cut the 4.0.0-rc.2 release
1 parent 0f94b93 commit 180b705

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
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.1",
12+
"@angular/tsc-wrapped": "4.0.0-rc.2",
1313
"reflect-metadata": "^0.1.2",
1414
"minimist": "^1.2.0"
1515
},

package.json

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/tsc-wrapped",
3-
"version": "4.0.0-rc.1",
3+
"version": "4.0.0-rc.2",
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)