From e2caa3cd35a027c178a76fefedfbca90fad56dd4 Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 5 Feb 2025 15:03:19 +0400 Subject: [PATCH] chore: add v4 to changeset ignore --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index a7fd7aec885..64751c678d5 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["www"] + "ignore": ["www", "v4"] }