From dfc704dee9e51494648b6a9469606223cb291319 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:30:13 +0000 Subject: [PATCH] ci: release --- .changeset/add-cloudflare-d1-migrations.md | 5 ---- .changeset/add-deployment-migrate-cli.md | 5 ---- .../add-hyperdrive-direct-migrations.md | 5 ---- .changeset/admin-dev-source-alias.md | 5 ---- .changeset/deployment-migration-manifest.md | 5 ---- .changeset/deployment-migration-primitives.md | 5 ---- .changeset/direct-migration-adapters.md | 5 ---- .changeset/lingui-macro-dev-browser.md | 5 ---- .changeset/live-editing-module-runner.md | 5 ---- .changeset/media-storage-quota.md | 5 ---- .changeset/runtime-migration-policy.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 | 7 +++++ 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 | 13 +++++++++ packages/cloudflare/package.json | 2 +- packages/core/CHANGELOG.md | 29 +++++++++++++++++++ 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 +- 45 files changed, 144 insertions(+), 72 deletions(-) delete mode 100644 .changeset/add-cloudflare-d1-migrations.md delete mode 100644 .changeset/add-deployment-migrate-cli.md delete mode 100644 .changeset/add-hyperdrive-direct-migrations.md delete mode 100644 .changeset/admin-dev-source-alias.md delete mode 100644 .changeset/deployment-migration-manifest.md delete mode 100644 .changeset/deployment-migration-primitives.md delete mode 100644 .changeset/direct-migration-adapters.md delete mode 100644 .changeset/lingui-macro-dev-browser.md delete mode 100644 .changeset/live-editing-module-runner.md delete mode 100644 .changeset/media-storage-quota.md delete mode 100644 .changeset/runtime-migration-policy.md diff --git a/.changeset/add-cloudflare-d1-migrations.md b/.changeset/add-cloudflare-d1-migrations.md deleted file mode 100644 index 8cb5df7821..0000000000 --- a/.changeset/add-cloudflare-d1-migrations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@emdash-cms/cloudflare": minor ---- - -Adds deployment-managed D1 migrations through Cloudflare's authenticated REST API. diff --git a/.changeset/add-deployment-migrate-cli.md b/.changeset/add-deployment-migrate-cli.md deleted file mode 100644 index e1cbae3c2b..0000000000 --- a/.changeset/add-deployment-migrate-cli.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": minor ---- - -Adds `emdash migrate` for checking, reporting, and safely applying the exact core migration set recorded by a deployment build. diff --git a/.changeset/add-hyperdrive-direct-migrations.md b/.changeset/add-hyperdrive-direct-migrations.md deleted file mode 100644 index dffdca05af..0000000000 --- a/.changeset/add-hyperdrive-direct-migrations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@emdash-cms/cloudflare": minor ---- - -Adds deployment-managed migrations for PostgreSQL databases reached directly alongside a Hyperdrive deployment. diff --git a/.changeset/admin-dev-source-alias.md b/.changeset/admin-dev-source-alias.md deleted file mode 100644 index 7ce6fdbe8c..0000000000 --- a/.changeset/admin-dev-source-alias.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Fixes local monorepo development so the admin source is used for live updates without requiring an environment variable. diff --git a/.changeset/deployment-migration-manifest.md b/.changeset/deployment-migration-manifest.md deleted file mode 100644 index 5c8efe6b24..0000000000 --- a/.changeset/deployment-migration-manifest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": minor ---- - -Adds a validated, secret-free deployment migration manifest during Astro build and sync so deployment tooling can run the exact migrations bundled with the site. diff --git a/.changeset/deployment-migration-primitives.md b/.changeset/deployment-migration-primitives.md deleted file mode 100644 index 8d72784772..0000000000 --- a/.changeset/deployment-migration-primitives.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": minor ---- - -Adds public migration identity and exact-status APIs so deployment tooling can verify and run the same core migration set as the installed EmDash version. diff --git a/.changeset/direct-migration-adapters.md b/.changeset/direct-migration-adapters.md deleted file mode 100644 index d3c3819752..0000000000 --- a/.changeset/direct-migration-adapters.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": minor ---- - -Adds deployment migration executors for the built-in SQLite, libSQL, and PostgreSQL database adapters with secret-free build metadata. diff --git a/.changeset/lingui-macro-dev-browser.md b/.changeset/lingui-macro-dev-browser.md deleted file mode 100644 index 6e7457139c..0000000000 --- a/.changeset/lingui-macro-dev-browser.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Fixes Lingui macro handling in the Astro development server so the admin loads correctly in browser environments. diff --git a/.changeset/live-editing-module-runner.md b/.changeset/live-editing-module-runner.md deleted file mode 100644 index bab148d113..0000000000 --- a/.changeset/live-editing-module-runner.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": patch ---- - -Fixes live content editing in Astro development when the Vite module runner is restarted. diff --git a/.changeset/media-storage-quota.md b/.changeset/media-storage-quota.md deleted file mode 100644 index 3377024143..0000000000 --- a/.changeset/media-storage-quota.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": minor ---- - -Adds a code-configured media storage quota with remaining-space visibility in the admin media library. diff --git a/.changeset/runtime-migration-policy.md b/.changeset/runtime-migration-policy.md deleted file mode 100644 index b6c5d181db..0000000000 --- a/.changeset/runtime-migration-policy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": minor ---- - -Adds `auto`, `check`, and `manual` runtime migration modes so deployments can verify or manage core database migrations before application traffic while existing sites remain on automatic migrations by default. diff --git a/fixtures/perf-site/CHANGELOG.md b/fixtures/perf-site/CHANGELOG.md index d08d3271e1..5e58ec9d2f 100644 --- a/fixtures/perf-site/CHANGELOG.md +++ b/fixtures/perf-site/CHANGELOG.md @@ -1,5 +1,13 @@ # @emdash-cms/fixture-perf-site +## 0.0.38 + +### Patch Changes + +- Updated dependencies [[`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6), [`0aa1bc8`](https://github.com/emdash-cms/emdash/commit/0aa1bc84a3a652b31ffb15cfd7c2d4b767b83e37), [`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6), [`c0a4775`](https://github.com/emdash-cms/emdash/commit/c0a477543d7201782317caafcdd9314618cb19fa), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`50628fc`](https://github.com/emdash-cms/emdash/commit/50628fc99080ecf06a22a05379c24345c09dc5fd), [`da913fe`](https://github.com/emdash-cms/emdash/commit/da913fec6e69279c012c0ee753cb4764621adc3e), [`a9eb247`](https://github.com/emdash-cms/emdash/commit/a9eb2478a1f0c996f8fc126c201e14971ee42cea), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b)]: + - @emdash-cms/cloudflare@0.35.0 + - emdash@0.35.0 + ## 0.0.37 ### Patch Changes diff --git a/fixtures/perf-site/package.json b/fixtures/perf-site/package.json index da067220bc..77f22a257e 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.37", + "version": "0.0.38", "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 9f929284aa..24d4f03596 100644 --- a/infra/blog-demo/CHANGELOG.md +++ b/infra/blog-demo/CHANGELOG.md @@ -1,5 +1,13 @@ # @emdash-cms/perf-demo-site +## 0.0.38 + +### Patch Changes + +- Updated dependencies [[`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6), [`0aa1bc8`](https://github.com/emdash-cms/emdash/commit/0aa1bc84a3a652b31ffb15cfd7c2d4b767b83e37), [`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6), [`c0a4775`](https://github.com/emdash-cms/emdash/commit/c0a477543d7201782317caafcdd9314618cb19fa), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`50628fc`](https://github.com/emdash-cms/emdash/commit/50628fc99080ecf06a22a05379c24345c09dc5fd), [`da913fe`](https://github.com/emdash-cms/emdash/commit/da913fec6e69279c012c0ee753cb4764621adc3e), [`a9eb247`](https://github.com/emdash-cms/emdash/commit/a9eb2478a1f0c996f8fc126c201e14971ee42cea), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b)]: + - @emdash-cms/cloudflare@0.35.0 + - emdash@0.35.0 + ## 0.0.37 ### Patch Changes diff --git a/infra/blog-demo/package.json b/infra/blog-demo/package.json index 714d5359a9..f3887cc758 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.37", + "version": "0.0.38", "private": true, "type": "module", "scripts": { diff --git a/infra/cache-demo/CHANGELOG.md b/infra/cache-demo/CHANGELOG.md index 49fbc2d7dc..7d29753afe 100644 --- a/infra/cache-demo/CHANGELOG.md +++ b/infra/cache-demo/CHANGELOG.md @@ -1,5 +1,13 @@ # @emdash-cms/cache-demo-site +## 0.0.38 + +### Patch Changes + +- Updated dependencies [[`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6), [`0aa1bc8`](https://github.com/emdash-cms/emdash/commit/0aa1bc84a3a652b31ffb15cfd7c2d4b767b83e37), [`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6), [`c0a4775`](https://github.com/emdash-cms/emdash/commit/c0a477543d7201782317caafcdd9314618cb19fa), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`50628fc`](https://github.com/emdash-cms/emdash/commit/50628fc99080ecf06a22a05379c24345c09dc5fd), [`da913fe`](https://github.com/emdash-cms/emdash/commit/da913fec6e69279c012c0ee753cb4764621adc3e), [`a9eb247`](https://github.com/emdash-cms/emdash/commit/a9eb2478a1f0c996f8fc126c201e14971ee42cea), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b)]: + - @emdash-cms/cloudflare@0.35.0 + - emdash@0.35.0 + ## 0.0.37 ### Patch Changes diff --git a/infra/cache-demo/package.json b/infra/cache-demo/package.json index ea5fbf173c..ea53b5e759 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.37", + "version": "0.0.38", "private": true, "type": "module", "scripts": { diff --git a/infra/do-demo/CHANGELOG.md b/infra/do-demo/CHANGELOG.md index cc51e7776f..62a412b794 100644 --- a/infra/do-demo/CHANGELOG.md +++ b/infra/do-demo/CHANGELOG.md @@ -1,5 +1,13 @@ # @emdash-cms/do-demo-site +## 0.0.38 + +### Patch Changes + +- Updated dependencies [[`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6), [`0aa1bc8`](https://github.com/emdash-cms/emdash/commit/0aa1bc84a3a652b31ffb15cfd7c2d4b767b83e37), [`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6), [`c0a4775`](https://github.com/emdash-cms/emdash/commit/c0a477543d7201782317caafcdd9314618cb19fa), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`50628fc`](https://github.com/emdash-cms/emdash/commit/50628fc99080ecf06a22a05379c24345c09dc5fd), [`da913fe`](https://github.com/emdash-cms/emdash/commit/da913fec6e69279c012c0ee753cb4764621adc3e), [`a9eb247`](https://github.com/emdash-cms/emdash/commit/a9eb2478a1f0c996f8fc126c201e14971ee42cea), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b)]: + - @emdash-cms/cloudflare@0.35.0 + - emdash@0.35.0 + ## 0.0.37 ### Patch Changes diff --git a/infra/do-demo/package.json b/infra/do-demo/package.json index 40c86db6bd..7937171d31 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.37", + "version": "0.0.38", "private": true, "type": "module", "scripts": { diff --git a/infra/do-solo-demo/CHANGELOG.md b/infra/do-solo-demo/CHANGELOG.md index a506f92370..e823f3f324 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.38 + +### Patch Changes + +- Updated dependencies [[`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6), [`0aa1bc8`](https://github.com/emdash-cms/emdash/commit/0aa1bc84a3a652b31ffb15cfd7c2d4b767b83e37), [`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6), [`c0a4775`](https://github.com/emdash-cms/emdash/commit/c0a477543d7201782317caafcdd9314618cb19fa), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`50628fc`](https://github.com/emdash-cms/emdash/commit/50628fc99080ecf06a22a05379c24345c09dc5fd), [`da913fe`](https://github.com/emdash-cms/emdash/commit/da913fec6e69279c012c0ee753cb4764621adc3e), [`a9eb247`](https://github.com/emdash-cms/emdash/commit/a9eb2478a1f0c996f8fc126c201e14971ee42cea), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b)]: + - @emdash-cms/cloudflare@0.35.0 + - emdash@0.35.0 + ## 0.0.37 ### Patch Changes diff --git a/infra/do-solo-demo/package.json b/infra/do-solo-demo/package.json index 5d270c5bd5..61a451c617 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.37", + "version": "0.0.38", "private": true, "type": "module", "scripts": { diff --git a/packages/admin/CHANGELOG.md b/packages/admin/CHANGELOG.md index 5289f19f17..b2c273134e 100644 --- a/packages/admin/CHANGELOG.md +++ b/packages/admin/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/admin +## 0.35.0 + +### Patch Changes + +- Updated dependencies []: + - @emdash-cms/blocks@0.35.0 + ## 0.34.0 ### Minor Changes diff --git a/packages/admin/package.json b/packages/admin/package.json index ce8c1cdb1a..cd8d10ad6d 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/admin", - "version": "0.34.0", + "version": "0.35.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 5914912834..7b19d4a011 100644 --- a/packages/auth-atproto/CHANGELOG.md +++ b/packages/auth-atproto/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/auth-atproto +## 0.2.35 + +### Patch Changes + +- Updated dependencies []: + - @emdash-cms/auth@0.35.0 + ## 0.2.34 ### Patch Changes diff --git a/packages/auth-atproto/package.json b/packages/auth-atproto/package.json index 9b72c1956b..63d51a75a6 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.34", + "version": "0.2.35", "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 67bc679322..5772031d5c 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,7 @@ # @emdash-cms/auth +## 0.35.0 + ## 0.34.0 ## 0.33.0 diff --git a/packages/auth/package.json b/packages/auth/package.json index e993e46c57..0b56f7aea9 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/auth", - "version": "0.34.0", + "version": "0.35.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 6c8bd6fe8f..dbd3f3db99 100644 --- a/packages/blocks/CHANGELOG.md +++ b/packages/blocks/CHANGELOG.md @@ -1,5 +1,7 @@ # @emdash-cms/blocks +## 0.35.0 + ## 0.34.0 ## 0.33.0 diff --git a/packages/blocks/package.json b/packages/blocks/package.json index f3d956959f..57fb352123 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/blocks", - "version": "0.34.0", + "version": "0.35.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 c2c43e3c88..3ec20b95ad 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,18 @@ # @emdash-cms/cloudflare +## 0.35.0 + +### Minor Changes + +- [#2439](https://github.com/emdash-cms/emdash/pull/2439) [`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds deployment-managed D1 migrations through Cloudflare's authenticated REST API. + +- [#2439](https://github.com/emdash-cms/emdash/pull/2439) [`340743b`](https://github.com/emdash-cms/emdash/commit/340743b3e9f7e79f3755fe612901f7ec3fd8efc6) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds deployment-managed migrations for PostgreSQL databases reached directly alongside a Hyperdrive deployment. + +### Patch Changes + +- Updated dependencies [[`0aa1bc8`](https://github.com/emdash-cms/emdash/commit/0aa1bc84a3a652b31ffb15cfd7c2d4b767b83e37), [`c0a4775`](https://github.com/emdash-cms/emdash/commit/c0a477543d7201782317caafcdd9314618cb19fa), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`50628fc`](https://github.com/emdash-cms/emdash/commit/50628fc99080ecf06a22a05379c24345c09dc5fd), [`da913fe`](https://github.com/emdash-cms/emdash/commit/da913fec6e69279c012c0ee753cb4764621adc3e), [`a9eb247`](https://github.com/emdash-cms/emdash/commit/a9eb2478a1f0c996f8fc126c201e14971ee42cea), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b)]: + - emdash@0.35.0 + ## 0.34.0 ### Minor Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index fa7124d94d..cf7ea8aa13 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/cloudflare", - "version": "0.34.0", + "version": "0.35.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 a4d376fd2f..146198a17a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,34 @@ # emdash +## 0.35.0 + +### Minor Changes + +- [#2438](https://github.com/emdash-cms/emdash/pull/2438) [`0aa1bc8`](https://github.com/emdash-cms/emdash/commit/0aa1bc84a3a652b31ffb15cfd7c2d4b767b83e37) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds `emdash migrate` for checking, reporting, and safely applying the exact core migration set recorded by a deployment build. + +- [#2437](https://github.com/emdash-cms/emdash/pull/2437) [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds a validated, secret-free deployment migration manifest during Astro build and sync so deployment tooling can run the exact migrations bundled with the site. + +- [#2437](https://github.com/emdash-cms/emdash/pull/2437) [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds public migration identity and exact-status APIs so deployment tooling can verify and run the same core migration set as the installed EmDash version. + +- [#2437](https://github.com/emdash-cms/emdash/pull/2437) [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds deployment migration executors for the built-in SQLite, libSQL, and PostgreSQL database adapters with secret-free build metadata. + +- [`a9eb247`](https://github.com/emdash-cms/emdash/commit/a9eb2478a1f0c996f8fc126c201e14971ee42cea) Thanks [@jonico22](https://github.com/jonico22)! - Adds a code-configured media storage quota with remaining-space visibility in the admin media library. + +- [#2437](https://github.com/emdash-cms/emdash/pull/2437) [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds `auto`, `check`, and `manual` runtime migration modes so deployments can verify or manage core database migrations before application traffic while existing sites remain on automatic migrations by default. + +### Patch Changes + +- [`c0a4775`](https://github.com/emdash-cms/emdash/commit/c0a477543d7201782317caafcdd9314618cb19fa) Thanks [@jonico22](https://github.com/jonico22)! - Fixes local monorepo development so the admin source is used for live updates without requiring an environment variable. + +- [`50628fc`](https://github.com/emdash-cms/emdash/commit/50628fc99080ecf06a22a05379c24345c09dc5fd) Thanks [@jonico22](https://github.com/jonico22)! - Fixes Lingui macro handling in the Astro development server so the admin loads correctly in browser environments. + +- [`da913fe`](https://github.com/emdash-cms/emdash/commit/da913fec6e69279c012c0ee753cb4764621adc3e) Thanks [@jonico22](https://github.com/jonico22)! - Fixes live content editing in Astro development when the Vite module runner is restarted. + +- Updated dependencies []: + - @emdash-cms/admin@0.35.0 + - @emdash-cms/auth@0.35.0 + - @emdash-cms/gutenberg-to-portable-text@0.35.0 + ## 0.34.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index bb55d124ea..620ab6e2e3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "emdash", - "version": "0.34.0", + "version": "0.35.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 86615b010b..b46014e23d 100644 --- a/packages/create-emdash/CHANGELOG.md +++ b/packages/create-emdash/CHANGELOG.md @@ -1,5 +1,7 @@ # create-emdash +## 0.35.0 + ## 0.34.0 ## 0.33.0 diff --git a/packages/create-emdash/package.json b/packages/create-emdash/package.json index c3509fe782..8af807f5b1 100644 --- a/packages/create-emdash/package.json +++ b/packages/create-emdash/package.json @@ -1,6 +1,6 @@ { "name": "create-emdash", - "version": "0.34.0", + "version": "0.35.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 93f5948bf5..856282acb4 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.35.0 + ## 0.34.0 ## 0.33.0 diff --git a/packages/gutenberg-to-portable-text/package.json b/packages/gutenberg-to-portable-text/package.json index 1370ac7611..607272bcdf 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.34.0", + "version": "0.35.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 e667ec3f7a..9a154308ed 100644 --- a/packages/plugins/embeds/CHANGELOG.md +++ b/packages/plugins/embeds/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/plugin-embeds +## 0.1.43 + +### Patch Changes + +- Updated dependencies []: + - @emdash-cms/blocks@0.35.0 + ## 0.1.42 ### Patch Changes diff --git a/packages/plugins/embeds/package.json b/packages/plugins/embeds/package.json index b0939b4956..ca069c64ed 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.42", + "version": "0.1.43", "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 56d7415eb4..95943492b0 100644 --- a/packages/plugins/mcp-smoke/CHANGELOG.md +++ b/packages/plugins/mcp-smoke/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/plugin-mcp-smoke +## 6.0.0 + +### Patch Changes + +- Updated dependencies [[`0aa1bc8`](https://github.com/emdash-cms/emdash/commit/0aa1bc84a3a652b31ffb15cfd7c2d4b767b83e37), [`c0a4775`](https://github.com/emdash-cms/emdash/commit/c0a477543d7201782317caafcdd9314618cb19fa), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`50628fc`](https://github.com/emdash-cms/emdash/commit/50628fc99080ecf06a22a05379c24345c09dc5fd), [`da913fe`](https://github.com/emdash-cms/emdash/commit/da913fec6e69279c012c0ee753cb4764621adc3e), [`a9eb247`](https://github.com/emdash-cms/emdash/commit/a9eb2478a1f0c996f8fc126c201e14971ee42cea), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b)]: + - emdash@0.35.0 + ## 5.0.0 ### Patch Changes diff --git a/packages/plugins/mcp-smoke/package.json b/packages/plugins/mcp-smoke/package.json index 5fd80ae2bd..4410bd89d5 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": "5.0.0", + "version": "6.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 501668edcf..9ded2319b6 100644 --- a/packages/workerd/CHANGELOG.md +++ b/packages/workerd/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/sandbox-workerd +## 0.5.1 + +### Patch Changes + +- Updated dependencies [[`0aa1bc8`](https://github.com/emdash-cms/emdash/commit/0aa1bc84a3a652b31ffb15cfd7c2d4b767b83e37), [`c0a4775`](https://github.com/emdash-cms/emdash/commit/c0a477543d7201782317caafcdd9314618cb19fa), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b), [`50628fc`](https://github.com/emdash-cms/emdash/commit/50628fc99080ecf06a22a05379c24345c09dc5fd), [`da913fe`](https://github.com/emdash-cms/emdash/commit/da913fec6e69279c012c0ee753cb4764621adc3e), [`a9eb247`](https://github.com/emdash-cms/emdash/commit/a9eb2478a1f0c996f8fc126c201e14971ee42cea), [`34336e1`](https://github.com/emdash-cms/emdash/commit/34336e1570fe2ddaf063b0a0363a9132cf823b8b)]: + - emdash@0.35.0 + ## 0.5.0 ### Minor Changes diff --git a/packages/workerd/package.json b/packages/workerd/package.json index 935cee6a49..cb924a531d 100644 --- a/packages/workerd/package.json +++ b/packages/workerd/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/sandbox-workerd", - "version": "0.5.0", + "version": "0.5.1", "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 7312dd07b1..caf0606495 100644 --- a/packages/x402/CHANGELOG.md +++ b/packages/x402/CHANGELOG.md @@ -1,5 +1,7 @@ # @emdash-cms/x402 +## 0.35.0 + ## 0.34.0 ## 0.33.0 diff --git a/packages/x402/package.json b/packages/x402/package.json index cf7f21e2b2..1e10c5c822 100644 --- a/packages/x402/package.json +++ b/packages/x402/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/x402", - "version": "0.34.0", + "version": "0.35.0", "description": "x402 payment protocol integration for Astro sites", "license": "MIT", "repository": {