release: cut the 5.0.0-beta.5 release

This commit is contained in:
Miško Hevery 2017-08-28 15:58:42 -07:00
parent 6815e4fceb
commit 2e714f9f2a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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