release: cut the 4.1.0-beta.1 release

This commit is contained in:
Hans Larsen 2017-04-12 14:39:22 -07:00
parent f09fd6ec16
commit 3ad0cc5736
No known key found for this signature in database
GPG Key ID: 537DD9CDA3032687
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"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": "4.1.0-beta.0",
"@angular/tsc-wrapped": "4.1.0-beta.1",
"reflect-metadata": "^0.1.2",
"minimist": "^1.2.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "@angular/tsc-wrapped",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"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",