From 071774598bd86f7a03b21dd04ca5eaddfd8c3f6c Mon Sep 17 00:00:00 2001 From: Jason Nall Date: Fri, 28 Oct 2022 18:15:52 -0400 Subject: [PATCH] Fix versioning. --- .changeset/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index aa586b67..0c14f5ba 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,6 +6,5 @@ "linked": [], "access": "public", "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": ["examples/*"] + "updateInternalDependencies": "patch" }