Skip to content

Commit f84742d

Browse files
clydinhansl
authored andcommitted
release: 1.6.0-rc.2
1 parent 37abd83 commit f84742d

File tree

4 files changed

+23
-35
lines changed

4 files changed

+23
-35
lines changed

package-lock.json

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

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.0-rc.1",
3+
"version": "1.6.0-rc.2",
44
"description": "CLI tool for Angular",
55
"main": "packages/@angular/cli/lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -42,8 +42,8 @@
4242
"homepage": "https://github.com/angular/angular-cli",
4343
"dependencies": {
4444
"@angular-devkit/build-optimizer": "~0.0.34",
45-
"@angular-devkit/schematics": "~0.0.38",
46-
"@schematics/angular": "~0.1.8",
45+
"@angular-devkit/schematics": "~0.0.39",
46+
"@schematics/angular": "~0.1.9",
4747
"autoprefixer": "^6.5.3",
4848
"chalk": "~2.2.0",
4949
"circular-dependency-plugin": "^4.2.1",

packages/@angular/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.6.0-rc.1",
3+
"version": "1.6.0-rc.2",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -28,10 +28,10 @@
2828
"homepage": "https://github.com/angular/angular-cli",
2929
"dependencies": {
3030
"@angular-devkit/build-optimizer": "~0.0.34",
31-
"@angular-devkit/schematics": "~0.0.38",
31+
"@angular-devkit/schematics": "~0.0.39",
3232
"@ngtools/json-schema": "1.1.0",
33-
"@ngtools/webpack": "1.9.0-rc.1",
34-
"@schematics/angular": "~0.1.8",
33+
"@ngtools/webpack": "1.9.0-rc.2",
34+
"@schematics/angular": "~0.1.9",
3535
"autoprefixer": "^6.5.3",
3636
"chalk": "~2.2.0",
3737
"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.0-rc.1",
3+
"version": "1.9.0-rc.2",
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)