Skip to content

Commit ae7a739

Browse files
committed
release: 1.6.8
1 parent 6a25422 commit ae7a739

File tree

3 files changed

+9
-63
lines changed

3 files changed

+9
-63
lines changed

package-lock.json

Lines changed: 6 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@angular/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -31,7 +31,7 @@
3131
"@angular-devkit/core": "0.0.29",
3232
"@angular-devkit/schematics": "0.0.52",
3333
"@ngtools/json-schema": "1.1.0",
34-
"@ngtools/webpack": "1.9.7",
34+
"@ngtools/webpack": "1.9.8",
3535
"@schematics/angular": "0.1.17",
3636
"autoprefixer": "^7.2.3",
3737
"chalk": "~2.2.0",

packages/@ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngtools/webpack",
3-
"version": "1.9.7",
3+
"version": "1.9.8",
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)