Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/fix-field-kit-kumo-peer-dep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@emdash-cms/plugin-field-kit": patch
---

Fixes the `@cloudflare/kumo` peer-dependency range to match the `2.x` release used by `emdash`, `@emdash-cms/admin`, and `@emdash-cms/blocks`.

The published `0.1.0` tarball still declared a `^1.0.0` peer range, which made `npm install` fail with a conflicting peer dependency (`ERESOLVE`) when users added the plugin alongside recent EmDash releases.
Loading