From 485cf97c235d151b8f84209ea13d246c54470adb Mon Sep 17 00:00:00 2001 From: kimyouknow Date: Tue, 10 Feb 2026 00:47:31 +0900 Subject: [PATCH] chore: update ignore list in changeset config to remove @react-simplikit/root (#310) --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 1c3dd519..217f8eef 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@react-simplikit/root", "with-vite", "with-nextjs", "@examples/shared"] + "ignore": ["with-vite", "with-nextjs", "@examples/shared"] }