From 4413226dd876186b27910165172bf9657c587ef6 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Wed, 1 Apr 2026 15:56:01 +0100 Subject: [PATCH] chore: fix changeset config -- ignore private packages, reduce cascade to minor --- .changeset/config.json | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 6d8ad64..55ee165 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -11,6 +11,30 @@ "linked": [], "access": "public", "baseBranch": "main", - "updateInternalDependencies": "patch", - "bumpVersionsWithWorkspaceProtocolOnly": true + "updateInternalDependencies": "minor", + "bumpVersionsWithWorkspaceProtocolOnly": true, + "ignore": [ + "@emdash-cms/blocks-playground", + "@emdash-cms/demo-cloudflare", + "@emdash-cms/demo-postgres", + "@emdash-cms/demo-preview", + "@emdash-cms/marketplace", + "@emdash-cms/playground", + "@emdash-cms/plugin-api-test", + "@emdash-cms/plugin-marketplace-test", + "@emdash-cms/plugin-sandboxed-test", + "@emdash-cms/template-blank", + "@emdash-cms/template-blog", + "@emdash-cms/template-blog-cloudflare", + "@emdash-cms/template-marketing", + "@emdash-cms/template-marketing-cloudflare", + "@emdash-cms/template-portfolio", + "@emdash-cms/template-portfolio-cloudflare", + "@emdash-cms/template-starter", + "@emdash-cms/template-starter-cloudflare", + "docs", + "emdash-demo", + "emdash-e2e-fixture", + "emdash-plugins-demo" + ] }