From e99affae95ce47e253c912d335225877092a2254 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:34:04 +0000 Subject: [PATCH] ci: release --- .changeset/autosave-publish-button-stale.md | 5 --- .changeset/byline-hydration-empty-table.md | 5 --- .changeset/clarify-workers-cache-path.md | 5 --- .changeset/comments-ui-subpath.md | 5 --- .changeset/content-create-error-toast.md | 5 --- .changeset/czech-locale-cs.md | 6 ---- .../fix-atomic-scheduled-publication.md | 5 --- .changeset/fix-numbered-list-continuity.md | 6 ---- .changeset/fix-search-tokenizers.md | 5 --- .changeset/fix-site-base-url-config.md | 5 --- .changeset/hindi-admin-locale.md | 5 --- .changeset/plugin-storage-indexes.md | 5 --- .changeset/repeater-media-normalize.md | 5 --- .../sandboxed-config-plugin-route-meta.md | 5 --- .changeset/seo-panel-default-hints.md | 5 --- .changeset/slug-redirect-locale-aware.md | 5 --- .changeset/translation-group-locale-index.md | 5 --- fixtures/perf-site/CHANGELOG.md | 8 +++++ fixtures/perf-site/package.json | 2 +- infra/blog-demo/CHANGELOG.md | 8 +++++ infra/blog-demo/package.json | 2 +- infra/cache-demo/CHANGELOG.md | 8 +++++ infra/cache-demo/package.json | 2 +- infra/do-demo/CHANGELOG.md | 8 +++++ infra/do-demo/package.json | 2 +- infra/do-solo-demo/CHANGELOG.md | 8 +++++ infra/do-solo-demo/package.json | 2 +- packages/admin/CHANGELOG.md | 20 +++++++++++ packages/admin/package.json | 2 +- packages/auth-atproto/CHANGELOG.md | 7 ++++ packages/auth-atproto/package.json | 2 +- packages/auth/CHANGELOG.md | 2 ++ packages/auth/package.json | 2 +- packages/blocks/CHANGELOG.md | 2 ++ packages/blocks/package.json | 2 +- packages/cloudflare/CHANGELOG.md | 9 +++++ packages/cloudflare/package.json | 2 +- packages/core/CHANGELOG.md | 33 +++++++++++++++++++ packages/core/package.json | 2 +- 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/plugins/embeds/CHANGELOG.md | 7 ++++ packages/plugins/embeds/package.json | 2 +- packages/plugins/mcp-smoke/CHANGELOG.md | 7 ++++ packages/plugins/mcp-smoke/package.json | 2 +- packages/workerd/CHANGELOG.md | 7 ++++ packages/workerd/package.json | 2 +- packages/x402/CHANGELOG.md | 2 ++ packages/x402/package.json | 2 +- 51 files changed, 157 insertions(+), 104 deletions(-) delete mode 100644 .changeset/autosave-publish-button-stale.md delete mode 100644 .changeset/byline-hydration-empty-table.md delete mode 100644 .changeset/clarify-workers-cache-path.md delete mode 100644 .changeset/comments-ui-subpath.md delete mode 100644 .changeset/content-create-error-toast.md delete mode 100644 .changeset/czech-locale-cs.md delete mode 100644 .changeset/fix-atomic-scheduled-publication.md delete mode 100644 .changeset/fix-numbered-list-continuity.md delete mode 100644 .changeset/fix-search-tokenizers.md delete mode 100644 .changeset/fix-site-base-url-config.md delete mode 100644 .changeset/hindi-admin-locale.md delete mode 100644 .changeset/plugin-storage-indexes.md delete mode 100644 .changeset/repeater-media-normalize.md delete mode 100644 .changeset/sandboxed-config-plugin-route-meta.md delete mode 100644 .changeset/seo-panel-default-hints.md delete mode 100644 .changeset/slug-redirect-locale-aware.md delete mode 100644 .changeset/translation-group-locale-index.md diff --git a/.changeset/autosave-publish-button-stale.md b/.changeset/autosave-publish-button-stale.md deleted file mode 100644 index ad158330cd..0000000000 --- a/.changeset/autosave-publish-button-stale.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@emdash-cms/admin": patch ---- - -Fixes the publish button not appearing after an autosave on sites without i18n configured. The edit was saved, but the editor kept showing the entry as fully published until a reload. diff --git a/.changeset/byline-hydration-empty-table.md b/.changeset/byline-hydration-empty-table.md deleted file mode 100644 index 272380efbb..0000000000 --- a/.changeset/byline-hydration-empty-table.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Fixes sites that don't use bylines paying dead byline lookup queries on every content read. When the bylines table is empty, entries with an author no longer send hydration down the byline query path — the folded result is served directly, removing the wasted round trips from anonymous page renders. diff --git a/.changeset/clarify-workers-cache-path.md b/.changeset/clarify-workers-cache-path.md deleted file mode 100644 index d6d27fd2b6..0000000000 --- a/.changeset/clarify-workers-cache-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@emdash-cms/cloudflare": patch ---- - -Deprecates `cloudflareCache()` (legacy Cache API + zone REST purge). It now emits a one-time console warning and is marked `@deprecated` in types. New sites should use native Workers Caching (`"cache": { "enabled": true }` in wrangler plus `cacheCloudflare()` from `@astrojs/cloudflare/cache`) and purge with `cache.purge()` — no zone ID or Cache Purge API token. diff --git a/.changeset/comments-ui-subpath.md b/.changeset/comments-ui-subpath.md deleted file mode 100644 index d3eaa0446f..0000000000 --- a/.changeset/comments-ui-subpath.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": minor ---- - -Adds `emdash/ui/comments` for `Comments` and `CommentForm` so their CSS only loads on pages that import them. Importing from `emdash/ui` still works but is deprecated and will be removed in 1.0 — prefer `import { Comments, CommentForm } from "emdash/ui/comments"`. diff --git a/.changeset/content-create-error-toast.md b/.changeset/content-create-error-toast.md deleted file mode 100644 index 995bb1b5ca..0000000000 --- a/.changeset/content-create-error-toast.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@emdash-cms/admin": patch ---- - -Fixes silent save failures when creating content in the admin: a rejected create — for example a slug that already exists in the collection — now shows a "Failed to save" toast with the server's message instead of doing nothing. diff --git a/.changeset/czech-locale-cs.md b/.changeset/czech-locale-cs.md deleted file mode 100644 index ab5541a836..0000000000 --- a/.changeset/czech-locale-cs.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@emdash-cms/admin": patch ---- - -Adds Czech (Čeština) to the admin UI. Select it from the language picker on the -login page or in Settings. diff --git a/.changeset/fix-atomic-scheduled-publication.md b/.changeset/fix-atomic-scheduled-publication.md deleted file mode 100644 index 57ce4afb85..0000000000 --- a/.changeset/fix-atomic-scheduled-publication.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Fixes scheduled content appearing publicly before its staged slug and content are atomically published. diff --git a/.changeset/fix-numbered-list-continuity.md b/.changeset/fix-numbered-list-continuity.md deleted file mode 100644 index 5a7919e95d..0000000000 --- a/.changeset/fix-numbered-list-continuity.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@emdash-cms/admin": patch -"emdash": patch ---- - -Fixes numbered lists restarting at 1 after intervening content blocks in the editor and rendered pages. diff --git a/.changeset/fix-search-tokenizers.md b/.changeset/fix-search-tokenizers.md deleted file mode 100644 index f54acd7b5f..0000000000 --- a/.changeset/fix-search-tokenizers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Adds per-collection search tokenizers so multilingual content can use trigram or non-stemming Unicode search. diff --git a/.changeset/fix-site-base-url-config.md b/.changeset/fix-site-base-url-config.md deleted file mode 100644 index 5f9f7692be..0000000000 --- a/.changeset/fix-site-base-url-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Fixes outbound email links (magic link, invites, signup confirmation, account recovery, comment notifications) ignoring the configured `siteUrl`. The configured origin — `siteUrl` in the integration options or the `EMDASH_SITE_URL`/`SITE_URL` environment variables — now takes precedence over the origin stored during setup, so a site set up on a temporary domain no longer needs a manual database edit to correct its email links. diff --git a/.changeset/hindi-admin-locale.md b/.changeset/hindi-admin-locale.md deleted file mode 100644 index 2a1dc19023..0000000000 --- a/.changeset/hindi-admin-locale.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@emdash-cms/admin": patch ---- - -Enables Hindi (हिन्दी) locale in the admin UI diff --git a/.changeset/plugin-storage-indexes.md b/.changeset/plugin-storage-indexes.md deleted file mode 100644 index 9862087be2..0000000000 --- a/.changeset/plugin-storage-indexes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Fixes plugin-declared storage indexes never being created. Indexes declared in a plugin manifest's `storage` section are now materialized on marketplace/registry install and update, dropped on uninstall, and synced for configured plugins on the scheduler tick — so plugin storage queries (like the audit-log dashboard widgets) use an index instead of scanning the whole table. The index shape also changed to a composite that SQLite actually uses on D1, where table statistics are never collected. diff --git a/.changeset/repeater-media-normalize.md b/.changeset/repeater-media-normalize.md deleted file mode 100644 index 048870ac2e..0000000000 --- a/.changeset/repeater-media-normalize.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Normalize media values inside repeater image sub-fields. A bare media id posted via the REST API into a repeater sub-field is now normalized into a full `MediaValue` (the same treatment top-level image/file fields already get), instead of being stored verbatim and rendered as "Image not found" in the admin. diff --git a/.changeset/sandboxed-config-plugin-route-meta.md b/.changeset/sandboxed-config-plugin-route-meta.md deleted file mode 100644 index 5af5a42707..0000000000 --- a/.changeset/sandboxed-config-plugin-route-meta.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Fixes public routes on `sandboxed: []` (config-declared) plugins requiring authentication regardless of the plugin's own `public: true` declaration. Declare `routes` (and optionally `hooks`) on the plugin's descriptor to have them honored, the same way `adminPages`/`capabilities` already are. diff --git a/.changeset/seo-panel-default-hints.md b/.changeset/seo-panel-default-hints.md deleted file mode 100644 index 7f640d9934..0000000000 --- a/.changeset/seo-panel-default-hints.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@emdash-cms/admin": patch ---- - -Shows the derived title and description as placeholders in the SEO panel. `getSeoMeta` already falls back to an entry's own `data.title` and `data.excerpt` when the panel is empty, but the panel gave no sign of it, so empty inputs read as "unset". Editors either retyped the page title into the SEO title or concluded the page had no SEO at all. The SEO Title and Meta Description fields now show the value that will actually be used, so an empty field reads as inheriting it. No change to the generated meta. diff --git a/.changeset/slug-redirect-locale-aware.md b/.changeset/slug-redirect-locale-aware.md deleted file mode 100644 index 9c0dcc0361..0000000000 --- a/.changeset/slug-redirect-locale-aware.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Fixes renaming a translation taking its canonical page offline. When two locale variants share a slug, renaming either one created a 301 away from a URL the other still serves, making the live page unreachable. Slug-change redirects are now skipped when another entry still holds the old slug. diff --git a/.changeset/translation-group-locale-index.md b/.changeset/translation-group-locale-index.md deleted file mode 100644 index 147db0e076..0000000000 --- a/.changeset/translation-group-locale-index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Fixes translation lookups reading every non-deleted row of a content table. Content tables now carry `(translation_group, locale)` and `(deleted_at, translation_group, locale)` indexes, replacing the single-column `translation_group` one, so fetching an entry's translations — one entry's, a whole page's, or a menu link's target — seeks straight to the group instead of scanning. The improvement is largest on big collections and on D1, where the query planner has no statistics to fall back on. diff --git a/fixtures/perf-site/CHANGELOG.md b/fixtures/perf-site/CHANGELOG.md index ccfdce7439..2e7abfabec 100644 --- a/fixtures/perf-site/CHANGELOG.md +++ b/fixtures/perf-site/CHANGELOG.md @@ -1,5 +1,13 @@ # @emdash-cms/fixture-perf-site +## 0.0.36 + +### Patch Changes + +- Updated dependencies [[`85dd99d`](https://github.com/emdash-cms/emdash/commit/85dd99d34810261bf25702d2798a9cab2ceeae58), [`51cbe2e`](https://github.com/emdash-cms/emdash/commit/51cbe2e631c9d03284fa46721e43f92bc576eeb6), [`534f238`](https://github.com/emdash-cms/emdash/commit/534f23884fa1b79ab78a54a382f9acf381919dc6), [`72660da`](https://github.com/emdash-cms/emdash/commit/72660dabdb4a164f01d152741f89c0b7163c4314), [`640da63`](https://github.com/emdash-cms/emdash/commit/640da63dd06c307cf4d533d63c10da1feadb36f5), [`e7c445c`](https://github.com/emdash-cms/emdash/commit/e7c445ca0ee5bc3970909a1c07d41b14de5d3d79), [`ef78aa1`](https://github.com/emdash-cms/emdash/commit/ef78aa1dca816f1e47067554427ac325e73b22b1), [`7099d13`](https://github.com/emdash-cms/emdash/commit/7099d13062c9a36ff68aac2e1e4e85998199481d), [`1dd7f13`](https://github.com/emdash-cms/emdash/commit/1dd7f135a043701effeb164be4f5ae95d106fc78), [`447647d`](https://github.com/emdash-cms/emdash/commit/447647df53098a7c58779f716fd811ffe248271e), [`aec4fa1`](https://github.com/emdash-cms/emdash/commit/aec4fa175a244912e5c1df412d20645ce50365b5), [`8040e27`](https://github.com/emdash-cms/emdash/commit/8040e2792f469ce918ac52e73a2487c284be0d98)]: + - emdash@0.33.0 + - @emdash-cms/cloudflare@0.33.0 + ## 0.0.35 ### Patch Changes diff --git a/fixtures/perf-site/package.json b/fixtures/perf-site/package.json index 5cb865b988..82d28ad79a 100644 --- a/fixtures/perf-site/package.json +++ b/fixtures/perf-site/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/fixture-perf-site", - "version": "0.0.35", + "version": "0.0.36", "private": true, "type": "module", "description": "Fixture site for query-count perf snapshots. Runs under sqlite+node or d1+cloudflare based on EMDASH_FIXTURE_TARGET.", diff --git a/infra/blog-demo/CHANGELOG.md b/infra/blog-demo/CHANGELOG.md index cc0fcbe04a..f8fb823d0b 100644 --- a/infra/blog-demo/CHANGELOG.md +++ b/infra/blog-demo/CHANGELOG.md @@ -1,5 +1,13 @@ # @emdash-cms/perf-demo-site +## 0.0.36 + +### Patch Changes + +- Updated dependencies [[`85dd99d`](https://github.com/emdash-cms/emdash/commit/85dd99d34810261bf25702d2798a9cab2ceeae58), [`51cbe2e`](https://github.com/emdash-cms/emdash/commit/51cbe2e631c9d03284fa46721e43f92bc576eeb6), [`534f238`](https://github.com/emdash-cms/emdash/commit/534f23884fa1b79ab78a54a382f9acf381919dc6), [`72660da`](https://github.com/emdash-cms/emdash/commit/72660dabdb4a164f01d152741f89c0b7163c4314), [`640da63`](https://github.com/emdash-cms/emdash/commit/640da63dd06c307cf4d533d63c10da1feadb36f5), [`e7c445c`](https://github.com/emdash-cms/emdash/commit/e7c445ca0ee5bc3970909a1c07d41b14de5d3d79), [`ef78aa1`](https://github.com/emdash-cms/emdash/commit/ef78aa1dca816f1e47067554427ac325e73b22b1), [`7099d13`](https://github.com/emdash-cms/emdash/commit/7099d13062c9a36ff68aac2e1e4e85998199481d), [`1dd7f13`](https://github.com/emdash-cms/emdash/commit/1dd7f135a043701effeb164be4f5ae95d106fc78), [`447647d`](https://github.com/emdash-cms/emdash/commit/447647df53098a7c58779f716fd811ffe248271e), [`aec4fa1`](https://github.com/emdash-cms/emdash/commit/aec4fa175a244912e5c1df412d20645ce50365b5), [`8040e27`](https://github.com/emdash-cms/emdash/commit/8040e2792f469ce918ac52e73a2487c284be0d98)]: + - emdash@0.33.0 + - @emdash-cms/cloudflare@0.33.0 + ## 0.0.35 ### Patch Changes diff --git a/infra/blog-demo/package.json b/infra/blog-demo/package.json index 21bebcedb1..136000e210 100644 --- a/infra/blog-demo/package.json +++ b/infra/blog-demo/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/perf-demo-site", - "version": "0.0.35", + "version": "0.0.36", "private": true, "type": "module", "scripts": { diff --git a/infra/cache-demo/CHANGELOG.md b/infra/cache-demo/CHANGELOG.md index 3f79536d9c..9a26126523 100644 --- a/infra/cache-demo/CHANGELOG.md +++ b/infra/cache-demo/CHANGELOG.md @@ -1,5 +1,13 @@ # @emdash-cms/cache-demo-site +## 0.0.36 + +### Patch Changes + +- Updated dependencies [[`85dd99d`](https://github.com/emdash-cms/emdash/commit/85dd99d34810261bf25702d2798a9cab2ceeae58), [`51cbe2e`](https://github.com/emdash-cms/emdash/commit/51cbe2e631c9d03284fa46721e43f92bc576eeb6), [`534f238`](https://github.com/emdash-cms/emdash/commit/534f23884fa1b79ab78a54a382f9acf381919dc6), [`72660da`](https://github.com/emdash-cms/emdash/commit/72660dabdb4a164f01d152741f89c0b7163c4314), [`640da63`](https://github.com/emdash-cms/emdash/commit/640da63dd06c307cf4d533d63c10da1feadb36f5), [`e7c445c`](https://github.com/emdash-cms/emdash/commit/e7c445ca0ee5bc3970909a1c07d41b14de5d3d79), [`ef78aa1`](https://github.com/emdash-cms/emdash/commit/ef78aa1dca816f1e47067554427ac325e73b22b1), [`7099d13`](https://github.com/emdash-cms/emdash/commit/7099d13062c9a36ff68aac2e1e4e85998199481d), [`1dd7f13`](https://github.com/emdash-cms/emdash/commit/1dd7f135a043701effeb164be4f5ae95d106fc78), [`447647d`](https://github.com/emdash-cms/emdash/commit/447647df53098a7c58779f716fd811ffe248271e), [`aec4fa1`](https://github.com/emdash-cms/emdash/commit/aec4fa175a244912e5c1df412d20645ce50365b5), [`8040e27`](https://github.com/emdash-cms/emdash/commit/8040e2792f469ce918ac52e73a2487c284be0d98)]: + - emdash@0.33.0 + - @emdash-cms/cloudflare@0.33.0 + ## 0.0.35 ### Patch Changes diff --git a/infra/cache-demo/package.json b/infra/cache-demo/package.json index 3897da9aa6..f17fd301fe 100644 --- a/infra/cache-demo/package.json +++ b/infra/cache-demo/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/cache-demo-site", - "version": "0.0.35", + "version": "0.0.36", "private": true, "type": "module", "scripts": { diff --git a/infra/do-demo/CHANGELOG.md b/infra/do-demo/CHANGELOG.md index 15f2de5977..fd6933a0b6 100644 --- a/infra/do-demo/CHANGELOG.md +++ b/infra/do-demo/CHANGELOG.md @@ -1,5 +1,13 @@ # @emdash-cms/do-demo-site +## 0.0.36 + +### Patch Changes + +- Updated dependencies [[`85dd99d`](https://github.com/emdash-cms/emdash/commit/85dd99d34810261bf25702d2798a9cab2ceeae58), [`51cbe2e`](https://github.com/emdash-cms/emdash/commit/51cbe2e631c9d03284fa46721e43f92bc576eeb6), [`534f238`](https://github.com/emdash-cms/emdash/commit/534f23884fa1b79ab78a54a382f9acf381919dc6), [`72660da`](https://github.com/emdash-cms/emdash/commit/72660dabdb4a164f01d152741f89c0b7163c4314), [`640da63`](https://github.com/emdash-cms/emdash/commit/640da63dd06c307cf4d533d63c10da1feadb36f5), [`e7c445c`](https://github.com/emdash-cms/emdash/commit/e7c445ca0ee5bc3970909a1c07d41b14de5d3d79), [`ef78aa1`](https://github.com/emdash-cms/emdash/commit/ef78aa1dca816f1e47067554427ac325e73b22b1), [`7099d13`](https://github.com/emdash-cms/emdash/commit/7099d13062c9a36ff68aac2e1e4e85998199481d), [`1dd7f13`](https://github.com/emdash-cms/emdash/commit/1dd7f135a043701effeb164be4f5ae95d106fc78), [`447647d`](https://github.com/emdash-cms/emdash/commit/447647df53098a7c58779f716fd811ffe248271e), [`aec4fa1`](https://github.com/emdash-cms/emdash/commit/aec4fa175a244912e5c1df412d20645ce50365b5), [`8040e27`](https://github.com/emdash-cms/emdash/commit/8040e2792f469ce918ac52e73a2487c284be0d98)]: + - emdash@0.33.0 + - @emdash-cms/cloudflare@0.33.0 + ## 0.0.35 ### Patch Changes diff --git a/infra/do-demo/package.json b/infra/do-demo/package.json index e09a325162..4d5a2f1439 100644 --- a/infra/do-demo/package.json +++ b/infra/do-demo/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/do-demo-site", - "version": "0.0.35", + "version": "0.0.36", "private": true, "type": "module", "scripts": { diff --git a/infra/do-solo-demo/CHANGELOG.md b/infra/do-solo-demo/CHANGELOG.md index 6ba0630fb2..ed2d9a156e 100644 --- a/infra/do-solo-demo/CHANGELOG.md +++ b/infra/do-solo-demo/CHANGELOG.md @@ -1,5 +1,13 @@ # @emdash-cms/do-solo-demo-site +## 0.0.36 + +### Patch Changes + +- Updated dependencies [[`85dd99d`](https://github.com/emdash-cms/emdash/commit/85dd99d34810261bf25702d2798a9cab2ceeae58), [`51cbe2e`](https://github.com/emdash-cms/emdash/commit/51cbe2e631c9d03284fa46721e43f92bc576eeb6), [`534f238`](https://github.com/emdash-cms/emdash/commit/534f23884fa1b79ab78a54a382f9acf381919dc6), [`72660da`](https://github.com/emdash-cms/emdash/commit/72660dabdb4a164f01d152741f89c0b7163c4314), [`640da63`](https://github.com/emdash-cms/emdash/commit/640da63dd06c307cf4d533d63c10da1feadb36f5), [`e7c445c`](https://github.com/emdash-cms/emdash/commit/e7c445ca0ee5bc3970909a1c07d41b14de5d3d79), [`ef78aa1`](https://github.com/emdash-cms/emdash/commit/ef78aa1dca816f1e47067554427ac325e73b22b1), [`7099d13`](https://github.com/emdash-cms/emdash/commit/7099d13062c9a36ff68aac2e1e4e85998199481d), [`1dd7f13`](https://github.com/emdash-cms/emdash/commit/1dd7f135a043701effeb164be4f5ae95d106fc78), [`447647d`](https://github.com/emdash-cms/emdash/commit/447647df53098a7c58779f716fd811ffe248271e), [`aec4fa1`](https://github.com/emdash-cms/emdash/commit/aec4fa175a244912e5c1df412d20645ce50365b5), [`8040e27`](https://github.com/emdash-cms/emdash/commit/8040e2792f469ce918ac52e73a2487c284be0d98)]: + - emdash@0.33.0 + - @emdash-cms/cloudflare@0.33.0 + ## 0.0.35 ### Patch Changes diff --git a/infra/do-solo-demo/package.json b/infra/do-solo-demo/package.json index d7a39153ec..e2720aa35e 100644 --- a/infra/do-solo-demo/package.json +++ b/infra/do-solo-demo/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/do-solo-demo-site", - "version": "0.0.35", + "version": "0.0.36", "private": true, "type": "module", "scripts": { diff --git a/packages/admin/CHANGELOG.md b/packages/admin/CHANGELOG.md index 0606ee56a7..565904a0b3 100644 --- a/packages/admin/CHANGELOG.md +++ b/packages/admin/CHANGELOG.md @@ -1,5 +1,25 @@ # @emdash-cms/admin +## 0.33.0 + +### Patch Changes + +- [#2363](https://github.com/emdash-cms/emdash/pull/2363) [`6215e93`](https://github.com/emdash-cms/emdash/commit/6215e93d4fde9529816c0ed0fffc79ecb9a08ec2) Thanks [@danielmlr](https://github.com/danielmlr)! - Fixes the publish button not appearing after an autosave on sites without i18n configured. The edit was saved, but the editor kept showing the entry as fully published until a reload. + +- [#2366](https://github.com/emdash-cms/emdash/pull/2366) [`28b17fd`](https://github.com/emdash-cms/emdash/commit/28b17fd0fd0e77b177f48c2542e97082658a2aeb) Thanks [@edrpls](https://github.com/edrpls)! - Fixes silent save failures when creating content in the admin: a rejected create — for example a slug that already exists in the collection — now shows a "Failed to save" toast with the server's message instead of doing nothing. + +- [#2258](https://github.com/emdash-cms/emdash/pull/2258) [`d9b76be`](https://github.com/emdash-cms/emdash/commit/d9b76bec4903d8f7185bf79dd348e87f78626e46) Thanks [@thefrana](https://github.com/thefrana)! - Adds Czech (Čeština) to the admin UI. Select it from the language picker on the + login page or in Settings. + +- [#2348](https://github.com/emdash-cms/emdash/pull/2348) [`640da63`](https://github.com/emdash-cms/emdash/commit/640da63dd06c307cf4d533d63c10da1feadb36f5) Thanks [@khoinguyenpham04](https://github.com/khoinguyenpham04)! - Fixes numbered lists restarting at 1 after intervening content blocks in the editor and rendered pages. + +- [#2301](https://github.com/emdash-cms/emdash/pull/2301) [`e61cb63`](https://github.com/emdash-cms/emdash/commit/e61cb63a94efefde7e0b33c3e26d693d1fce9ae7) Thanks [@ankit-fastcurveservices](https://github.com/ankit-fastcurveservices)! - Enables Hindi (हिन्दी) locale in the admin UI + +- [#2236](https://github.com/emdash-cms/emdash/pull/2236) [`2400a3e`](https://github.com/emdash-cms/emdash/commit/2400a3e8943beb77ccf11fa332c6648f95b419cc) Thanks [@bimsonz](https://github.com/bimsonz)! - Shows the derived title and description as placeholders in the SEO panel. `getSeoMeta` already falls back to an entry's own `data.title` and `data.excerpt` when the panel is empty, but the panel gave no sign of it, so empty inputs read as "unset". Editors either retyped the page title into the SEO title or concluded the page had no SEO at all. The SEO Title and Meta Description fields now show the value that will actually be used, so an empty field reads as inheriting it. No change to the generated meta. + +- Updated dependencies []: + - @emdash-cms/blocks@0.33.0 + ## 0.32.0 ### Patch Changes diff --git a/packages/admin/package.json b/packages/admin/package.json index 0d67979607..136f352681 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/admin", - "version": "0.32.0", + "version": "0.33.0", "description": "Admin UI for EmDash CMS", "type": "module", "main": "dist/index.js", diff --git a/packages/auth-atproto/CHANGELOG.md b/packages/auth-atproto/CHANGELOG.md index 9600bba188..3015699181 100644 --- a/packages/auth-atproto/CHANGELOG.md +++ b/packages/auth-atproto/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/auth-atproto +## 0.2.33 + +### Patch Changes + +- Updated dependencies []: + - @emdash-cms/auth@0.33.0 + ## 0.2.32 ### Patch Changes diff --git a/packages/auth-atproto/package.json b/packages/auth-atproto/package.json index c60ff0c5bf..651bf43a5b 100644 --- a/packages/auth-atproto/package.json +++ b/packages/auth-atproto/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/auth-atproto", - "version": "0.2.32", + "version": "0.2.33", "description": "AT Protocol / Atmosphere authentication provider for EmDash CMS", "type": "module", "main": "src/auth.ts", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index c5be99eaee..2cd3c7d4c3 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,7 @@ # @emdash-cms/auth +## 0.33.0 + ## 0.32.0 ## 0.31.1 diff --git a/packages/auth/package.json b/packages/auth/package.json index 3a9f658d4f..ddcfafedd2 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/auth", - "version": "0.32.0", + "version": "0.33.0", "description": "Passkey-first authentication for EmDash", "type": "module", "main": "dist/index.mjs", diff --git a/packages/blocks/CHANGELOG.md b/packages/blocks/CHANGELOG.md index 24e1377379..cf74240ca8 100644 --- a/packages/blocks/CHANGELOG.md +++ b/packages/blocks/CHANGELOG.md @@ -1,5 +1,7 @@ # @emdash-cms/blocks +## 0.33.0 + ## 0.32.0 ## 0.31.1 diff --git a/packages/blocks/package.json b/packages/blocks/package.json index 561d00e14f..b313012e46 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/blocks", - "version": "0.32.0", + "version": "0.33.0", "description": "Declarative plugin UI blocks for EmDash CMS", "type": "module", "main": "dist/index.js", diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index ea140fbc45..15388b7bc5 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,14 @@ # @emdash-cms/cloudflare +## 0.33.0 + +### Patch Changes + +- [#2277](https://github.com/emdash-cms/emdash/pull/2277) [`51cbe2e`](https://github.com/emdash-cms/emdash/commit/51cbe2e631c9d03284fa46721e43f92bc576eeb6) Thanks [@scottbuscemi](https://github.com/scottbuscemi)! - Deprecates `cloudflareCache()` (legacy Cache API + zone REST purge). It now emits a one-time console warning and is marked `@deprecated` in types. New sites should use native Workers Caching (`"cache": { "enabled": true }` in wrangler plus `cacheCloudflare()` from `@astrojs/cloudflare/cache`) and purge with `cache.purge()` — no zone ID or Cache Purge API token. + +- Updated dependencies [[`85dd99d`](https://github.com/emdash-cms/emdash/commit/85dd99d34810261bf25702d2798a9cab2ceeae58), [`534f238`](https://github.com/emdash-cms/emdash/commit/534f23884fa1b79ab78a54a382f9acf381919dc6), [`72660da`](https://github.com/emdash-cms/emdash/commit/72660dabdb4a164f01d152741f89c0b7163c4314), [`640da63`](https://github.com/emdash-cms/emdash/commit/640da63dd06c307cf4d533d63c10da1feadb36f5), [`e7c445c`](https://github.com/emdash-cms/emdash/commit/e7c445ca0ee5bc3970909a1c07d41b14de5d3d79), [`ef78aa1`](https://github.com/emdash-cms/emdash/commit/ef78aa1dca816f1e47067554427ac325e73b22b1), [`7099d13`](https://github.com/emdash-cms/emdash/commit/7099d13062c9a36ff68aac2e1e4e85998199481d), [`1dd7f13`](https://github.com/emdash-cms/emdash/commit/1dd7f135a043701effeb164be4f5ae95d106fc78), [`447647d`](https://github.com/emdash-cms/emdash/commit/447647df53098a7c58779f716fd811ffe248271e), [`aec4fa1`](https://github.com/emdash-cms/emdash/commit/aec4fa175a244912e5c1df412d20645ce50365b5), [`8040e27`](https://github.com/emdash-cms/emdash/commit/8040e2792f469ce918ac52e73a2487c284be0d98)]: + - emdash@0.33.0 + ## 0.32.0 ### Minor Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 4149183971..b6bac0babf 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/cloudflare", - "version": "0.32.0", + "version": "0.33.0", "description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox", "type": "module", "main": "dist/index.mjs", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 68a555de34..fa91f12f24 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,38 @@ # emdash +## 0.33.0 + +### Minor Changes + +- [#2044](https://github.com/emdash-cms/emdash/pull/2044) [`534f238`](https://github.com/emdash-cms/emdash/commit/534f23884fa1b79ab78a54a382f9acf381919dc6) Thanks [@scottbuscemi](https://github.com/scottbuscemi)! - Adds `emdash/ui/comments` for `Comments` and `CommentForm` so their CSS only loads on pages that import them. Importing from `emdash/ui` still works but is deprecated and will be removed in 1.0 — prefer `import { Comments, CommentForm } from "emdash/ui/comments"`. + +### Patch Changes + +- [#2304](https://github.com/emdash-cms/emdash/pull/2304) [`85dd99d`](https://github.com/emdash-cms/emdash/commit/85dd99d34810261bf25702d2798a9cab2ceeae58) Thanks [@edrpls](https://github.com/edrpls)! - Fixes sites that don't use bylines paying dead byline lookup queries on every content read. When the bylines table is empty, entries with an author no longer send hydration down the byline query path — the folded result is served directly, removing the wasted round trips from anonymous page renders. + +- [#2349](https://github.com/emdash-cms/emdash/pull/2349) [`72660da`](https://github.com/emdash-cms/emdash/commit/72660dabdb4a164f01d152741f89c0b7163c4314) Thanks [@khoinguyenpham04](https://github.com/khoinguyenpham04)! - Fixes scheduled content appearing publicly before its staged slug and content are atomically published. + +- [#2348](https://github.com/emdash-cms/emdash/pull/2348) [`640da63`](https://github.com/emdash-cms/emdash/commit/640da63dd06c307cf4d533d63c10da1feadb36f5) Thanks [@khoinguyenpham04](https://github.com/khoinguyenpham04)! - Fixes numbered lists restarting at 1 after intervening content blocks in the editor and rendered pages. + +- [#2257](https://github.com/emdash-cms/emdash/pull/2257) [`e7c445c`](https://github.com/emdash-cms/emdash/commit/e7c445ca0ee5bc3970909a1c07d41b14de5d3d79) Thanks [@mvanhorn](https://github.com/mvanhorn)! - Adds per-collection search tokenizers so multilingual content can use trigram or non-stemming Unicode search. + +- [#2370](https://github.com/emdash-cms/emdash/pull/2370) [`ef78aa1`](https://github.com/emdash-cms/emdash/commit/ef78aa1dca816f1e47067554427ac325e73b22b1) Thanks [@danielmlr](https://github.com/danielmlr)! - Fixes outbound email links (magic link, invites, signup confirmation, account recovery, comment notifications) ignoring the configured `siteUrl`. The configured origin — `siteUrl` in the integration options or the `EMDASH_SITE_URL`/`SITE_URL` environment variables — now takes precedence over the origin stored during setup, so a site set up on a temporary domain no longer needs a manual database edit to correct its email links. + +- [#2308](https://github.com/emdash-cms/emdash/pull/2308) [`7099d13`](https://github.com/emdash-cms/emdash/commit/7099d13062c9a36ff68aac2e1e4e85998199481d) Thanks [@edrpls](https://github.com/edrpls)! - Fixes plugin-declared storage indexes never being created. Indexes declared in a plugin manifest's `storage` section are now materialized on marketplace/registry install and update, dropped on uninstall, and synced for configured plugins on the scheduler tick — so plugin storage queries (like the audit-log dashboard widgets) use an index instead of scanning the whole table. The index shape also changed to a composite that SQLite actually uses on D1, where table statistics are never collected. + +- [#2251](https://github.com/emdash-cms/emdash/pull/2251) [`1dd7f13`](https://github.com/emdash-cms/emdash/commit/1dd7f135a043701effeb164be4f5ae95d106fc78) Thanks [@dchaudhari7177](https://github.com/dchaudhari7177)! - Normalize media values inside repeater image sub-fields. A bare media id posted via the REST API into a repeater sub-field is now normalized into a full `MediaValue` (the same treatment top-level image/file fields already get), instead of being stored verbatim and rendered as "Image not found" in the admin. + +- [#2214](https://github.com/emdash-cms/emdash/pull/2214) [`447647d`](https://github.com/emdash-cms/emdash/commit/447647df53098a7c58779f716fd811ffe248271e) Thanks [@marcusbellamyshaw-cell](https://github.com/marcusbellamyshaw-cell)! - Fixes public routes on `sandboxed: []` (config-declared) plugins requiring authentication regardless of the plugin's own `public: true` declaration. Declare `routes` (and optionally `hooks`) on the plugin's descriptor to have them honored, the same way `adminPages`/`capabilities` already are. + +- [#2315](https://github.com/emdash-cms/emdash/pull/2315) [`aec4fa1`](https://github.com/emdash-cms/emdash/commit/aec4fa175a244912e5c1df412d20645ce50365b5) Thanks [@edrpls](https://github.com/edrpls)! - Fixes renaming a translation taking its canonical page offline. When two locale variants share a slug, renaming either one created a 301 away from a URL the other still serves, making the live page unreachable. Slug-change redirects are now skipped when another entry still holds the old slug. + +- [#2328](https://github.com/emdash-cms/emdash/pull/2328) [`8040e27`](https://github.com/emdash-cms/emdash/commit/8040e2792f469ce918ac52e73a2487c284be0d98) Thanks [@MA2153](https://github.com/MA2153)! - Fixes translation lookups reading every non-deleted row of a content table. Content tables now carry `(translation_group, locale)` and `(deleted_at, translation_group, locale)` indexes, replacing the single-column `translation_group` one, so fetching an entry's translations — one entry's, a whole page's, or a menu link's target — seeks straight to the group instead of scanning. The improvement is largest on big collections and on D1, where the query planner has no statistics to fall back on. + +- Updated dependencies [[`6215e93`](https://github.com/emdash-cms/emdash/commit/6215e93d4fde9529816c0ed0fffc79ecb9a08ec2), [`28b17fd`](https://github.com/emdash-cms/emdash/commit/28b17fd0fd0e77b177f48c2542e97082658a2aeb), [`d9b76be`](https://github.com/emdash-cms/emdash/commit/d9b76bec4903d8f7185bf79dd348e87f78626e46), [`640da63`](https://github.com/emdash-cms/emdash/commit/640da63dd06c307cf4d533d63c10da1feadb36f5), [`e61cb63`](https://github.com/emdash-cms/emdash/commit/e61cb63a94efefde7e0b33c3e26d693d1fce9ae7), [`2400a3e`](https://github.com/emdash-cms/emdash/commit/2400a3e8943beb77ccf11fa332c6648f95b419cc)]: + - @emdash-cms/admin@0.33.0 + - @emdash-cms/auth@0.33.0 + - @emdash-cms/gutenberg-to-portable-text@0.33.0 + ## 0.32.0 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index b1744fcb1f..882f6d4121 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "emdash", - "version": "0.32.0", + "version": "0.33.0", "description": "Astro-native CMS with WordPress migration support", "type": "module", "main": "dist/index.mjs", diff --git a/packages/create-emdash/CHANGELOG.md b/packages/create-emdash/CHANGELOG.md index 8aeb455099..9d9eed4e40 100644 --- a/packages/create-emdash/CHANGELOG.md +++ b/packages/create-emdash/CHANGELOG.md @@ -1,5 +1,7 @@ # create-emdash +## 0.33.0 + ## 0.32.0 ## 0.31.1 diff --git a/packages/create-emdash/package.json b/packages/create-emdash/package.json index f0624a56db..2789a7e08e 100644 --- a/packages/create-emdash/package.json +++ b/packages/create-emdash/package.json @@ -1,6 +1,6 @@ { "name": "create-emdash", - "version": "0.32.0", + "version": "0.33.0", "description": "Create a new EmDash CMS project", "type": "module", "bin": "./dist/index.mjs", diff --git a/packages/gutenberg-to-portable-text/CHANGELOG.md b/packages/gutenberg-to-portable-text/CHANGELOG.md index d08a9a18ec..a60c8a1dab 100644 --- a/packages/gutenberg-to-portable-text/CHANGELOG.md +++ b/packages/gutenberg-to-portable-text/CHANGELOG.md @@ -1,5 +1,7 @@ # @emdash-cms/gutenberg-to-portable-text +## 0.33.0 + ## 0.32.0 ## 0.31.1 diff --git a/packages/gutenberg-to-portable-text/package.json b/packages/gutenberg-to-portable-text/package.json index 4321efc28a..fb111c27b0 100644 --- a/packages/gutenberg-to-portable-text/package.json +++ b/packages/gutenberg-to-portable-text/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/gutenberg-to-portable-text", - "version": "0.32.0", + "version": "0.33.0", "description": "Convert WordPress Gutenberg blocks to Portable Text", "type": "module", "main": "dist/index.mjs", diff --git a/packages/plugins/embeds/CHANGELOG.md b/packages/plugins/embeds/CHANGELOG.md index bf7672dd6d..7c2c9c16d7 100644 --- a/packages/plugins/embeds/CHANGELOG.md +++ b/packages/plugins/embeds/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/plugin-embeds +## 0.1.41 + +### Patch Changes + +- Updated dependencies []: + - @emdash-cms/blocks@0.33.0 + ## 0.1.40 ### Patch Changes diff --git a/packages/plugins/embeds/package.json b/packages/plugins/embeds/package.json index bf2f7cedf3..8f10cbfa41 100644 --- a/packages/plugins/embeds/package.json +++ b/packages/plugins/embeds/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/plugin-embeds", - "version": "0.1.40", + "version": "0.1.41", "description": "Embed blocks for EmDash CMS - YouTube, Vimeo, Twitter, Bluesky, Mastodon, and more", "type": "module", "main": "src/index.ts", diff --git a/packages/plugins/mcp-smoke/CHANGELOG.md b/packages/plugins/mcp-smoke/CHANGELOG.md index 8dc6f1e5b1..843bfa15c3 100644 --- a/packages/plugins/mcp-smoke/CHANGELOG.md +++ b/packages/plugins/mcp-smoke/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/plugin-mcp-smoke +## 4.0.0 + +### Patch Changes + +- Updated dependencies [[`85dd99d`](https://github.com/emdash-cms/emdash/commit/85dd99d34810261bf25702d2798a9cab2ceeae58), [`534f238`](https://github.com/emdash-cms/emdash/commit/534f23884fa1b79ab78a54a382f9acf381919dc6), [`72660da`](https://github.com/emdash-cms/emdash/commit/72660dabdb4a164f01d152741f89c0b7163c4314), [`640da63`](https://github.com/emdash-cms/emdash/commit/640da63dd06c307cf4d533d63c10da1feadb36f5), [`e7c445c`](https://github.com/emdash-cms/emdash/commit/e7c445ca0ee5bc3970909a1c07d41b14de5d3d79), [`ef78aa1`](https://github.com/emdash-cms/emdash/commit/ef78aa1dca816f1e47067554427ac325e73b22b1), [`7099d13`](https://github.com/emdash-cms/emdash/commit/7099d13062c9a36ff68aac2e1e4e85998199481d), [`1dd7f13`](https://github.com/emdash-cms/emdash/commit/1dd7f135a043701effeb164be4f5ae95d106fc78), [`447647d`](https://github.com/emdash-cms/emdash/commit/447647df53098a7c58779f716fd811ffe248271e), [`aec4fa1`](https://github.com/emdash-cms/emdash/commit/aec4fa175a244912e5c1df412d20645ce50365b5), [`8040e27`](https://github.com/emdash-cms/emdash/commit/8040e2792f469ce918ac52e73a2487c284be0d98)]: + - emdash@0.33.0 + ## 3.0.0 ### Patch Changes diff --git a/packages/plugins/mcp-smoke/package.json b/packages/plugins/mcp-smoke/package.json index 8f05acbffe..c1959f8c6a 100644 --- a/packages/plugins/mcp-smoke/package.json +++ b/packages/plugins/mcp-smoke/package.json @@ -1,7 +1,7 @@ { "name": "@emdash-cms/plugin-mcp-smoke", "private": true, - "version": "3.0.0", + "version": "4.0.0", "description": "Test fixture for end-to-end plugin MCP verification", "type": "module", "exports": { diff --git a/packages/workerd/CHANGELOG.md b/packages/workerd/CHANGELOG.md index aa3717c5fd..851ba8c062 100644 --- a/packages/workerd/CHANGELOG.md +++ b/packages/workerd/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/sandbox-workerd +## 0.3.4 + +### Patch Changes + +- Updated dependencies [[`85dd99d`](https://github.com/emdash-cms/emdash/commit/85dd99d34810261bf25702d2798a9cab2ceeae58), [`534f238`](https://github.com/emdash-cms/emdash/commit/534f23884fa1b79ab78a54a382f9acf381919dc6), [`72660da`](https://github.com/emdash-cms/emdash/commit/72660dabdb4a164f01d152741f89c0b7163c4314), [`640da63`](https://github.com/emdash-cms/emdash/commit/640da63dd06c307cf4d533d63c10da1feadb36f5), [`e7c445c`](https://github.com/emdash-cms/emdash/commit/e7c445ca0ee5bc3970909a1c07d41b14de5d3d79), [`ef78aa1`](https://github.com/emdash-cms/emdash/commit/ef78aa1dca816f1e47067554427ac325e73b22b1), [`7099d13`](https://github.com/emdash-cms/emdash/commit/7099d13062c9a36ff68aac2e1e4e85998199481d), [`1dd7f13`](https://github.com/emdash-cms/emdash/commit/1dd7f135a043701effeb164be4f5ae95d106fc78), [`447647d`](https://github.com/emdash-cms/emdash/commit/447647df53098a7c58779f716fd811ffe248271e), [`aec4fa1`](https://github.com/emdash-cms/emdash/commit/aec4fa175a244912e5c1df412d20645ce50365b5), [`8040e27`](https://github.com/emdash-cms/emdash/commit/8040e2792f469ce918ac52e73a2487c284be0d98)]: + - emdash@0.33.0 + ## 0.3.3 ### Patch Changes diff --git a/packages/workerd/package.json b/packages/workerd/package.json index de75fd63d4..484687a345 100644 --- a/packages/workerd/package.json +++ b/packages/workerd/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/sandbox-workerd", - "version": "0.3.3", + "version": "0.3.4", "description": "workerd-based plugin sandbox for EmDash on Node.js", "type": "module", "main": "dist/index.mjs", diff --git a/packages/x402/CHANGELOG.md b/packages/x402/CHANGELOG.md index 74f5d530d0..55d7f64410 100644 --- a/packages/x402/CHANGELOG.md +++ b/packages/x402/CHANGELOG.md @@ -1,5 +1,7 @@ # @emdash-cms/x402 +## 0.33.0 + ## 0.32.0 ## 0.31.1 diff --git a/packages/x402/package.json b/packages/x402/package.json index 4d10fe4416..702094074f 100644 --- a/packages/x402/package.json +++ b/packages/x402/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/x402", - "version": "0.32.0", + "version": "0.33.0", "description": "x402 payment protocol integration for Astro sites", "license": "MIT", "repository": {