From f8733b04886de136d42640ab2cc53f9e3de67a48 Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Thu, 21 May 2026 23:27:14 +0100 Subject: [PATCH] feat: changelog 21st may 2026 (#6158) * feat: changelog 21st may 2026 * fix: changelog --- packages/blog/changelog.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 27ef9d81f..5e98f8e74 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,26 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-21T22:13:35+00:00`, + product: 'website', + body: `## Fixed +- Fixed project embeds not loading in correctly.`, + }, + { + date: `2026-05-21T22:13:35+00:00`, + product: 'app', + version: '0.13.21', + body: `## Fixed +- Fixed issue with content items visually duplicating over other content items in the Content tab table.`, + }, + { + date: `2026-05-21T22:13:35+00:00`, + product: 'hosting', + body: `## Fixed +- Fixed issue with content items visually duplicating over other content items in the Content tab table. +- Fixed issue when cancelling a multi-file upload to the Files tab or Content tab, any files fully uploaded before cancelling are not removed on cancel.`, + }, { date: `2026-05-20T19:48:04+00:00`, product: 'web',