chore(release): restore changesets for 0.13.1#1110
Conversation
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 detectedLatest commit: 3f99548 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
emdash-perf-coordinator | 3f99548 | May 19 2026, 07:21 PM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
emdash-i18n | 3f99548 | May 19 2026, 07:21 PM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 3f99548 | May 19 2026, 07:22 PM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
emdash-playground | 3f99548 | May 19 2026, 07:22 PM |
There was a problem hiding this comment.
Pull request overview
This PR restores the two Changesets that were temporarily removed to allow the 0.13.0 publish flow to complete, re-enabling the normal Changesets “version” path to produce a 0.13.1 release PR.
Changes:
- Restores a Changeset for the local media ID normalization fix (
emdashpatch). - Restores a Changeset for the experimental registry admin/CSP fix (
@emdash-cms/admin+emdashpatches).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.changeset/ready-worlds-rush.md |
Re-adds the patch Changeset covering the experimental registry navigation + CSP fix. |
.changeset/fix-local-media-id-normalization.md |
Re-adds the patch Changeset covering bare local media ID normalization behavior. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
emdash-demo-cache | 3f99548 | May 19 2026, 07:22 PM |
@emdash-cms/admin
@emdash-cms/auth
@emdash-cms/blocks
@emdash-cms/cloudflare
emdash
create-emdash
@emdash-cms/gutenberg-to-portable-text
@emdash-cms/x402
@emdash-cms/plugin-ai-moderation
@emdash-cms/plugin-atproto
@emdash-cms/plugin-audit-log
@emdash-cms/plugin-color
@emdash-cms/plugin-embeds
@emdash-cms/plugin-forms
@emdash-cms/plugin-webhook-notifier
commit: |
#1110 reintroduced these changesets, so changelog-github credited both to #1110/@ascorbic, dropping @jcheese1's credit for #1100. Add per-changeset pr/commit/author overrides (read by @changesets/changelog-github) so the regenerated release PR attributes #1100 to @jcheese1 and #1101 to @ascorbic with the original commits. Editing #1103 directly wouldn't survive the next force-push of changeset-release/main.
What does this PR do?
Release recovery — the
0.13.1follow-up to #1105. Restores the two changesets that #1105 removed.#1105 removed
fix-local-media-id-normalization.md(#1100) andready-worlds-rush.md(#1101) only to flip changesets/action onto the publish path so the already-versioned0.13.0would ship.0.13.0is now published (npmlatest, tags, GitHub releases with the full notes). These two changesets are restored here, byte-identical to their pre-#1105 state, so the work they describe gets a documented release.Merging this puts the two changesets back on
main→ the next Release run takes the version path → bumps0.13.0 → 0.13.1→ refreshes the changeset-release PR (#1103). Merging that PR publishes0.13.1.So this PR does not itself publish anything — it re-arms the normal release flow. Two merges to land
0.13.1: this PR, then the refreshed #1103.Closes #
Type of change
Checklist
pnpm typecheckpasses (N/A — restores 2 changeset files, no code)pnpm lintpasses (N/A — no code)pnpm testpasses (N/A — no code)pnpm formathas been run (N/A — no code)AI-generated code disclosure
Screenshots / test output
After merge, the Release run logs
node .github/scripts/release.mjs version(version path, no publish), and the changeset-release PR (#1103) updates to bump0.13.0 → 0.13.1.npm view emdash versionstays0.13.0until #1103 is merged.