From cad9191798df89e9effbc1877c926431eea59c72 Mon Sep 17 00:00:00 2001 From: Ben Halverson Date: Tue, 26 Nov 2024 21:12:54 -0800 Subject: [PATCH] refactor(downloadreleasestable): added module version back to the releases table --- apps/site/components/Downloads/DownloadReleasesTable.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/site/components/Downloads/DownloadReleasesTable.tsx b/apps/site/components/Downloads/DownloadReleasesTable.tsx index 306b6ab29df49..2893cca1e776f 100644 --- a/apps/site/components/Downloads/DownloadReleasesTable.tsx +++ b/apps/site/components/Downloads/DownloadReleasesTable.tsx @@ -18,6 +18,7 @@ const DownloadReleasesTable: FC = async () => { Node.js Version + Module Version Codename Release Date npm @@ -27,6 +28,7 @@ const DownloadReleasesTable: FC = async () => { {releaseData.map(release => ( v{release.version} + v{release.modules} {release.codename || '-'}