From 8aaddb9d8a56670ef0276378f6ebc72be7119bab Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:46:06 -0700 Subject: [PATCH] revert --- packages/utils/changelog.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 719a77739..c745dac31 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -14,7 +14,6 @@ const VERSIONS: VersionEntry[] = [ date: `2025-09-02T10:30:00-07:00`, product: 'web', body: `### Improvements -- Search query will now reset when you click on the navigation buttons at the top. - Fixed text animation timing on landing page. - Fixed file upload buttons on gallery and version pages not being selectable with the keyboard. - Fixed long creator names overflowing on project pages.