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

Commit 4c85f0a

Browse files
authored
chore: update to 2.1.1 (#2650)
1 parent 14c01fb commit 4c85f0a

File tree

11 files changed

+48
-46
lines changed

11 files changed

+48
-46
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ env:
1010
- DBUS_SESSION_BUS_ADDRESS=/dev/null
1111
- DISPLAY=:99.0
1212
- CHROME_BIN=chromium-browser
13-
# using SHA instead of version to fix build-compile issue
14-
- LATEST_RELEASE=2.1.0
13+
- LATEST_RELEASE=2.1.1
1514
- TASK_FLAGS="--dgeni-log=warn"
1615
matrix:
1716
- TASK=lint

public/docs/_examples/_boilerplate/systemjs.config.plunker.build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'rxjs': 'npm:rxjs',
5454
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
5555
'ts': 'npm:[email protected]/lib/plugin.js',
56-
'typescript': 'npm:[email protected].2/lib/typescript.js',
56+
'typescript': 'npm:[email protected].3/lib/typescript.js',
5757

5858
},
5959
// packages tells the System loader how to load when no filename and/or no extension

public/docs/_examples/_boilerplate/systemjs.config.plunker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'rxjs': 'npm:rxjs',
4141
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
4242
'ts': 'npm:[email protected]/lib/plugin.js',
43-
'typescript': 'npm:[email protected].2/lib/typescript.js',
43+
'typescript': 'npm:[email protected].3/lib/typescript.js',
4444

4545
},
4646
// packages tells the System loader how to load when no filename and/or no extension

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<script src="https://unpkg.com/[email protected]"></script>
1515
<script src="https://unpkg.com/[email protected]"></script>
16-
<script src="https://unpkg.com/[email protected].27/dist/system.src.js"></script>
16+
<script src="https://unpkg.com/[email protected].39/dist/system.src.js"></script>
1717
<script src="https://unpkg.com/[email protected]/lib/typescript.js"></script>
1818

1919
<!-- 2. Configure SystemJS -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<script src="https://unpkg.com/[email protected]"></script>
1616
<script src="https://unpkg.com/[email protected]"></script>
17-
<script src="https://unpkg.com/[email protected].27/dist/system.src.js"></script>
17+
<script src="https://unpkg.com/[email protected].39/dist/system.src.js"></script>
1818
<script src="https://unpkg.com/[email protected]/lib/typescript.js"></script>
1919

2020
<!-- 2. Configure SystemJS -->

public/docs/_examples/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
}
1616
],
1717
"dependencies": {
18-
"@angular/common": "~2.1.0",
19-
"@angular/compiler": "~2.1.0",
20-
"@angular/compiler-cli": "~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/platform-server": "~2.1.0",
27-
"@angular/router": "~3.1.0",
28-
"@angular/upgrade": "~2.1.0",
18+
"@angular/common": "~2.1.1",
19+
"@angular/compiler": "~2.1.1",
20+
"@angular/compiler-cli": "~2.1.1",
21+
"@angular/core": "~2.1.1",
22+
"@angular/forms": "~2.1.1",
23+
"@angular/http": "~2.1.1",
24+
"@angular/platform-browser": "~2.1.1",
25+
"@angular/platform-browser-dynamic": "~2.1.1",
26+
"@angular/platform-server": "~2.1.1",
27+
"@angular/router": "~3.1.1",
28+
"@angular/upgrade": "~2.1.1",
2929

3030
"angular-in-memory-web-api": "~0.1.13",
3131
"bootstrap": "^3.3.7",

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
}
1313
],
1414
"dependencies": {
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",
15+
"@angular/common": "~2.1.1",
16+
"@angular/compiler": "~2.1.1",
17+
"@angular/core": "~2.1.1",
18+
"@angular/forms": "~2.1.1",
19+
"@angular/http": "~2.1.1",
20+
"@angular/platform-browser": "~2.1.1",
21+
"@angular/platform-browser-dynamic": "~2.1.1",
22+
"@angular/router": "~3.1.1",
23+
"@angular/upgrade": "~2.1.1",
2424

2525
"angular-in-memory-web-api": "~0.1.5",
2626
"bootstrap": "^3.3.7",

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
}
1515
],
1616
"dependencies": {
17-
"@angular/common": "~2.1.0",
18-
"@angular/compiler": "~2.1.0",
19-
"@angular/core": "~2.1.0",
20-
"@angular/forms": "~2.1.0",
21-
"@angular/http": "~2.1.0",
22-
"@angular/platform-browser": "~2.1.0",
23-
"@angular/platform-browser-dynamic": "~2.1.0",
24-
"@angular/router": "~3.1.0",
25-
"@angular/upgrade": "~2.1.0",
17+
"@angular/common": "~2.1.1",
18+
"@angular/compiler": "~2.1.1",
19+
"@angular/core": "~2.1.1",
20+
"@angular/forms": "~2.1.1",
21+
"@angular/http": "~2.1.1",
22+
"@angular/platform-browser": "~2.1.1",
23+
"@angular/platform-browser-dynamic": "~2.1.1",
24+
"@angular/router": "~3.1.1",
25+
"@angular/upgrade": "~2.1.1",
2626

2727
"angular-in-memory-web-api": "~0.1.13",
2828
"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
@@ -14,14 +14,14 @@
1414
}
1515
],
1616
"dependencies": {
17-
"@angular/common": "~2.1.0",
18-
"@angular/compiler": "~2.1.0",
19-
"@angular/core": "~2.1.0",
20-
"@angular/forms": "~2.1.0",
21-
"@angular/http": "~2.1.0",
22-
"@angular/platform-browser": "~2.1.0",
23-
"@angular/platform-browser-dynamic": "~2.1.0",
24-
"@angular/router": "~3.1.0",
17+
"@angular/common": "~2.1.1",
18+
"@angular/compiler": "~2.1.1",
19+
"@angular/core": "~2.1.1",
20+
"@angular/forms": "~2.1.1",
21+
"@angular/http": "~2.1.1",
22+
"@angular/platform-browser": "~2.1.1",
23+
"@angular/platform-browser-dynamic": "~2.1.1",
24+
"@angular/router": "~3.1.1",
2525
"core-js": "^2.4.1",
2626
"rxjs": "5.0.0-beta.12",
2727
"zone.js": "^0.6.25"
@@ -48,7 +48,7 @@
4848
"raw-loader": "^0.5.1",
4949
"rimraf": "^2.5.2",
5050
"style-loader": "^0.13.1",
51-
"typescript": "^2.0.2",
51+
"typescript": "^2.0.3",
5252
"webpack": "^1.13.0",
5353
"webpack-dev-server": "^1.14.1",
5454
"webpack-merge": "^0.14.0"

public/docs/ts/latest/guide/change-log.jade

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ block includes
77
The Angular documentation is a living document with continuous improvements.
88
This log calls attention to recent significant changes.
99

10+
## Sync with Angular v.2.1.1 (2016-10-21)
11+
Docs and code samples updated and tested with Angular v.2.1.0
12+
1013
## npm _@types_ packages replace _typings_ (2016-10-20)
1114
Documentation samples now get TypeScript type information for 3rd party libraries
1215
from npm `@types` packages rather than with the _typings_ tooling.

0 commit comments

Comments
 (0)