chore: release 2.1.0 (#2589)

This commit is contained in:
Jesús Rodríguez 2016-10-12 23:41:42 +02:00 committed by GitHub
parent 5732b07423
commit a63c75cc18
10 changed files with 51 additions and 51 deletions

View File

@ -11,7 +11,7 @@ env:
- DISPLAY=:99.0 - DISPLAY=:99.0
- CHROME_BIN=chromium-browser - CHROME_BIN=chromium-browser
# using SHA instead of version to fix build-compile issue # using SHA instead of version to fix build-compile issue
- LATEST_RELEASE=cfc12c653970c9ad6d807a6a8ebff58edbc568a0 - LATEST_RELEASE=2.1.0
- TASK_FLAGS="--dgeni-log=warn" - TASK_FLAGS="--dgeni-log=warn"
matrix: matrix:
- TASK=lint - TASK=lint

View File

@ -11,10 +11,10 @@
<!-- Polyfill(s) for older browsers --> <!-- Polyfill(s) for older browsers -->
<script src="https://unpkg.com/core-js/client/shim.min.js"></script> <script src="https://unpkg.com/core-js/client/shim.min.js"></script>
<script src="https://unpkg.com/zone.js@0.6.23"></script> <script src="https://unpkg.com/zone.js@0.6.25"></script>
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script> <script src="https://unpkg.com/reflect-metadata@0.1.8"></script>
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script> <script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
<script src="https://unpkg.com/typescript@2.0.2/lib/typescript.js"></script> <script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
<!-- 2. Configure SystemJS --> <!-- 2. Configure SystemJS -->
<script src="systemjs.config.js"></script> <script src="systemjs.config.js"></script>

View File

@ -12,10 +12,10 @@
<!-- Polyfill(s) for older browsers --> <!-- Polyfill(s) for older browsers -->
<script src="https://unpkg.com/core-js/client/shim.min.js"></script> <script src="https://unpkg.com/core-js/client/shim.min.js"></script>
<script src="https://unpkg.com/zone.js@0.6.23"></script> <script src="https://unpkg.com/zone.js@0.6.25"></script>
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script> <script src="https://unpkg.com/reflect-metadata@0.1.8"></script>
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script> <script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
<script src="https://unpkg.com/typescript@2.0.2/lib/typescript.js"></script> <script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
<!-- 2. Configure SystemJS --> <!-- 2. Configure SystemJS -->
<script src="systemjs.config.js"></script> <script src="systemjs.config.js"></script>

View File

@ -12,10 +12,10 @@
<!-- Polyfill(s) for older browsers --> <!-- Polyfill(s) for older browsers -->
<script src="https://unpkg.com/core-js/client/shim.min.js"></script> <script src="https://unpkg.com/core-js/client/shim.min.js"></script>
<script src="https://unpkg.com/zone.js@0.6.23"></script> <script src="https://unpkg.com/zone.js@0.6.25"></script>
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script> <script src="https://unpkg.com/reflect-metadata@0.1.8"></script>
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script> <script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
<script src="https://unpkg.com/typescript@2.0.2/lib/typescript.js"></script> <script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
<!-- 2. Configure SystemJS --> <!-- 2. Configure SystemJS -->
<script src="systemjs.config.js"></script> <script src="systemjs.config.js"></script>

View File

@ -17,17 +17,17 @@
} }
], ],
"dependencies": { "dependencies": {
"@angular/common": "~2.0.2", "@angular/common": "~2.1.0",
"@angular/compiler": "~2.0.2", "@angular/compiler": "~2.1.0",
"@angular/compiler-cli": "~0.6.4", "@angular/compiler-cli": "~2.1.0",
"@angular/core": "~2.0.2", "@angular/core": "~2.1.0",
"@angular/forms": "~2.0.2", "@angular/forms": "~2.1.0",
"@angular/http": "~2.0.2", "@angular/http": "~2.1.0",
"@angular/platform-browser": "~2.0.2", "@angular/platform-browser": "~2.1.0",
"@angular/platform-browser-dynamic": "~2.0.2", "@angular/platform-browser-dynamic": "~2.1.0",
"@angular/platform-server": "~2.0.2", "@angular/platform-server": "~2.1.0",
"@angular/router": "~3.0.2", "@angular/router": "~3.1.0",
"@angular/upgrade": "~2.0.2", "@angular/upgrade": "~2.1.0",
"angular-in-memory-web-api": "~0.1.5", "angular-in-memory-web-api": "~0.1.5",
"bootstrap": "^3.3.7", "bootstrap": "^3.3.7",

View File

@ -12,17 +12,17 @@
} }
], ],
"dependencies": { "dependencies": {
"@angular/common": "~2.0.1", "@angular/common": "~2.1.0",
"@angular/compiler": "~2.0.1", "@angular/compiler": "~2.1.0",
"@angular/core": "~2.0.1", "@angular/core": "~2.1.0",
"@angular/forms": "~2.0.1", "@angular/forms": "~2.1.0",
"@angular/http": "~2.0.1", "@angular/http": "~2.1.0",
"@angular/platform-browser": "~2.0.1", "@angular/platform-browser": "~2.1.0",
"@angular/platform-browser-dynamic": "~2.0.1", "@angular/platform-browser-dynamic": "~2.1.0",
"@angular/router": "~3.0.1", "@angular/router": "~3.1.0",
"@angular/upgrade": "~2.0.1", "@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", "bootstrap": "^3.3.7",
"core-js": "^2.4.1", "core-js": "^2.4.1",
"reflect-metadata": "^0.1.8", "reflect-metadata": "^0.1.8",

View File

@ -16,15 +16,15 @@
} }
], ],
"dependencies": { "dependencies": {
"@angular/common": "~2.0.2", "@angular/common": "~2.1.0",
"@angular/compiler": "~2.0.2", "@angular/compiler": "~2.1.0",
"@angular/core": "~2.0.2", "@angular/core": "~2.1.0",
"@angular/forms": "~2.0.2", "@angular/forms": "~2.1.0",
"@angular/http": "~2.0.2", "@angular/http": "~2.1.0",
"@angular/platform-browser": "~2.0.2", "@angular/platform-browser": "~2.1.0",
"@angular/platform-browser-dynamic": "~2.0.2", "@angular/platform-browser-dynamic": "~2.1.0",
"@angular/router": "~3.0.2", "@angular/router": "~3.1.0",
"@angular/upgrade": "~2.0.2", "@angular/upgrade": "~2.1.0",
"angular-in-memory-web-api": "~0.1.5", "angular-in-memory-web-api": "~0.1.5",
"bootstrap": "^3.3.7", "bootstrap": "^3.3.7",

View File

@ -15,17 +15,17 @@
} }
], ],
"dependencies": { "dependencies": {
"@angular/common": "2.0.0", "@angular/common": "~2.1.0",
"@angular/compiler": "2.0.0", "@angular/compiler": "~2.1.0",
"@angular/core": "2.0.0", "@angular/core": "~2.1.0",
"@angular/forms": "2.0.0", "@angular/forms": "~2.1.0",
"@angular/http": "2.0.0", "@angular/http": "~2.1.0",
"@angular/platform-browser": "2.0.0", "@angular/platform-browser": "~2.1.0",
"@angular/platform-browser-dynamic": "2.0.0", "@angular/platform-browser-dynamic": "~2.1.0",
"@angular/router": "3.0.0", "@angular/router": "~3.1.0",
"core-js": "^2.4.1", "core-js": "^2.4.1",
"rxjs": "5.0.0-beta.12", "rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.23" "zone.js": "^0.6.25"
}, },
"devDependencies": { "devDependencies": {
"angular2-template-loader": "^0.4.0", "angular2-template-loader": "^0.4.0",

View File

@ -4,7 +4,7 @@
"title": "Angular Docs", "title": "Angular Docs",
"subtitle": "JavaScript", "subtitle": "JavaScript",
"menuTitle": "Docs Home", "menuTitle": "Docs Home",
"banner": "Angular release is <b>2.0</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes." "banner": "Angular release is <b>2.1</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes."
}, },
"quickstart": { "quickstart": {

View File

@ -4,7 +4,7 @@
"title": "Angular Docs", "title": "Angular Docs",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"menuTitle": "Docs Home", "menuTitle": "Docs Home",
"banner": "Angular release is <b>2.0</b>. Learn about the latest <a href='guide/change-log.html' title='Documentation change log'>updates to the documentation</a>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank' title='Angular Product Changes'>Angular change log</a> for enhancements, fixes, and breaking changes in Angular itself." "banner": "Angular release is <b>2.1</b>. Learn about the latest <a href='guide/change-log.html' title='Documentation change log'>updates to the documentation</a>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank' title='Angular Product Changes'>Angular change log</a> for enhancements, fixes, and breaking changes in Angular itself."
}, },
"cli-quickstart": { "cli-quickstart": {