From 85bf31f005df560a91532ac8da1b680ae2621c5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:52:36 +0000 Subject: [PATCH] ci: release --- .changeset/full-pugs-invent.md | 5 ----- .changeset/repeater-field-type.md | 6 ------ .changeset/ripe-seals-rhyme.md | 5 ----- packages/admin/CHANGELOG.md | 10 ++++++++++ packages/admin/package.json | 2 +- packages/cloudflare/CHANGELOG.md | 7 +++++++ packages/cloudflare/package.json | 2 +- packages/core/CHANGELOG.md | 13 +++++++++++++ packages/core/package.json | 2 +- packages/plugins/ai-moderation/CHANGELOG.md | 7 +++++++ packages/plugins/ai-moderation/package.json | 2 +- packages/plugins/atproto/CHANGELOG.md | 7 +++++++ packages/plugins/atproto/package.json | 2 +- packages/plugins/audit-log/CHANGELOG.md | 7 +++++++ packages/plugins/audit-log/package.json | 2 +- packages/plugins/color/CHANGELOG.md | 7 +++++++ packages/plugins/color/package.json | 2 +- packages/plugins/embeds/CHANGELOG.md | 7 +++++++ packages/plugins/embeds/package.json | 2 +- packages/plugins/forms/CHANGELOG.md | 7 +++++++ packages/plugins/forms/package.json | 2 +- packages/plugins/webhook-notifier/CHANGELOG.md | 7 +++++++ packages/plugins/webhook-notifier/package.json | 2 +- 23 files changed, 89 insertions(+), 26 deletions(-) delete mode 100644 .changeset/full-pugs-invent.md delete mode 100644 .changeset/repeater-field-type.md delete mode 100644 .changeset/ripe-seals-rhyme.md diff --git a/.changeset/full-pugs-invent.md b/.changeset/full-pugs-invent.md deleted file mode 100644 index 2376c5ac..00000000 --- a/.changeset/full-pugs-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emdash": minor ---- - -Adds `content:afterPublish` and `content:afterUnpublish` plugin hooks, fired after content is published or unpublished. Both are fire-and-forget notifications requiring `read:content` capability, supporting trusted and sandboxed plugins. diff --git a/.changeset/repeater-field-type.md b/.changeset/repeater-field-type.md deleted file mode 100644 index 93427d03..00000000 --- a/.changeset/repeater-field-type.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@emdash-cms/admin": minor -"emdash": minor ---- - -Adds repeater field type for structured repeating data diff --git a/.changeset/ripe-seals-rhyme.md b/.changeset/ripe-seals-rhyme.md deleted file mode 100644 index 12798d32..00000000 --- a/.changeset/ripe-seals-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@emdash-cms/admin": patch ---- - -Fixes new content always being created with locale `en` regardless of which locale is selected in the collection locale switcher. The "Add New" link now forwards the active locale to the new-content route, and the new-content page passes it through to the create API. diff --git a/packages/admin/CHANGELOG.md b/packages/admin/CHANGELOG.md index 597dee8f..89e1a95a 100644 --- a/packages/admin/CHANGELOG.md +++ b/packages/admin/CHANGELOG.md @@ -1,5 +1,15 @@ # @emdash-cms/admin +## 0.2.0 + +### Minor Changes + +- [#111](https://github.com/emdash-cms/emdash/pull/111) [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3) Thanks [@mvanhorn](https://github.com/mvanhorn)! - Adds repeater field type for structured repeating data + +### Patch Changes + +- [#377](https://github.com/emdash-cms/emdash/pull/377) [`5eeab91`](https://github.com/emdash-cms/emdash/commit/5eeab918820f680ea8b46903df7d69969af8b8ee) Thanks [@Pouf5](https://github.com/Pouf5)! - Fixes new content always being created with locale `en` regardless of which locale is selected in the collection locale switcher. The "Add New" link now forwards the active locale to the new-content route, and the new-content page passes it through to the create API. + ## 0.1.1 ### Patch Changes diff --git a/packages/admin/package.json b/packages/admin/package.json index 7acab92d..ab452578 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/admin", - "version": "0.1.1", + "version": "0.2.0", "description": "Admin UI for EmDash CMS", "type": "module", "main": "dist/index.js", diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index 75648480..6439a6b5 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/cloudflare +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c), [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3)]: + - emdash@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index de41fd64..5dd0a39f 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/cloudflare", - "version": "0.1.1", + "version": "0.1.2", "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 79a97ee7..6a4a1466 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,18 @@ # emdash +## 0.2.0 + +### Minor Changes + +- [#367](https://github.com/emdash-cms/emdash/pull/367) [`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c) Thanks [@ttmx](https://github.com/ttmx)! - Adds `content:afterPublish` and `content:afterUnpublish` plugin hooks, fired after content is published or unpublished. Both are fire-and-forget notifications requiring `read:content` capability, supporting trusted and sandboxed plugins. + +- [#111](https://github.com/emdash-cms/emdash/pull/111) [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3) Thanks [@mvanhorn](https://github.com/mvanhorn)! - Adds repeater field type for structured repeating data + +### Patch Changes + +- Updated dependencies [[`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3), [`5eeab91`](https://github.com/emdash-cms/emdash/commit/5eeab918820f680ea8b46903df7d69969af8b8ee)]: + - @emdash-cms/admin@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index f319b6fc..632b875f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "emdash", - "version": "0.1.1", + "version": "0.2.0", "description": "Astro-native CMS with WordPress migration support", "type": "module", "main": "dist/index.mjs", diff --git a/packages/plugins/ai-moderation/CHANGELOG.md b/packages/plugins/ai-moderation/CHANGELOG.md index 4da59704..f5ea325a 100644 --- a/packages/plugins/ai-moderation/CHANGELOG.md +++ b/packages/plugins/ai-moderation/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/plugin-ai-moderation +## 1.0.0 + +### Patch Changes + +- Updated dependencies [[`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c), [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3)]: + - emdash@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/plugins/ai-moderation/package.json b/packages/plugins/ai-moderation/package.json index 17cab747..6bb00522 100644 --- a/packages/plugins/ai-moderation/package.json +++ b/packages/plugins/ai-moderation/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/plugin-ai-moderation", - "version": "0.1.1", + "version": "1.0.0", "description": "AI-powered comment moderation plugin for EmDash CMS using Cloudflare Workers AI (Llama Guard)", "type": "module", "main": "src/descriptor.ts", diff --git a/packages/plugins/atproto/CHANGELOG.md b/packages/plugins/atproto/CHANGELOG.md index ddc7a3d1..07568724 100644 --- a/packages/plugins/atproto/CHANGELOG.md +++ b/packages/plugins/atproto/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/plugin-atproto +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c), [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3)]: + - emdash@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/plugins/atproto/package.json b/packages/plugins/atproto/package.json index 89d7911c..9c40319b 100644 --- a/packages/plugins/atproto/package.json +++ b/packages/plugins/atproto/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/plugin-atproto", - "version": "0.1.1", + "version": "0.1.2", "description": "AT Protocol / standard.site syndication plugin for EmDash CMS", "type": "module", "main": "dist/index.mjs", diff --git a/packages/plugins/audit-log/CHANGELOG.md b/packages/plugins/audit-log/CHANGELOG.md index 80b8d0f1..20d6c8be 100644 --- a/packages/plugins/audit-log/CHANGELOG.md +++ b/packages/plugins/audit-log/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/plugin-audit-log +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c), [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3)]: + - emdash@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/plugins/audit-log/package.json b/packages/plugins/audit-log/package.json index f183b0dd..e5b3429b 100644 --- a/packages/plugins/audit-log/package.json +++ b/packages/plugins/audit-log/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/plugin-audit-log", - "version": "0.1.1", + "version": "0.1.2", "description": "Audit logging plugin for EmDash CMS - tracks content changes", "type": "module", "main": "dist/index.mjs", diff --git a/packages/plugins/color/CHANGELOG.md b/packages/plugins/color/CHANGELOG.md index 711105fe..6babd459 100644 --- a/packages/plugins/color/CHANGELOG.md +++ b/packages/plugins/color/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/plugin-color +## 1.0.0 + +### Patch Changes + +- Updated dependencies [[`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c), [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3)]: + - emdash@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/plugins/color/package.json b/packages/plugins/color/package.json index 1d9fc09d..220cc4a2 100644 --- a/packages/plugins/color/package.json +++ b/packages/plugins/color/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/plugin-color", - "version": "0.1.1", + "version": "1.0.0", "description": "Color picker field widget for EmDash CMS", "type": "module", "main": "src/index.ts", diff --git a/packages/plugins/embeds/CHANGELOG.md b/packages/plugins/embeds/CHANGELOG.md index 099f28b9..a9760833 100644 --- a/packages/plugins/embeds/CHANGELOG.md +++ b/packages/plugins/embeds/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/plugin-embeds +## 1.0.0 + +### Patch Changes + +- Updated dependencies [[`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c), [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3)]: + - emdash@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/plugins/embeds/package.json b/packages/plugins/embeds/package.json index b8d0dd0d..1abca03c 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.1", + "version": "1.0.0", "description": "Embed blocks for EmDash CMS - YouTube, Vimeo, Twitter, Bluesky, Mastodon, and more", "type": "module", "main": "src/index.ts", diff --git a/packages/plugins/forms/CHANGELOG.md b/packages/plugins/forms/CHANGELOG.md index e35e933e..67f4a9e0 100644 --- a/packages/plugins/forms/CHANGELOG.md +++ b/packages/plugins/forms/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/plugin-forms +## 1.0.0 + +### Patch Changes + +- Updated dependencies [[`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c), [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3)]: + - emdash@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/plugins/forms/package.json b/packages/plugins/forms/package.json index 0d133d04..baf5749f 100644 --- a/packages/plugins/forms/package.json +++ b/packages/plugins/forms/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/plugin-forms", - "version": "0.1.1", + "version": "1.0.0", "description": "Forms plugin for EmDash CMS - build forms, collect submissions, send notifications", "type": "module", "main": "src/index.ts", diff --git a/packages/plugins/webhook-notifier/CHANGELOG.md b/packages/plugins/webhook-notifier/CHANGELOG.md index 558c2b91..a1919565 100644 --- a/packages/plugins/webhook-notifier/CHANGELOG.md +++ b/packages/plugins/webhook-notifier/CHANGELOG.md @@ -1,5 +1,12 @@ # @emdash-cms/plugin-webhook-notifier +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c), [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3)]: + - emdash@0.2.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/plugins/webhook-notifier/package.json b/packages/plugins/webhook-notifier/package.json index 1f71b15a..ffef2459 100644 --- a/packages/plugins/webhook-notifier/package.json +++ b/packages/plugins/webhook-notifier/package.json @@ -1,6 +1,6 @@ { "name": "@emdash-cms/plugin-webhook-notifier", - "version": "0.1.1", + "version": "0.1.2", "description": "Webhook notification plugin for EmDash CMS - posts to external URLs on content changes", "type": "module", "main": "dist/index.mjs",