Skip to content

Commit 477ff34

Browse files
chore: add static v6 information to docVersions (#536)
1 parent 5bbc918 commit 477ff34

File tree

1 file changed

+4
-0
lines changed
  • material.angular.io/src/app/shared/version

1 file changed

+4
-0
lines changed

material.angular.io/src/app/shared/version/version.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ export const docVersions: VersionInfo[] = [
1515
url: 'https://v5.material.angular.io/',
1616
title: '5.2.5'
1717
},
18+
{
19+
url: 'https://v6.material.angular.io/',
20+
title: '6.4.7'
21+
},
1822
{
1923
url: `https://material.angular.io/`,
2024
title: materialVersion

0 commit comments

Comments
 (0)