From 3f995485e7411333f559233db700f597a91c8cfa Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Tue, 19 May 2026 20:20:27 +0100 Subject: [PATCH] chore(release): restore changesets for 0.13.1 Restores the two changesets removed in #1105 (which existed only to flip changesets/action onto the publish path for the already-versioned 0.13.0). With 0.13.0 now published, these re-enter the version path: the next Release run bumps 0.13.0 -> 0.13.1 and refreshes the changeset-release PR (#1103), whose merge publishes 0.13.1 with the #1100/#1101 fixes documented. Files are byte-identical to their pre-#1105 state. --- .changeset/fix-local-media-id-normalization.md | 5 +++++ .changeset/ready-worlds-rush.md | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 .changeset/fix-local-media-id-normalization.md create 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 new file mode 100644 index 0000000000..507cbead12 --- /dev/null +++ b/.changeset/fix-local-media-id-normalization.md @@ -0,0 +1,5 @@ +--- +"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 new file mode 100644 index 0000000000..b2645fa651 --- /dev/null +++ b/.changeset/ready-worlds-rush.md @@ -0,0 +1,6 @@ +--- +"@emdash-cms/admin": patch +"emdash": patch +--- + +Fixes experimental registry navigation and allows the configured registry aggregator through the admin CSP.