From 01cbf65728db029186c573d2055e7efcfa7e90f6 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 7 Jun 2017 21:47:43 +0100 Subject: [PATCH] release: 1.1.1 --- package.json | 2 +- packages/@angular/cli/package.json | 4 ++-- packages/@ngtools/webpack/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 66fe655bcf..6bde2e51a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/cli", - "version": "1.2.0-beta.0", + "version": "1.1.1", "description": "CLI tool for Angular", "main": "packages/@angular/cli/lib/cli/index.js", "trackingCode": "UA-8594346-19", diff --git a/packages/@angular/cli/package.json b/packages/@angular/cli/package.json index 49cfc84d93..9359ca26ca 100644 --- a/packages/@angular/cli/package.json +++ b/packages/@angular/cli/package.json @@ -1,6 +1,6 @@ { "name": "@angular/cli", - "version": "1.2.0-beta.0", + "version": "1.1.1", "description": "CLI tool for Angular", "main": "lib/cli/index.js", "trackingCode": "UA-8594346-19", @@ -28,7 +28,7 @@ "homepage": "https://github.com/angular/angular-cli", "dependencies": { "@ngtools/json-schema": "1.1.0", - "@ngtools/webpack": "1.4.0", + "@ngtools/webpack": "1.4.1", "autoprefixer": "^6.5.3", "chalk": "^1.1.3", "common-tags": "^1.3.1", diff --git a/packages/@ngtools/webpack/package.json b/packages/@ngtools/webpack/package.json index d786e6d541..6a0056d06a 100644 --- a/packages/@ngtools/webpack/package.json +++ b/packages/@ngtools/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@ngtools/webpack", - "version": "1.4.0", + "version": "1.4.1", "description": "Webpack plugin that AoT compiles your Angular components and modules.", "main": "./src/index.js", "typings": "src/index.d.ts",