Skip to content

Commit 2dc55ab

Browse files
ci: release
1 parent 29da6d5 commit 2dc55ab

22 files changed

Lines changed: 85 additions & 21 deletions

.changeset/full-pugs-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/repeater-field-type.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/admin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emdash-cms/admin
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#111](https://github.com/emdash-cms/emdash/pull/111) [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3) Thanks [@mvanhorn](https://github.com/mvanhorn)! - Adds repeater field type for structured repeating data
8+
39
## 0.1.1
410

511
### Patch Changes

packages/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emdash-cms/admin",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Admin UI for EmDash CMS",
55
"type": "module",
66
"main": "dist/index.js",

packages/cloudflare/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @emdash-cms/cloudflare
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c), [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3)]:
8+
- emdash@0.2.0
9+
310
## 0.1.1
411

512
### Patch Changes

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emdash-cms/cloudflare",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox",
55
"type": "module",
66
"main": "dist/index.mjs",

packages/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# emdash
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#367](https://github.com/emdash-cms/emdash/pull/367) [`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c) Thanks [@ttmx](https://github.com/ttmx)! - Adds `content:afterPublish` and `content:afterUnpublish` plugin hooks, fired after content is published or unpublished. Both are fire-and-forget notifications requiring `read:content` capability, supporting trusted and sandboxed plugins.
8+
9+
- [#111](https://github.com/emdash-cms/emdash/pull/111) [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3) Thanks [@mvanhorn](https://github.com/mvanhorn)! - Adds repeater field type for structured repeating data
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3)]:
14+
- @emdash-cms/admin@0.2.0
15+
316
## 0.1.1
417

518
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emdash",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Astro-native CMS with WordPress migration support",
55
"type": "module",
66
"main": "dist/index.mjs",

packages/plugins/ai-moderation/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @emdash-cms/plugin-ai-moderation
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f44ec2`](https://github.com/emdash-cms/emdash/commit/8f44ec23a4b23f636f9689c075d29edfa4962c7c), [`87b0439`](https://github.com/emdash-cms/emdash/commit/87b0439927454a275833992de4244678b47b9aa3)]:
8+
- emdash@0.2.0
9+
310
## 0.1.1
411

512
### Patch Changes

packages/plugins/ai-moderation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emdash-cms/plugin-ai-moderation",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "AI-powered comment moderation plugin for EmDash CMS using Cloudflare Workers AI (Llama Guard)",
55
"type": "module",
66
"main": "src/descriptor.ts",

0 commit comments

Comments
 (0)