From 6deb0fdbb64bfc1094f201c8ebda0b9cdc6fd7cd Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 29 Jul 2025 17:01:45 +0400 Subject: [PATCH] chore: remove tests form changesets --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 64751c678..83d9bafc5 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["www", "v4"] + "ignore": ["www", "v4", "tests"] }