Skip to content

Commit 5c7b7c5

Browse files
filipesilvahansl
authored andcommitted
release: 1.4.0
1 parent 022ed2c commit 5c7b7c5

File tree

4 files changed

+34
-25
lines changed

4 files changed

+34
-25
lines changed

package-lock.json

+26-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.4.0-rc.2",
3+
"version": "1.4.0",
44
"description": "CLI tool for Angular",
55
"main": "packages/@angular/cli/lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -41,8 +41,8 @@
4141
},
4242
"homepage": "https://github.com/angular/angular-cli",
4343
"dependencies": {
44-
"@angular-devkit/build-optimizer": "~0.0.15",
45-
"@angular-devkit/schematics": "~0.0.18",
44+
"@angular-devkit/build-optimizer": "~0.0.18",
45+
"@angular-devkit/schematics": "~0.0.21",
4646
"@schematics/angular": "~0.0.30",
4747
"autoprefixer": "^6.5.3",
4848
"chalk": "^2.0.1",

packages/@angular/cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.4.0-rc.2",
3+
"version": "1.4.0",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -27,10 +27,10 @@
2727
},
2828
"homepage": "https://github.com/angular/angular-cli",
2929
"dependencies": {
30-
"@angular-devkit/build-optimizer": "~0.0.15",
31-
"@angular-devkit/schematics": "~0.0.18",
30+
"@angular-devkit/build-optimizer": "~0.0.18",
31+
"@angular-devkit/schematics": "~0.0.21",
3232
"@ngtools/json-schema": "1.1.0",
33-
"@ngtools/webpack": "1.7.0-rc.2",
33+
"@ngtools/webpack": "1.7.0",
3434
"@schematics/angular": "~0.0.30",
3535
"autoprefixer": "^6.5.3",
3636
"chalk": "^2.0.1",

packages/@ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngtools/webpack",
3-
"version": "1.7.0-rc.2",
3+
"version": "1.7.0",
44
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
55
"main": "./src/index.js",
66
"typings": "src/index.d.ts",

0 commit comments

Comments
 (0)