From 2103c9b2995a625a26eae5bf07f0e6fb22e3286e Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Tue, 19 May 2026 20:05:55 +0100 Subject: [PATCH] chore(release): drop pending changesets to publish 0.13.0 main is at 0.13.0 (bumped by the #1096 release-PR merge) but 0.13.0 was never published: the verify-deps release bug (fixed in #1104) made the post-merge run open a 0.13.1 PR instead of publishing. These two changesets remained on main, keeping changesets/action on the version path. Removing them makes the next Release run take the publish path and ship the already-versioned 0.13.0 with its full changelog, tags, and GitHub releases. They are restored in the follow-up 0.13.1 PR. --- .changeset/fix-local-media-id-normalization.md | 5 ----- .changeset/ready-worlds-rush.md | 6 ------ 2 files changed, 11 deletions(-) delete mode 100644 .changeset/fix-local-media-id-normalization.md delete mode 100644 .changeset/ready-worlds-rush.md diff --git a/.changeset/fix-local-media-id-normalization.md b/.changeset/fix-local-media-id-normalization.md deleted file mode 100644 index 507cbead1..000000000 --- a/.changeset/fix-local-media-id-normalization.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Resolve bare local media IDs in media fields before falling back to external URLs. diff --git a/.changeset/ready-worlds-rush.md b/.changeset/ready-worlds-rush.md deleted file mode 100644 index b2645fa65..000000000 --- a/.changeset/ready-worlds-rush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@emdash-cms/admin": patch -"emdash": patch ---- - -Fixes experimental registry navigation and allows the configured registry aggregator through the admin CSP.