ci: release

This commit is contained in:
github-actions[bot]
2026-04-01 15:02:06 +00:00
parent dad55bb80a
commit 2463da9556
32 changed files with 168 additions and 41 deletions

View File

@@ -1,19 +0,0 @@
---
"emdash": minor
"@emdash-cms/admin": minor
"@emdash-cms/auth": minor
"@emdash-cms/blocks": minor
"@emdash-cms/cloudflare": minor
"@emdash-cms/gutenberg-to-portable-text": minor
"@emdash-cms/plugin-ai-moderation": minor
"@emdash-cms/plugin-atproto": minor
"@emdash-cms/plugin-audit-log": minor
"@emdash-cms/plugin-color": minor
"@emdash-cms/plugin-embeds": minor
"@emdash-cms/plugin-forms": minor
"@emdash-cms/plugin-webhook-notifier": minor
"@emdash-cms/x402": minor
"create-emdash": minor
---
First beta release

View File

@@ -1,7 +0,0 @@
---
"create-emdash": patch
---
Remove manual bootstrap step from CLI output
The create-emdash CLI no longer suggests running `bootstrap` as a manual step, since EmDash now auto-bootstraps on first run.

View File

@@ -1,5 +1,16 @@
# @emdash-cms/admin # @emdash-cms/admin
## 0.1.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
### Patch Changes
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
- @emdash-cms/blocks@0.1.0
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

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

View File

@@ -0,0 +1,7 @@
# @emdash-cms/auth
## 0.1.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/auth", "name": "@emdash-cms/auth",
"version": "0.0.1", "version": "0.1.0",
"description": "Passkey-first authentication for EmDash", "description": "Passkey-first authentication for EmDash",
"type": "module", "type": "module",
"main": "dist/index.mjs", "main": "dist/index.mjs",

View File

@@ -0,0 +1,7 @@
# @emdash-cms/blocks
## 0.1.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/blocks", "name": "@emdash-cms/blocks",
"version": "0.0.1", "version": "0.1.0",
"description": "Declarative plugin UI blocks for EmDash CMS", "description": "Declarative plugin UI blocks for EmDash CMS",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",

View File

@@ -1,5 +1,16 @@
# @emdash-cms/cloudflare # @emdash-cms/cloudflare
## 0.1.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
### Patch Changes
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
- emdash@0.1.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes

View File

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

View File

@@ -1,5 +1,18 @@
# emdash # emdash
## 0.1.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
### Patch Changes
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
- @emdash-cms/admin@0.1.0
- @emdash-cms/auth@0.1.0
- @emdash-cms/gutenberg-to-portable-text@0.1.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# create-emdash # create-emdash
## 0.1.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
### Patch Changes
- [#12](https://github.com/emdash-cms/emdash/pull/12) [`9db4c2c`](https://github.com/emdash-cms/emdash/commit/9db4c2cba24d5202fba630ac366ae42cf721390f) Thanks [@ascorbic](https://github.com/ascorbic)! - Remove manual bootstrap step from CLI output
The create-emdash CLI no longer suggests running `bootstrap` as a manual step, since EmDash now auto-bootstraps on first run.
## 0.0.4 ## 0.0.4
### Patch Changes ### Patch Changes

View File

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

View File

@@ -0,0 +1,7 @@
# @emdash-cms/gutenberg-to-portable-text
## 0.1.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/gutenberg-to-portable-text", "name": "@emdash-cms/gutenberg-to-portable-text",
"version": "0.0.1", "version": "0.1.0",
"description": "Convert WordPress Gutenberg blocks to Portable Text", "description": "Convert WordPress Gutenberg blocks to Portable Text",
"type": "module", "type": "module",
"main": "dist/index.mjs", "main": "dist/index.mjs",

View File

@@ -1,5 +1,16 @@
# @emdash-cms/plugin-ai-moderation # @emdash-cms/plugin-ai-moderation
## 1.0.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
### Patch Changes
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
- emdash@0.1.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @emdash-cms/plugin-atproto # @emdash-cms/plugin-atproto
## 1.0.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
### Patch Changes
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
- emdash@0.1.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @emdash-cms/plugin-audit-log # @emdash-cms/plugin-audit-log
## 1.0.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
### Patch Changes
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
- emdash@0.1.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @emdash-cms/plugin-color # @emdash-cms/plugin-color
## 1.0.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
### Patch Changes
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
- emdash@0.1.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @emdash-cms/plugin-embeds # @emdash-cms/plugin-embeds
## 1.0.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
### Patch Changes
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
- emdash@0.1.0
- @emdash-cms/blocks@0.1.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @emdash-cms/plugin-forms # @emdash-cms/plugin-forms
## 1.0.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
### Patch Changes
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
- emdash@0.1.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @emdash-cms/plugin-webhook-notifier # @emdash-cms/plugin-webhook-notifier
## 1.0.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
### Patch Changes
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
- emdash@0.1.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes

View File

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

View File

@@ -0,0 +1,7 @@
# @emdash-cms/x402
## 0.1.0
### Minor Changes
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/x402", "name": "@emdash-cms/x402",
"version": "0.0.1", "version": "0.1.0",
"description": "x402 payment protocol integration for Astro sites", "description": "x402 payment protocol integration for Astro sites",
"license": "MIT", "license": "MIT",
"repository": { "repository": {