Skip to content

Commit ab6934a

Browse files
committed
release 1.6.5
1 parent c7aefaa commit ab6934a

File tree

4 files changed

+30
-51
lines changed

4 files changed

+30
-51
lines changed

package-lock.json

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

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.4",
3+
"version": "1.6.5",
44
"description": "CLI tool for Angular",
55
"main": "packages/@angular/cli/lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -81,7 +81,7 @@
8181
"postcss-url": "^7.1.2",
8282
"raw-loader": "^0.5.1",
8383
"resolve": "^1.1.7",
84-
"rxjs": "^5.5.2",
84+
"rxjs": "^5.5.6",
8585
"sass-loader": "^6.0.6",
8686
"semver": "^5.3.0",
8787
"silent-error": "^1.0.0",

packages/@angular/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -31,8 +31,8 @@
3131
"@angular-devkit/core": "~0.0.28",
3232
"@angular-devkit/schematics": "~0.0.51",
3333
"@ngtools/json-schema": "1.1.0",
34-
"@ngtools/webpack": "1.9.4",
35-
"@schematics/angular": "~0.1.12",
34+
"@ngtools/webpack": "1.9.5",
35+
"@schematics/angular": "~0.1.16",
3636
"autoprefixer": "^7.2.3",
3737
"chalk": "~2.2.0",
3838
"circular-dependency-plugin": "^4.2.1",

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.4",
3+
"version": "1.9.5",
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)