Skip to content

Commit c701e71

Browse files
clydinhansl
authored andcommittedFeb 8, 2018
release: 1.7.0-rc.0
1 parent 8ff9533 commit c701e71

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.7.0-beta.3",
3+
"version": "1.7.0-rc.0",
44
"description": "CLI tool for Angular",
55
"main": "packages/@angular/cli/lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",

Diff for: ‎packages/@angular/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.7.0-beta.3",
3+
"version": "1.7.0-rc.0",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -30,8 +30,8 @@
3030
"@angular-devkit/build-optimizer": "0.3.1",
3131
"@angular-devkit/core": "0.3.1",
3232
"@angular-devkit/schematics": "0.3.1",
33-
"@ngtools/json-schema": "1.1.0",
34-
"@ngtools/webpack": "1.10.0-beta.3",
33+
"@ngtools/json-schema": "1.2.0",
34+
"@ngtools/webpack": "1.10.0-rc.0",
3535
"@schematics/angular": "0.3.1",
3636
"@schematics/package-update": "0.3.1",
3737
"autoprefixer": "^7.2.3",

Diff for: ‎packages/@ngtools/json-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngtools/json-schema",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Schema validating and reading for configurations, similar to Angular CLI config.",
55
"main": "./src/index.js",
66
"typings": "src/index.d.ts",

Diff for: ‎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.10.0-beta.3",
3+
"version": "1.10.0-rc.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)