Skip to content

Commit 1ba2966

Browse files
committed
release: cut the 4.0.0 release
1 parent b800a0c commit 1ba2966

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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-rc.6",
3+
"version": "4.0.0",
44
"private": true,
55
"branchPattern": "2.0.*",
66
"description": "Angular - a web framework for modern web apps",

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

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.6",
3+
"version": "4.0.0",
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)