release: cut the 4.4.0 release

This commit is contained in:
Matias Niemelä 2017-09-15 14:51:21 -07:00
parent b20c5d2c37
commit 395ac510f7
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "angular-srcs", "name": "angular-srcs",
"version": "4.4.0-RC.0", "version": "4.4.0",
"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

@ -1,6 +1,6 @@
{ {
"name": "@angular/compiler-cli", "name": "@angular/compiler-cli",
"version": "0.0.0-PLACEHOLDER", "version": "4.4.0",
"description": "Angular - the compiler CLI for Node.js", "description": "Angular - the compiler CLI for Node.js",
"main": "index.js", "main": "index.js",
"typings": "index.d.ts", "typings": "index.d.ts",

View File

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