Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit a63c75c

Browse files
authored
chore: release 2.1.0 (#2589)
1 parent 5732b07 commit a63c75c

File tree

10 files changed

+51
-51
lines changed

10 files changed

+51
-51
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- DISPLAY=:99.0
1212
- CHROME_BIN=chromium-browser
1313
# using SHA instead of version to fix build-compile issue
14-
- LATEST_RELEASE=cfc12c653970c9ad6d807a6a8ebff58edbc568a0
14+
- LATEST_RELEASE=2.1.0
1515
- TASK_FLAGS="--dgeni-log=warn"
1616
matrix:
1717
- TASK=lint

public/docs/_examples/homepage-hello-world/ts/index.1.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<!-- Polyfill(s) for older browsers -->
1212
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
1313

14-
<script src="https://unpkg.com/zone.js@0.6.23"></script>
15-
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
14+
<script src="https://unpkg.com/zone.js@0.6.25"></script>
15+
<script src="https://unpkg.com/reflect-metadata@0.1.8"></script>
1616
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
17-
<script src="https://unpkg.com/typescript@2.0.2/lib/typescript.js"></script>
17+
<script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
1818

1919
<!-- 2. Configure SystemJS -->
2020
<script src="systemjs.config.js"></script>

public/docs/_examples/homepage-tabs/ts/index.1.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<!-- Polyfill(s) for older browsers -->
1313
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
1414

15-
<script src="https://unpkg.com/zone.js@0.6.23"></script>
16-
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
15+
<script src="https://unpkg.com/zone.js@0.6.25"></script>
16+
<script src="https://unpkg.com/reflect-metadata@0.1.8"></script>
1717
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
18-
<script src="https://unpkg.com/typescript@2.0.2/lib/typescript.js"></script>
18+
<script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
1919

2020
<!-- 2. Configure SystemJS -->
2121
<script src="systemjs.config.js"></script>

public/docs/_examples/homepage-todo/ts/index.1.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<!-- Polyfill(s) for older browsers -->
1313
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
1414

15-
<script src="https://unpkg.com/zone.js@0.6.23"></script>
16-
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
15+
<script src="https://unpkg.com/zone.js@0.6.25"></script>
16+
<script src="https://unpkg.com/reflect-metadata@0.1.8"></script>
1717
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
18-
<script src="https://unpkg.com/typescript@2.0.2/lib/typescript.js"></script>
18+
<script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
1919

2020
<!-- 2. Configure SystemJS -->
2121
<script src="systemjs.config.js"></script>

public/docs/_examples/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
}
1818
],
1919
"dependencies": {
20-
"@angular/common": "~2.0.2",
21-
"@angular/compiler": "~2.0.2",
22-
"@angular/compiler-cli": "~0.6.4",
23-
"@angular/core": "~2.0.2",
24-
"@angular/forms": "~2.0.2",
25-
"@angular/http": "~2.0.2",
26-
"@angular/platform-browser": "~2.0.2",
27-
"@angular/platform-browser-dynamic": "~2.0.2",
28-
"@angular/platform-server": "~2.0.2",
29-
"@angular/router": "~3.0.2",
30-
"@angular/upgrade": "~2.0.2",
20+
"@angular/common": "~2.1.0",
21+
"@angular/compiler": "~2.1.0",
22+
"@angular/compiler-cli": "~2.1.0",
23+
"@angular/core": "~2.1.0",
24+
"@angular/forms": "~2.1.0",
25+
"@angular/http": "~2.1.0",
26+
"@angular/platform-browser": "~2.1.0",
27+
"@angular/platform-browser-dynamic": "~2.1.0",
28+
"@angular/platform-server": "~2.1.0",
29+
"@angular/router": "~3.1.0",
30+
"@angular/upgrade": "~2.1.0",
3131

3232
"angular-in-memory-web-api": "~0.1.5",
3333
"bootstrap": "^3.3.7",

public/docs/_examples/quickstart/js/package.1.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
}
1313
],
1414
"dependencies": {
15-
"@angular/common": "~2.0.1",
16-
"@angular/compiler": "~2.0.1",
17-
"@angular/core": "~2.0.1",
18-
"@angular/forms": "~2.0.1",
19-
"@angular/http": "~2.0.1",
20-
"@angular/platform-browser": "~2.0.1",
21-
"@angular/platform-browser-dynamic": "~2.0.1",
22-
"@angular/router": "~3.0.1",
23-
"@angular/upgrade": "~2.0.1",
15+
"@angular/common": "~2.1.0",
16+
"@angular/compiler": "~2.1.0",
17+
"@angular/core": "~2.1.0",
18+
"@angular/forms": "~2.1.0",
19+
"@angular/http": "~2.1.0",
20+
"@angular/platform-browser": "~2.1.0",
21+
"@angular/platform-browser-dynamic": "~2.1.0",
22+
"@angular/router": "~3.1.0",
23+
"@angular/upgrade": "~2.1.0",
2424

25-
"angular-in-memory-web-api": "~0.1.1",
25+
"angular-in-memory-web-api": "~0.1.5",
2626
"bootstrap": "^3.3.7",
2727
"core-js": "^2.4.1",
2828
"reflect-metadata": "^0.1.8",

public/docs/_examples/quickstart/ts/package.1.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
}
1717
],
1818
"dependencies": {
19-
"@angular/common": "~2.0.2",
20-
"@angular/compiler": "~2.0.2",
21-
"@angular/core": "~2.0.2",
22-
"@angular/forms": "~2.0.2",
23-
"@angular/http": "~2.0.2",
24-
"@angular/platform-browser": "~2.0.2",
25-
"@angular/platform-browser-dynamic": "~2.0.2",
26-
"@angular/router": "~3.0.2",
27-
"@angular/upgrade": "~2.0.2",
19+
"@angular/common": "~2.1.0",
20+
"@angular/compiler": "~2.1.0",
21+
"@angular/core": "~2.1.0",
22+
"@angular/forms": "~2.1.0",
23+
"@angular/http": "~2.1.0",
24+
"@angular/platform-browser": "~2.1.0",
25+
"@angular/platform-browser-dynamic": "~2.1.0",
26+
"@angular/router": "~3.1.0",
27+
"@angular/upgrade": "~2.1.0",
2828

2929
"angular-in-memory-web-api": "~0.1.5",
3030
"bootstrap": "^3.3.7",

public/docs/_examples/webpack/ts/package.webpack.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
}
1616
],
1717
"dependencies": {
18-
"@angular/common": "2.0.0",
19-
"@angular/compiler": "2.0.0",
20-
"@angular/core": "2.0.0",
21-
"@angular/forms": "2.0.0",
22-
"@angular/http": "2.0.0",
23-
"@angular/platform-browser": "2.0.0",
24-
"@angular/platform-browser-dynamic": "2.0.0",
25-
"@angular/router": "3.0.0",
18+
"@angular/common": "~2.1.0",
19+
"@angular/compiler": "~2.1.0",
20+
"@angular/core": "~2.1.0",
21+
"@angular/forms": "~2.1.0",
22+
"@angular/http": "~2.1.0",
23+
"@angular/platform-browser": "~2.1.0",
24+
"@angular/platform-browser-dynamic": "~2.1.0",
25+
"@angular/router": "~3.1.0",
2626
"core-js": "^2.4.1",
2727
"rxjs": "5.0.0-beta.12",
28-
"zone.js": "^0.6.23"
28+
"zone.js": "^0.6.25"
2929
},
3030
"devDependencies": {
3131
"angular2-template-loader": "^0.4.0",

public/docs/js/latest/_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Angular Docs",
55
"subtitle": "JavaScript",
66
"menuTitle": "Docs Home",
7-
"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."
7+
"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."
88
},
99

1010
"quickstart": {

public/docs/ts/latest/_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Angular Docs",
55
"subtitle": "TypeScript",
66
"menuTitle": "Docs Home",
7-
"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."
7+
"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."
88
},
99

1010
"cli-quickstart": {

0 commit comments

Comments
 (0)