Skip to content

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed May 31, 2017
1 parent 818fae1 commit 4de3830
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/cli",
"version": "1.1.0-rc.2",
"version": "1.1.0",
"description": "CLI tool for Angular",
"main": "packages/@angular/cli/lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand Down
6 changes: 3 additions & 3 deletions packages/@angular/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/cli",
"version": "1.1.0-rc.2",
"version": "1.1.0",
"description": "CLI tool for Angular",
"main": "lib/cli/index.js",
"trackingCode": "UA-8594346-19",
Expand All @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@ngtools/json-schema": "1.1.0-rc.1",
"@ngtools/webpack": "1.4.0-rc.2",
"@ngtools/json-schema": "1.1.0",
"@ngtools/webpack": "1.4.0",
"autoprefixer": "^6.5.3",
"chalk": "^1.1.3",
"common-tags": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ngtools/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngtools/json-schema",
"version": "1.1.0-rc.1",
"version": "1.1.0",
"description": "Schema validating and reading for configurations, similar to Angular CLI config.",
"main": "./src/index.js",
"typings": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ngtools/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngtools/logger",
"version": "1.1.0-beta.0",
"version": "1.1.0",
"description": "",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ngtools/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngtools/webpack",
"version": "1.4.0-rc.2",
"version": "1.4.0",
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
"main": "./src/index.js",
"typings": "src/index.d.ts",
Expand Down

0 comments on commit 4de3830

Please sign in to comment.