From ec7c538888ad323643ab04d9aa9c227fae9286d5 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 28 May 2026 18:45:43 -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 25a3f3a88..0c0a763b7 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-29T01:44:44+00:00`, + product: 'web', + body: `## Fixed +- Account sign in buttons were showing in mobile navbar on iOs when hidden`, + }, { date: `2026-05-27T22:30:20+00:00`, product: 'app',