From 7a089214236d121e2e478f4e003a11f21b218efe Mon Sep 17 00:00:00 2001 From: Phantom Date: Sun, 29 Mar 2026 10:14:48 +0800 Subject: [PATCH] chore(changeset): ignore @cherrystudio/ui in changeset checks (#13872) Co-authored-by: Claude Opus 4.6 (1M context) --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index c89c9457c4..00a4d927cc 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,7 +8,7 @@ "changelog": ["@changesets/changelog-github", { "repo": "CherryHQ/cherry-studio" }], "commit": false, "fixed": [], - "ignore": [], + "ignore": ["@cherrystudio/ui"], "linked": [], "updateInternalDependencies": "patch" }