Skip to content

Commit 5b9eb08

Browse files
committed
release: v1.3.0
1 parent 3271ac0 commit 5b9eb08

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.5",
3+
"version": "1.3.0",
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.5",
3+
"version": "1.3.0",
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.13",
3131
"@ngtools/json-schema": "1.1.0",
32-
"@ngtools/webpack": "1.6.0-rc.5",
32+
"@ngtools/webpack": "1.6.0",
3333
"autoprefixer": "^6.5.3",
3434
"chalk": "^2.0.1",
3535
"circular-dependency-plugin": "^3.0.0",

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