release: cut the 4.3.0-rc.0 release

This commit is contained in:
Jason Aden 2017-07-07 22:07:13 -07:00
parent 05a33d5035
commit 8928a58796
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@angular/tsc-wrapped",
"version": "4.3.0-beta.1",
"version": "4.3.0-rc.0",
"description": "Wraps the tsc CLI, allowing extensions.",
"homepage": "https://github.com/angular/angular/blob/master/tools/@angular/tsc-wrapped",
"bugs": "https://github.com/angular/angular/issues",