From ed723fa1864fe0f7a1b01b8584bea4c4cb202ec6 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Tue, 19 May 2026 11:50:49 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 7a4e4de13..77a9a6550 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,33 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-19T18:50:27+00:00`, + product: 'web', + body: `## Changed +- Updated translations. + +## Fixed +- Fixed pages randomly erroring with 404 when coming from another page such as a user, org, or collection. +- Fixed bug with table headers being misaligned if using the website in a non-english language. +- Fixed a problem with Brazil PIX withdrawals being unable to click the withdraw button.`, + }, + { + date: `2026-05-19T18:50:27+00:00`, + product: 'app', + version: '0.13.19', + body: `## Changed +- Updated translations. + +## Fixed +- Fixed bug with table headers being misaligned if using the app in a non-english language.`, + }, + { + date: `2026-05-19T18:50:27+00:00`, + product: 'hosting', + body: `## Changed +- Updated translations.`, + }, { date: `2026-05-17T20:46:06+00:00`, product: 'app',