From 811de32ebafaa60d29d489415cf1b4eea3993787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Rodri=CC=81guez?= Date: Wed, 12 Oct 2016 23:15:14 +0200 Subject: [PATCH] chore: release 2.1.0 --- .travis.yml | 2 +- .../homepage-hello-world/ts/index.1.html | 6 ++--- .../_examples/homepage-tabs/ts/index.1.html | 6 ++--- .../_examples/homepage-todo/ts/index.1.html | 6 ++--- public/docs/_examples/package.json | 22 +++++++++---------- .../_examples/quickstart/js/package.1.json | 20 ++++++++--------- .../_examples/quickstart/ts/package.1.json | 18 +++++++-------- .../_examples/webpack/ts/package.webpack.json | 18 +++++++-------- public/docs/js/latest/_data.json | 2 +- public/docs/ts/latest/_data.json | 2 +- 10 files changed, 51 insertions(+), 51 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8c12208bc..4be0d614e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: - DISPLAY=:99.0 - CHROME_BIN=chromium-browser # using SHA instead of version to fix build-compile issue - - LATEST_RELEASE=cfc12c653970c9ad6d807a6a8ebff58edbc568a0 + - LATEST_RELEASE=2.1.0 - TASK_FLAGS="--dgeni-log=warn" matrix: - TASK=lint diff --git a/public/docs/_examples/homepage-hello-world/ts/index.1.html b/public/docs/_examples/homepage-hello-world/ts/index.1.html index 5637880406..da3cd256c2 100644 --- a/public/docs/_examples/homepage-hello-world/ts/index.1.html +++ b/public/docs/_examples/homepage-hello-world/ts/index.1.html @@ -11,10 +11,10 @@ - - + + - + diff --git a/public/docs/_examples/homepage-tabs/ts/index.1.html b/public/docs/_examples/homepage-tabs/ts/index.1.html index 6ff25956dc..bd3342ee3f 100644 --- a/public/docs/_examples/homepage-tabs/ts/index.1.html +++ b/public/docs/_examples/homepage-tabs/ts/index.1.html @@ -12,10 +12,10 @@ - - + + - + diff --git a/public/docs/_examples/homepage-todo/ts/index.1.html b/public/docs/_examples/homepage-todo/ts/index.1.html index 26800d3e05..4ac9552d89 100644 --- a/public/docs/_examples/homepage-todo/ts/index.1.html +++ b/public/docs/_examples/homepage-todo/ts/index.1.html @@ -12,10 +12,10 @@ - - + + - + diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index 31792cf4f9..871fba0218 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -17,17 +17,17 @@ } ], "dependencies": { - "@angular/common": "~2.0.2", - "@angular/compiler": "~2.0.2", - "@angular/compiler-cli": "~0.6.4", - "@angular/core": "~2.0.2", - "@angular/forms": "~2.0.2", - "@angular/http": "~2.0.2", - "@angular/platform-browser": "~2.0.2", - "@angular/platform-browser-dynamic": "~2.0.2", - "@angular/platform-server": "~2.0.2", - "@angular/router": "~3.0.2", - "@angular/upgrade": "~2.0.2", + "@angular/common": "~2.1.0", + "@angular/compiler": "~2.1.0", + "@angular/compiler-cli": "~2.1.0", + "@angular/core": "~2.1.0", + "@angular/forms": "~2.1.0", + "@angular/http": "~2.1.0", + "@angular/platform-browser": "~2.1.0", + "@angular/platform-browser-dynamic": "~2.1.0", + "@angular/platform-server": "~2.1.0", + "@angular/router": "~3.1.0", + "@angular/upgrade": "~2.1.0", "angular-in-memory-web-api": "~0.1.5", "bootstrap": "^3.3.7", diff --git a/public/docs/_examples/quickstart/js/package.1.json b/public/docs/_examples/quickstart/js/package.1.json index 379df66e09..5c88b0bb5e 100644 --- a/public/docs/_examples/quickstart/js/package.1.json +++ b/public/docs/_examples/quickstart/js/package.1.json @@ -12,17 +12,17 @@ } ], "dependencies": { - "@angular/common": "~2.0.1", - "@angular/compiler": "~2.0.1", - "@angular/core": "~2.0.1", - "@angular/forms": "~2.0.1", - "@angular/http": "~2.0.1", - "@angular/platform-browser": "~2.0.1", - "@angular/platform-browser-dynamic": "~2.0.1", - "@angular/router": "~3.0.1", - "@angular/upgrade": "~2.0.1", + "@angular/common": "~2.1.0", + "@angular/compiler": "~2.1.0", + "@angular/core": "~2.1.0", + "@angular/forms": "~2.1.0", + "@angular/http": "~2.1.0", + "@angular/platform-browser": "~2.1.0", + "@angular/platform-browser-dynamic": "~2.1.0", + "@angular/router": "~3.1.0", + "@angular/upgrade": "~2.1.0", - "angular-in-memory-web-api": "~0.1.1", + "angular-in-memory-web-api": "~0.1.5", "bootstrap": "^3.3.7", "core-js": "^2.4.1", "reflect-metadata": "^0.1.8", diff --git a/public/docs/_examples/quickstart/ts/package.1.json b/public/docs/_examples/quickstart/ts/package.1.json index a6db24d085..29eb574dd9 100644 --- a/public/docs/_examples/quickstart/ts/package.1.json +++ b/public/docs/_examples/quickstart/ts/package.1.json @@ -16,15 +16,15 @@ } ], "dependencies": { - "@angular/common": "~2.0.2", - "@angular/compiler": "~2.0.2", - "@angular/core": "~2.0.2", - "@angular/forms": "~2.0.2", - "@angular/http": "~2.0.2", - "@angular/platform-browser": "~2.0.2", - "@angular/platform-browser-dynamic": "~2.0.2", - "@angular/router": "~3.0.2", - "@angular/upgrade": "~2.0.2", + "@angular/common": "~2.1.0", + "@angular/compiler": "~2.1.0", + "@angular/core": "~2.1.0", + "@angular/forms": "~2.1.0", + "@angular/http": "~2.1.0", + "@angular/platform-browser": "~2.1.0", + "@angular/platform-browser-dynamic": "~2.1.0", + "@angular/router": "~3.1.0", + "@angular/upgrade": "~2.1.0", "angular-in-memory-web-api": "~0.1.5", "bootstrap": "^3.3.7", diff --git a/public/docs/_examples/webpack/ts/package.webpack.json b/public/docs/_examples/webpack/ts/package.webpack.json index 4abdc3d36d..6f3eb15a3e 100644 --- a/public/docs/_examples/webpack/ts/package.webpack.json +++ b/public/docs/_examples/webpack/ts/package.webpack.json @@ -15,17 +15,17 @@ } ], "dependencies": { - "@angular/common": "2.0.0", - "@angular/compiler": "2.0.0", - "@angular/core": "2.0.0", - "@angular/forms": "2.0.0", - "@angular/http": "2.0.0", - "@angular/platform-browser": "2.0.0", - "@angular/platform-browser-dynamic": "2.0.0", - "@angular/router": "3.0.0", + "@angular/common": "~2.1.0", + "@angular/compiler": "~2.1.0", + "@angular/core": "~2.1.0", + "@angular/forms": "~2.1.0", + "@angular/http": "~2.1.0", + "@angular/platform-browser": "~2.1.0", + "@angular/platform-browser-dynamic": "~2.1.0", + "@angular/router": "~3.1.0", "core-js": "^2.4.1", "rxjs": "5.0.0-beta.12", - "zone.js": "^0.6.23" + "zone.js": "^0.6.25" }, "devDependencies": { "angular2-template-loader": "^0.4.0", diff --git a/public/docs/js/latest/_data.json b/public/docs/js/latest/_data.json index 98d3125fbf..aff615b2b4 100644 --- a/public/docs/js/latest/_data.json +++ b/public/docs/js/latest/_data.json @@ -4,7 +4,7 @@ "title": "Angular Docs", "subtitle": "JavaScript", "menuTitle": "Docs Home", - "banner": "Angular release is 2.0. View the change log to see enhancements, fixes, and breaking changes." + "banner": "Angular release is 2.1. View the change log to see enhancements, fixes, and breaking changes." }, "quickstart": { diff --git a/public/docs/ts/latest/_data.json b/public/docs/ts/latest/_data.json index f2379439e8..d266af2443 100644 --- a/public/docs/ts/latest/_data.json +++ b/public/docs/ts/latest/_data.json @@ -4,7 +4,7 @@ "title": "Angular Docs", "subtitle": "TypeScript", "menuTitle": "Docs Home", - "banner": "Angular release is 2.0. Learn about the latest updates to the documentation. View the Angular change log for enhancements, fixes, and breaking changes in Angular itself." + "banner": "Angular release is 2.1. Learn about the latest updates to the documentation. View the Angular change log for enhancements, fixes, and breaking changes in Angular itself." }, "cli-quickstart": {