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

Commit ab8d569

Browse files
committed
Fix docs-content version mismatch for v13.x docs deployment
The docs app currently deployed to `material.angular.io` is for Angular Components v13, but relies on docs-content from `master` i.e. v14-next. We should scope the docs-content to v13.2.x (the latest and last minor for v13) for the v13.x docs deployment.
1 parent 9921375 commit ab8d569

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@angular/cdk-experimental": "^13.2.3",
4040
"@angular/common": "^13.1.0",
4141
"@angular/compiler": "^13.1.0",
42-
"@angular/components-examples": "angular/material2-docs-content#master",
42+
"@angular/components-examples": "angular/material2-docs-content#13.2.x",
4343
"@angular/core": "^13.1.0",
4444
"@angular/forms": "^13.1.0",
4545
"@angular/google-maps": "^13.2.3",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@
257257
dependencies:
258258
tslib "^2.3.0"
259259

260-
"@angular/components-examples@angular/material2-docs-content#master":
261-
version "14.0.0-next.3"
262-
resolved "https://codeload.github.com/angular/material2-docs-content/tar.gz/eb67ef2562dc930f47219f7b5ae847781e348504"
260+
"@angular/components-examples@angular/material2-docs-content#13.2.x":
261+
version "13.2.3"
262+
resolved "https://codeload.github.com/angular/material2-docs-content/tar.gz/b4c279371ec953fe98a30b9adb8e02f65e2735d1"
263263
dependencies:
264264
tslib "^2.3.0"
265265

0 commit comments

Comments
 (0)