ci: release
This commit is contained in:
@@ -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
|
||||
@@ -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.
|
||||
@@ -1,5 +1,16 @@
|
||||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/admin",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"description": "Admin UI for EmDash CMS",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
7
packages/auth/CHANGELOG.md
Normal file
7
packages/auth/CHANGELOG.md
Normal 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
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/auth",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Passkey-first authentication for EmDash",
|
||||
"type": "module",
|
||||
"main": "dist/index.mjs",
|
||||
|
||||
7
packages/blocks/CHANGELOG.md
Normal file
7
packages/blocks/CHANGELOG.md
Normal 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
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/blocks",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Declarative plugin UI blocks for EmDash CMS",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/cloudflare",
|
||||
"version": "0.0.3",
|
||||
"version": "0.1.0",
|
||||
"description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox",
|
||||
"type": "module",
|
||||
"main": "dist/index.mjs",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# 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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "emdash",
|
||||
"version": "0.0.3",
|
||||
"version": "0.1.0",
|
||||
"description": "Astro-native CMS with WordPress migration support",
|
||||
"type": "module",
|
||||
"main": "dist/index.mjs",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# 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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-emdash",
|
||||
"version": "0.0.4",
|
||||
"version": "0.1.0",
|
||||
"description": "Create a new EmDash CMS project",
|
||||
"type": "module",
|
||||
"bin": "./dist/index.mjs",
|
||||
|
||||
7
packages/gutenberg-to-portable-text/CHANGELOG.md
Normal file
7
packages/gutenberg-to-portable-text/CHANGELOG.md
Normal 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
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/gutenberg-to-portable-text",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Convert WordPress Gutenberg blocks to Portable Text",
|
||||
"type": "module",
|
||||
"main": "dist/index.mjs",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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)",
|
||||
"type": "module",
|
||||
"main": "src/descriptor.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-atproto",
|
||||
"version": "0.0.3",
|
||||
"version": "1.0.0",
|
||||
"description": "AT Protocol / standard.site syndication plugin for EmDash CMS",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-audit-log",
|
||||
"version": "0.0.3",
|
||||
"version": "1.0.0",
|
||||
"description": "Audit logging plugin for EmDash CMS - tracks content changes",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-color",
|
||||
"version": "0.0.3",
|
||||
"version": "1.0.0",
|
||||
"description": "Color picker field widget for EmDash CMS",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
7
packages/x402/CHANGELOG.md
Normal file
7
packages/x402/CHANGELOG.md
Normal 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
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/x402",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "x402 payment protocol integration for Astro sites",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user