ci: release

This commit is contained in:
github-actions[bot]
2026-04-01 13:28:55 +00:00
parent 0c6c66fe44
commit 144d7e488a
61 changed files with 251 additions and 44 deletions

View File

@@ -0,0 +1,7 @@
# @emdash-cms/admin
## 0.0.2
### Patch Changes
- [#8](https://github.com/emdash-cms/emdash/pull/8) [`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214) Thanks [@ascorbic](https://github.com/ascorbic)! - Update branding

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/admin",
"version": "0.0.1",
"version": "0.0.2",
"description": "Admin UI for EmDash CMS",
"type": "module",
"main": "dist/index.js",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/cloudflare
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/cloudflare",
"version": "0.0.2",
"version": "0.0.3",
"description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox",
"type": "module",
"main": "dist/index.mjs",

View File

@@ -1,5 +1,14 @@
# emdash
## 0.0.3
### Patch Changes
- [#8](https://github.com/emdash-cms/emdash/pull/8) [`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix crash on fresh deployments when the first request hits a public page before setup has run. The middleware now detects an empty database and redirects to the setup wizard instead of letting template helpers query missing tables.
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- @emdash-cms/admin@0.0.2
## 0.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# create-emdash
## 0.0.4
### Patch Changes
- [#7](https://github.com/emdash-cms/emdash/pull/7) [`2022b77`](https://github.com/emdash-cms/emdash/commit/2022b773414a34de05677c776f4f4324f43a54e2) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix spinner hanging during dependency installation by using async exec instead of execSync, which was blocking the event loop and preventing the spinner animation from updating.
## 0.0.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-ai-moderation
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-api-test
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-atproto
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/plugin-atproto",
"version": "0.0.2",
"version": "0.0.3",
"description": "AT Protocol / standard.site syndication plugin for EmDash CMS",
"type": "module",
"main": "src/index.ts",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-audit-log
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-color
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/plugin-color",
"version": "0.0.2",
"version": "0.0.3",
"description": "Color picker field widget for EmDash CMS",
"type": "module",
"main": "src/index.ts",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-embeds
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-forms
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@emdash-cms/plugin-forms",
"version": "0.0.2",
"version": "0.0.3",
"description": "Forms plugin for EmDash CMS - build forms, collect submissions, send notifications",
"type": "module",
"main": "src/index.ts",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-marketplace-test
## 0.1.2
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.1.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@emdash-cms/plugin-marketplace-test",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"description": "Test plugin for end-to-end marketplace publishing and audit workflow testing",
"type": "module",
"main": "dist/index.mjs",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-sandboxed-test
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-webhook-notifier
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2
### Patch Changes

View File

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