Skip to content

Commit 25a228d

Browse files
committed
release: 1.3.0-rc.5
1 parent 94b11f7 commit 25a228d

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

package-lock.json

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

package.json

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

packages/@angular/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.3.0-rc.4",
3+
"version": "1.3.0-rc.5",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@angular-devkit/build-optimizer": "0.0.9",
3131
"@ngtools/json-schema": "1.1.0",
32-
"@ngtools/webpack": "1.6.0-rc.4",
32+
"@ngtools/webpack": "1.6.0-rc.5",
3333
"autoprefixer": "^6.5.3",
3434
"chalk": "^2.0.1",
3535
"circular-dependency-plugin": "^3.0.0",

packages/@ngtools/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngtools/logger",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "",
55
"main": "./src/index.js",
66
"typings": "./src/index.d.ts",

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