From 8d14f34994b725caf3a28ac1aa86c83e63e5b4a4 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sun, 31 Aug 2025 17:08:59 -0700 Subject: [PATCH] update changelog --- packages/utils/changelog.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index f25d82cd..9d8f25d2 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,13 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-08-31T17:15:00-07:00`, + product: 'web', + body: `### Improvements +- Updated some of the publishing checklist messages. +- Fixed certain buttons having the wrong focus effect in Firefox browsers.`, + }, { date: `2025-08-31T11:50:00-07:00`, product: 'web',