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

Commit 17c7e15

Browse files
filipesilvaFoxandxss
authored andcommitted
chore: update to 2.2.0 (#2797)
1 parent 1e5facf commit 17c7e15

File tree

7 files changed

+44
-43
lines changed

7 files changed

+44
-43
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
- DBUS_SESSION_BUS_ADDRESS=/dev/null
1111
- DISPLAY=:99.0
1212
- CHROME_BIN=chromium-browser
13-
- LATEST_RELEASE=2.1.1
13+
- LATEST_RELEASE=2.2.0
1414
- TASK_FLAGS="--dgeni-log=warn"
1515
matrix:
1616
- TASK=lint

public/docs/_examples/package.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,20 @@
1515
}
1616
],
1717
"dependencies": {
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",
18+
"@angular/common": "~2.2.0",
19+
"@angular/compiler": "~2.2.0",
20+
"@angular/compiler-cli": "~2.2.0",
21+
"@angular/core": "~2.2.0",
22+
"@angular/forms": "~2.2.0",
23+
"@angular/http": "~2.2.0",
24+
"@angular/platform-browser": "~2.2.0",
25+
"@angular/platform-browser-dynamic": "~2.2.0",
26+
"@angular/platform-server": "~2.2.0",
27+
"@angular/router": "~3.2.0",
28+
"@angular/upgrade": "~2.2.0",
29+
30+
"angular-in-memory-web-api": "~0.1.15",
2931

30-
"angular-in-memory-web-api": "~0.1.14",
3132
"core-js": "^2.4.1",
3233
"reflect-metadata": "^0.1.8",
3334
"rollup": "^0.36.0",

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

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

25-
"angular-in-memory-web-api": "~0.1.5",
25+
"angular-in-memory-web-api": "~0.1.15",
2626
"core-js": "^2.4.1",
2727
"reflect-metadata": "^0.1.8",
2828
"rxjs": "5.0.0-beta.12",

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
}
1515
],
1616
"dependencies": {
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",
17+
"@angular/common": "~2.2.0",
18+
"@angular/compiler": "~2.2.0",
19+
"@angular/core": "~2.2.0",
20+
"@angular/forms": "~2.2.0",
21+
"@angular/http": "~2.2.0",
22+
"@angular/platform-browser": "~2.2.0",
23+
"@angular/platform-browser-dynamic": "~2.2.0",
24+
"@angular/router": "~3.2.0",
25+
"@angular/upgrade": "~2.2.0",
2626

27-
"angular-in-memory-web-api": "~0.1.13",
27+
"angular-in-memory-web-api": "~0.1.15",
2828
"core-js": "^2.4.1",
2929
"reflect-metadata": "^0.1.8",
3030
"rxjs": "5.0.0-beta.12",

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
}
1515
],
1616
"dependencies": {
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",
17+
"@angular/common": "~2.2.0",
18+
"@angular/compiler": "~2.2.0",
19+
"@angular/core": "~2.2.0",
20+
"@angular/forms": "~2.2.0",
21+
"@angular/http": "~2.2.0",
22+
"@angular/platform-browser": "~2.2.0",
23+
"@angular/platform-browser-dynamic": "~2.2.0",
24+
"@angular/router": "~3.2.0",
2525
"core-js": "^2.4.1",
2626
"rxjs": "5.0.0-beta.12",
2727
"zone.js": "^0.6.25"

public/docs/js/latest/_data.json

+1-1
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.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."
7+
"banner": "The latest Angular release is <b>2.2</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

+1-1
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.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."
7+
"banner": "The latest Angular release is <b>2.2</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)