From 7c5e36ca4da5df3ae8bb807ca864a2314bf493ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:41:04 +0000 Subject: [PATCH] ci: release --- .changeset/big-hands-peel.md | 8 -- .changeset/bump-kumo-to-2.x.md | 7 -- .changeset/bumpy-crabs-nail.md | 11 --- .changeset/bylines-i18n.md | 69 -------------- .changeset/code-block-language-picker.md | 6 -- .changeset/fine-tables-mix.md | 14 --- .changeset/fix-autosave-block-fields.md | 5 - .changeset/registry-lifecycle.md | 10 -- .changeset/registry-release-picker.md | 6 -- .changeset/slick-peaches-wear.md | 12 --- .changeset/workerd-kysely-catalog.md | 5 - .changeset/workerd-typed-bridge.md | 15 --- fixtures/perf-site/CHANGELOG.md | 8 ++ fixtures/perf-site/package.json | 4 +- infra/blog-demo/CHANGELOG.md | 10 ++ infra/blog-demo/package.json | 2 +- infra/cache-demo/CHANGELOG.md | 10 ++ infra/cache-demo/package.json | 2 +- packages/admin/CHANGELOG.md | 82 ++++++++++++++++ packages/admin/package.json | 2 +- packages/auth-atproto/CHANGELOG.md | 17 ++++ packages/auth-atproto/package.json | 6 +- packages/auth/CHANGELOG.md | 71 ++++++++++++++ packages/auth/package.json | 2 +- packages/blocks/CHANGELOG.md | 6 ++ packages/blocks/package.json | 2 +- packages/cloudflare/CHANGELOG.md | 19 ++++ packages/cloudflare/package.json | 2 +- packages/core/CHANGELOG.md | 93 +++++++++++++++++++ packages/core/package.json | 4 +- packages/create-emdash/CHANGELOG.md | 2 + packages/create-emdash/package.json | 2 +- .../gutenberg-to-portable-text/CHANGELOG.md | 2 + .../gutenberg-to-portable-text/package.json | 2 +- packages/plugin-cli/CHANGELOG.md | 21 +++++ packages/plugin-cli/package.json | 2 +- packages/plugins/api-test/package.json | 2 +- packages/plugins/atproto/package.json | 2 +- packages/plugins/audit-log/package.json | 2 +- packages/plugins/embeds/CHANGELOG.md | 8 ++ packages/plugins/embeds/package.json | 4 +- .../plugins/webhook-notifier/package.json | 2 +- packages/registry-client/CHANGELOG.md | 8 ++ packages/registry-client/package.json | 2 +- packages/workerd/CHANGELOG.md | 28 ++++++ packages/workerd/package.json | 2 +- packages/x402/CHANGELOG.md | 2 + packages/x402/package.json | 2 +- pnpm-lock.yaml | 16 ++-- 49 files changed, 420 insertions(+), 201 deletions(-) delete mode 100644 .changeset/big-hands-peel.md delete mode 100644 .changeset/bump-kumo-to-2.x.md delete mode 100644 .changeset/bumpy-crabs-nail.md delete mode 100644 .changeset/bylines-i18n.md delete mode 100644 .changeset/code-block-language-picker.md delete mode 100644 .changeset/fine-tables-mix.md delete mode 100644 .changeset/fix-autosave-block-fields.md delete mode 100644 .changeset/registry-lifecycle.md delete mode 100644 .changeset/registry-release-picker.md delete mode 100644 .changeset/slick-peaches-wear.md delete mode 100644 .changeset/workerd-kysely-catalog.md delete mode 100644 .changeset/workerd-typed-bridge.md create mode 100644 packages/workerd/CHANGELOG.md diff --git a/.changeset/big-hands-peel.md b/.changeset/big-hands-peel.md deleted file mode 100644 index 167166f06d..0000000000 --- a/.changeset/big-hands-peel.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@emdash-cms/plugin-cli": minor -"@emdash-cms/registry-client": minor ---- - -Adds `emdash-plugin update-package`, a CLI command for editing an already-published plugin's registry record (license, authors, security contacts, name, description, keywords) without cutting a new release. Without `--yes` it prints a diff and exits without writing; with `--yes` it writes the updated record to the publisher's PDS using atproto's `swapRecord` precondition (concurrent writes surface as `STALE_RECORD` instead of silently overwriting each other) and bumps `lastUpdated`. Optional fields use a "manifest absent = no change" policy: removing a key from the manifest doesn't wipe the published value, matching `publish` semantics. Renaming a plugin via the manifest now surfaces a "looks like a rename" message listing the publisher's existing packages instead of a generic not-found, so publishers don't accidentally orphan releases under the old slug. - -The publishing client (`@emdash-cms/registry-client`) gains a `swapRecord` parameter on `putRecord` and `unsafePutRecord` for callers needing optimistic-concurrency writes. diff --git a/.changeset/bump-kumo-to-2.x.md b/.changeset/bump-kumo-to-2.x.md deleted file mode 100644 index ff401d3208..0000000000 --- a/.changeset/bump-kumo-to-2.x.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@emdash-cms/admin": patch -"@emdash-cms/blocks": patch -"@emdash-cms/auth-atproto": patch ---- - -Bumps `@cloudflare/kumo` from 1.16 to 2.3. Two internal call sites picked up breaking API changes from Kumo 2.0: `Collapsible` is now a compound component (`Collapsible.Root` / `.DefaultTrigger` / `.DefaultPanel` instead of ``), used by the accordion block; and `ChartPalette.color()` was renamed to `ChartPalette.categorical()` in the chart block. No public API changes -- consumers see identical behaviour. Tests in `@emdash-cms/admin` that asserted on `Button`'s native `title` attribute now read `aria-label` instead, because Kumo 2 wraps `