ci: release

This commit is contained in:
github-actions[bot]
2026-04-01 12:07:38 +00:00
parent 841a75093c
commit be76e0781e
58 changed files with 295 additions and 44 deletions

View File

@@ -0,0 +1,8 @@
# @emdash-cms/plugin-ai-moderation
## 0.0.2
### Patch Changes
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
- emdash@0.0.2

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/plugin-ai-moderation",
"version": "0.0.1",
"version": "0.0.2",
"description": "AI-powered comment moderation plugin for EmDash CMS using Cloudflare Workers AI (Llama Guard)",
"type": "module",
"main": "src/descriptor.ts",

View File

@@ -0,0 +1,8 @@
# @emdash-cms/plugin-api-test
## 0.0.2
### Patch Changes
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
- emdash@0.0.2

View File

@@ -1,7 +1,7 @@
{
"name": "@emdash-cms/plugin-api-test",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"description": "Test plugin that exercises all EmDash plugin APIs",
"type": "module",
"main": "src/index.ts",

View File

@@ -0,0 +1,8 @@
# @emdash-cms/plugin-atproto
## 0.0.2
### Patch Changes
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
- emdash@0.0.2

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/plugin-atproto",
"version": "0.0.1",
"version": "0.0.2",
"description": "AT Protocol / standard.site syndication plugin for EmDash CMS",
"type": "module",
"main": "src/index.ts",
@@ -8,7 +8,9 @@
".": "./src/index.ts",
"./sandbox": "./src/sandbox-entry.ts"
},
"files": ["src"],
"files": [
"src"
],
"keywords": [
"emdash",
"cms",

View File

@@ -0,0 +1,8 @@
# @emdash-cms/plugin-audit-log
## 0.0.2
### Patch Changes
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
- emdash@0.0.2

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/plugin-audit-log",
"version": "0.0.1",
"version": "0.0.2",
"description": "Audit logging plugin for EmDash CMS - tracks content changes",
"type": "module",
"main": "src/index.ts",

View File

@@ -0,0 +1,8 @@
# @emdash-cms/plugin-color
## 0.0.2
### Patch Changes
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
- emdash@0.0.2

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/plugin-color",
"version": "0.0.1",
"version": "0.0.2",
"description": "Color picker field widget for EmDash CMS",
"type": "module",
"main": "src/index.ts",
@@ -8,8 +8,17 @@
".": "./src/index.ts",
"./admin": "./src/admin.tsx"
},
"files": ["src"],
"keywords": ["emdash", "cms", "plugin", "color", "picker", "field-widget"],
"files": [
"src"
],
"keywords": [
"emdash",
"cms",
"plugin",
"color",
"picker",
"field-widget"
],
"author": "Matt Kane",
"license": "MIT",
"peerDependencies": {

View File

@@ -0,0 +1,8 @@
# @emdash-cms/plugin-embeds
## 0.0.2
### Patch Changes
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
- emdash@0.0.2

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/plugin-embeds",
"version": "0.0.1",
"version": "0.0.2",
"description": "Embed blocks for EmDash CMS - YouTube, Vimeo, Twitter, Bluesky, Mastodon, and more",
"type": "module",
"main": "src/index.ts",

View File

@@ -0,0 +1,8 @@
# @emdash-cms/plugin-forms
## 0.0.2
### Patch Changes
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
- emdash@0.0.2

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/plugin-forms",
"version": "0.0.1",
"version": "0.0.2",
"description": "Forms plugin for EmDash CMS - build forms, collect submissions, send notifications",
"type": "module",
"main": "src/index.ts",
@@ -11,7 +11,9 @@
"./client": "./src/client/index.ts",
"./styles": "./src/styles/forms.css"
},
"files": ["src"],
"files": [
"src"
],
"keywords": [
"emdash",
"cms",

View File

@@ -0,0 +1,8 @@
# @emdash-cms/plugin-marketplace-test
## 0.1.1
### Patch Changes
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
- emdash@0.0.2

View File

@@ -1,7 +1,7 @@
{
"name": "@emdash-cms/plugin-marketplace-test",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"description": "Test plugin for end-to-end marketplace publishing and audit workflow testing",
"type": "module",
"main": "dist/index.mjs",
@@ -12,13 +12,21 @@
},
"./sandbox": "./dist/sandbox-entry.mjs"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsdown src/index.ts src/sandbox-entry.ts --format esm --dts --clean",
"dev": "tsdown src/index.ts src/sandbox-entry.ts --format esm --dts --watch",
"typecheck": "tsgo --noEmit"
},
"keywords": ["emdash", "cms", "plugin", "test", "marketplace"],
"keywords": [
"emdash",
"cms",
"plugin",
"test",
"marketplace"
],
"author": "Matt Kane",
"license": "MIT",
"dependencies": {

View File

@@ -0,0 +1,8 @@
# @emdash-cms/plugin-sandboxed-test
## 0.0.2
### Patch Changes
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
- emdash@0.0.2

View File

@@ -1,7 +1,7 @@
{
"name": "@emdash-cms/plugin-sandboxed-test",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"description": "Test plugin for sandboxed plugin system",
"type": "module",
"main": "dist/index.mjs",

View File

@@ -0,0 +1,8 @@
# @emdash-cms/plugin-webhook-notifier
## 0.0.2
### Patch Changes
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
- emdash@0.0.2

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/plugin-webhook-notifier",
"version": "0.0.1",
"version": "0.0.2",
"description": "Webhook notification plugin for EmDash CMS - posts to external URLs on content changes",
"type": "module",
"main": "src/index.ts",