Skip to content

Commit

Permalink
release: cut the 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Mar 23, 2017
1 parent b800a0c commit 1ba2966
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "4.0.0-rc.6",
"version": "4.0.0",
"private": true,
"branchPattern": "2.0.*",
"description": "Angular - a web framework for modern web apps",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ng-xi18n": "./src/extract_i18n.js"
},
"dependencies": {
"@angular/tsc-wrapped": "4.0.0-rc.6",
"@angular/tsc-wrapped": "4.0.0",
"reflect-metadata": "^0.1.2",
"minimist": "^1.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/@angular/tsc-wrapped/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/tsc-wrapped",
"version": "4.0.0-rc.6",
"version": "4.0.0",
"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 1ba2966

Please sign in to comment.