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

Commit 03105bd

Browse files
authored
Update everything to v9 (#714)
1 parent 0b42fc0 commit 03105bd

File tree

6 files changed

+176
-174
lines changed

6 files changed

+176
-174
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/stack-blitz/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "^9.0.0-rc.1",
15-
"@angular/cdk": "^9.0.0-rc.0",
16-
"@angular/common": "^9.0.0-rc.1",
17-
"@angular/compiler": "^9.0.0-rc.1",
18-
"@angular/core": "^9.0.0-rc.1",
19-
"@angular/forms": "^9.0.0-rc.1",
20-
"@angular/material": "^9.0.0-rc.0",
21-
"@angular/material-moment-adapter": "^9.0.0-rc.0",
22-
"@angular/platform-browser": "^9.0.0-rc.1",
23-
"@angular/platform-browser-dynamic": "^9.0.0-rc.1",
24-
"@angular/router": "^9.0.0-rc.1",
14+
"@angular/animations": "^9.0.0",
15+
"@angular/cdk": "^9.0.0",
16+
"@angular/common": "^9.0.0",
17+
"@angular/compiler": "^9.0.0",
18+
"@angular/core": "^9.0.0",
19+
"@angular/forms": "^9.0.0",
20+
"@angular/material": "^9.0.0",
21+
"@angular/material-moment-adapter": "^9.0.0",
22+
"@angular/platform-browser": "^9.0.0",
23+
"@angular/platform-browser-dynamic": "^9.0.0",
24+
"@angular/router": "^9.0.0",
2525
"angular-in-memory-web-api": "~0.9.0",
2626
"core-js": "^2.6.9",
2727
"hammerjs": "^2.0.8",
@@ -31,15 +31,15 @@
3131
"zone.js": "~0.10.2"
3232
},
3333
"devDependencies": {
34-
"@angular-devkit/build-angular": "^0.900.0-rc.1",
35-
"@angular/cli": "^9.0.0-rc.1",
36-
"@angular/compiler-cli": "^9.0.0-rc.1",
37-
"@angular/language-service": "^9.0.0-rc.1",
38-
"@angular/localize": "^9.0.0-rc.1",
34+
"@angular-devkit/build-angular": "^0.900.0",
35+
"@angular/cli": "^9.0.0",
36+
"@angular/compiler-cli": "^9.0.0",
37+
"@angular/language-service": "^9.0.0",
38+
"@angular/localize": "^9.0.0",
3939
"@types/node": "^12.12.6",
4040
"codelyzer": "^5.2.0",
4141
"ts-node": "^8.4.1",
4242
"tslint": "^5.20.1",
43-
"typescript": "3.6.4"
43+
"typescript": "3.7.5"
4444
}
4545
}

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
]

tools/deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ PROJECT_ID["v6", "prod"]="v6-material-angular-io"
1818
PROJECT_ID["v7", "dev"]="material-docs-dev-v7"
1919
PROJECT_ID["v7", "prod"]="v7-material-angular-io"
2020

21+
PROJECT_ID["v8", "prod"]="v8-material-angular-io"
22+
2123
version=${1:-stable}
2224
mode=${2:-dev}
2325
projectId=${PROJECT_ID[$version, $mode]}

0 commit comments

Comments
 (0)