From 56623df18b0412700ef5745d09d8d6748dac5a41 Mon Sep 17 00:00:00 2001 From: "Calum H. (IMB11)" Date: Thu, 21 May 2026 23:14:20 +0100 Subject: [PATCH 1/2] feat: changelog 21st may 2026 --- packages/blog/changelog.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 27ef9d81f9..9142076f37 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,21 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + 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. +- Fixed project embeds not loading in correctly.`, + }, + { + 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', From c6768b47dcd46da84a5a26bab19b53956eb771af Mon Sep 17 00:00:00 2001 From: "Calum H. (IMB11)" Date: Thu, 21 May 2026 23:22:30 +0100 Subject: [PATCH 2/2] fix: changelog --- packages/blog/changelog.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 9142076f37..5e98f8e74b 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,13 +10,18 @@ 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. -- Fixed project embeds not loading in correctly.`, +- Fixed issue with content items visually duplicating over other content items in the Content tab table.`, }, { date: `2026-05-21T22:13:35+00:00`,