Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions packages/blog/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading