From 7048a35e9fff16a0b90ad06ba93836b6e05ca8a1 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 8 May 2026 02:58:50 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 9272cf76d..b290188f7 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-08T09:58:39+00:00`, + product: 'web', + body: `## Fixed +- Fixed some buttons appearing as disabled even when they weren't, such as the project icon settings.`, + }, { date: `2026-05-08T02:24:09+00:00`, product: 'app',