diff --git a/packages/ui/src/components/project/card/ProjectCard.vue b/packages/ui/src/components/project/card/ProjectCard.vue index 19259122e..9f5ea5a05 100644 --- a/packages/ui/src/components/project/card/ProjectCard.vue +++ b/packages/ui/src/components/project/card/ProjectCard.vue @@ -34,6 +34,7 @@
+
{{ summary }} diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index e075ad8e3..9625cbaf1 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -20,6 +20,12 @@ const VERSIONS: VersionEntry[] = [ // - Adjusted pop-up design to include a border. // - Updated translations.`, // }, + { + date: `2026-02-07T12:35:00-08:00`, + product: 'web', + body: `## Improvements +- Fixed grid project lists not displaying status on user profiles.`, + }, { date: `2026-02-07T12:10:00-08:00`, product: 'web',