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/cloudflare
## 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/cloudflare",
"version": "0.0.1",
"version": "0.0.2",
"description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox",
"type": "module",
"main": "dist/index.mjs",

View File

@@ -0,0 +1,7 @@
# emdash
## 0.0.2
### Patch Changes
- [#2](https://github.com/emdash-cms/emdash/pull/2) [`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix virtual module resolution errors when emdash is installed from npm on Cloudflare. The esbuild dependency pre-bundler was encountering `virtual:emdash/*` imports while crawling dist files and failing to resolve them. These are now excluded from the optimizeDeps scan.

View File

@@ -1,6 +1,6 @@
{
"name": "emdash",
"version": "0.0.1",
"version": "0.0.2",
"description": "Astro-native CMS with WordPress migration support",
"type": "module",
"main": "dist/index.mjs",

View File

@@ -0,0 +1,7 @@
# create-emdash
## 0.0.2
### Patch Changes
- [#3](https://github.com/emdash-cms/emdash/pull/3) [`2dc5815`](https://github.com/emdash-cms/emdash/commit/2dc5815f031459c48cfaffec84aea1ed7b9cf7fb) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix create-emdash to use all available templates from the new standalone templates repo. Templates are now selected in two steps: platform (Node.js or Cloudflare Workers) then template type (blog, starter, marketing, portfolio, blank). Downloads from `emdash-cms/templates` instead of the old monorepo path.

View File

@@ -1,6 +1,6 @@
{
"name": "create-emdash",
"version": "0.0.1",
"version": "0.0.2",
"description": "Create a new EmDash CMS project",
"type": "module",
"bin": "./dist/index.mjs",

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",