release: cut the 5.0.0-beta.3 release

This commit is contained in:
Victor Berchet 2017-08-09 16:04:57 -07:00
parent ff5c58be6b
commit f0ec31e47f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"private": true,
"branchPattern": "2.0.*",
"description": "Angular - a web framework for modern web apps",

View File

@ -9,7 +9,7 @@
"ng-xi18n": "./src/extract_i18n.js"
},
"dependencies": {
"@angular/tsc-wrapped": "5.0.0-beta.2",
"@angular/tsc-wrapped": "5.0.0-beta.3",
"reflect-metadata": "^0.1.2",
"minimist": "^1.2.0"
},