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

Commit eb5b054

Browse files
committed
Update everything to v9
1 parent 0b42fc0 commit eb5b054

File tree

4 files changed

+157
-157
lines changed

4 files changed

+157
-157
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
This is the repository for the [Angular Components documentation site](https://material.angular.io/).
44

55
Versions of this site are also available for
6-
- [Beta](https://next.material.angular.io/)
76
- [v5](https://v5.material.angular.io/)
87
- [v6](https://v6.material.angular.io/)
98
- [v7](https://v7.material.angular.io/)
10-
- [v8](https://material.angular.io/)
9+
- [v8](https://v8.material.angular.io/)
10+
- [v9](https://material.angular.io/)
1111

1212
## Contributing
1313
Please open bugs against the Angular Material and CDK components, directives, documentation

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@
2525
},
2626
"private": true,
2727
"dependencies": {
28-
"@angular/animations": "^9.0.0-rc.14",
29-
"@angular/cdk": "^9.0.0-rc.10",
30-
"@angular/cdk-experimental": "^9.0.0-rc.10",
31-
"@angular/common": "^9.0.0-rc.14",
32-
"@angular/compiler": "^9.0.0-rc.14",
28+
"@angular/animations": "9.0.0",
29+
"@angular/cdk": "9.0.0",
30+
"@angular/cdk-experimental": "9.0.0",
31+
"@angular/common": "9.0.0",
32+
"@angular/compiler": "9.0.0",
3333
"@angular/components-examples": "angular/material2-docs-content#9.0.x",
34-
"@angular/core": "^9.0.0-rc.14",
35-
"@angular/forms": "^9.0.0-rc.14",
36-
"@angular/google-maps": "^9.0.0-rc.10",
37-
"@angular/material": "^9.0.0-rc.10",
38-
"@angular/material-experimental": "^9.0.0-rc.10",
39-
"@angular/material-moment-adapter": "^9.0.0-rc.10",
40-
"@angular/platform-browser": "^9.0.0-rc.14",
41-
"@angular/platform-browser-dynamic": "^9.0.0-rc.14",
42-
"@angular/router": "^9.0.0-rc.14",
43-
"@angular/youtube-player": "^9.0.0-rc.10",
34+
"@angular/core": "9.0.0",
35+
"@angular/forms": "9.0.0",
36+
"@angular/google-maps": "9.0.0",
37+
"@angular/material": "9.0.0",
38+
"@angular/material-experimental": "9.0.0",
39+
"@angular/material-moment-adapter": "9.0.0",
40+
"@angular/platform-browser": "9.0.0",
41+
"@angular/platform-browser-dynamic": "9.0.0",
42+
"@angular/router": "9.0.0",
43+
"@angular/youtube-player": "9.0.0",
4444
"core-js": "^2.6.11",
4545
"material-components-web": "^4.0.0",
4646
"moment": "^2.24.0",
@@ -49,10 +49,10 @@
4949
"zone.js": "~0.10.2"
5050
},
5151
"devDependencies": {
52-
"@angular-devkit/build-angular": "~0.900.0-rc.14",
53-
"@angular/cli": "^9.0.0-rc.14",
54-
"@angular/compiler-cli": "^9.0.0-rc.14",
55-
"@angular/localize": "^9.0.0-rc.14",
52+
"@angular-devkit/build-angular": "0.900.0",
53+
"@angular/cli": "9.0.0",
54+
"@angular/compiler-cli": "9.0.0",
55+
"@angular/localize": "9.0.0",
5656
"@types/jasmine": "^3.5.2",
5757
"@types/node": "^12.12.24",
5858
"codelyzer": "^5.2.1",

src/assets/versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"title": "7.3.7"
1313
},
1414
{
15-
"url": "https://material.angular.io/",
15+
"url": "https://v8.material.angular.io/",
1616
"title": "8.2.3"
1717
},
1818
{
19-
"url": "https://next.material.angular.io/",
20-
"title": "9.0.0-rc.10"
19+
"url": "https://material.angular.io/",
20+
"title": "9.0.0"
2121
}
2222
]

0 commit comments

Comments
 (0)