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',