From 79432330a7f4c3f3eff968578da0650613833fec Mon Sep 17 00:00:00 2001 From: malangcat Date: Fri, 14 Apr 2023 16:52:36 +0900 Subject: [PATCH] chore: ignore docs package for changeset --- .changeset/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 5a0f4abf5..b7e4c64aa 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,5 +5,6 @@ "linked": [], "access": "restricted", "baseBranch": "main", - "updateInternalDependencies": "patch" + "updateInternalDependencies": "patch", + "ignore": ["@seed-design/docs"] }