chore: release 2.1.0 (#2589)
This commit is contained in:
parent
5732b07423
commit
a63c75cc18
|
@ -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
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
<!-- Polyfill(s) for older browsers -->
|
||||
<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/reflect-metadata@0.1.3"></script>
|
||||
<script src="https://unpkg.com/zone.js@0.6.25"></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/typescript@2.0.2/lib/typescript.js"></script>
|
||||
<script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
|
||||
|
||||
<!-- 2. Configure SystemJS -->
|
||||
<script src="systemjs.config.js"></script>
|
||||
|
|
|
@ -12,10 +12,10 @@
|
|||
<!-- Polyfill(s) for older browsers -->
|
||||
<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/reflect-metadata@0.1.3"></script>
|
||||
<script src="https://unpkg.com/zone.js@0.6.25"></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/typescript@2.0.2/lib/typescript.js"></script>
|
||||
<script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
|
||||
|
||||
<!-- 2. Configure SystemJS -->
|
||||
<script src="systemjs.config.js"></script>
|
||||
|
|
|
@ -12,10 +12,10 @@
|
|||
<!-- Polyfill(s) for older browsers -->
|
||||
<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/reflect-metadata@0.1.3"></script>
|
||||
<script src="https://unpkg.com/zone.js@0.6.25"></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/typescript@2.0.2/lib/typescript.js"></script>
|
||||
<script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
|
||||
|
||||
<!-- 2. Configure SystemJS -->
|
||||
<script src="systemjs.config.js"></script>
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"title": "Angular Docs",
|
||||
"subtitle": "JavaScript",
|
||||
"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": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"title": "Angular Docs",
|
||||
"subtitle": "TypeScript",
|
||||
"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": {
|
||||
|
|
Loading…
Reference in New Issue