release: 1.1.0-rc.1

This commit is contained in:
Mike Brocchi 2017-05-24 18:28:12 -04:00 committed by Hans Larsen
parent 3834da0035
commit ab6e6247f5
No known key found for this signature in database
GPG Key ID: 537DD9CDA3032687
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@angular/cli",
"version": "1.1.0-beta.0",
"version": "1.1.0-rc.1",
"description": "CLI tool for Angular",
"main": "packages/@angular/cli/lib/cli/index.js",
"trackingCode": "UA-8594346-19",

View File

@ -1,6 +1,6 @@
{
"name": "@angular/cli",
"version": "1.1.0-beta.0",
"version": "1.1.0-rc.1",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
@ -27,8 +27,8 @@
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@ngtools/json-schema": "1.0.9",
"@ngtools/webpack": "1.3.1",
"@ngtools/json-schema": "1.1.0-rc.1",
"@ngtools/webpack": "1.4.0-rc.1",
"autoprefixer": "^6.5.3",
"chalk": "^1.1.3",
"common-tags": "^1.3.1",

View File

@ -1,6 +1,6 @@
{
"name": "@ngtools/json-schema",
"version": "1.0.9",
"version": "1.1.0-rc.1",
"description": "Schema validating and reading for configurations, similar to Angular CLI config.",
"main": "./src/index.js",
"typings": "src/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@ngtools/webpack",
"version": "1.3.1",
"version": "1.4.0-rc.1",
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
"main": "./src/index.js",
"typings": "src/index.d.ts",