From ffd67e2cf0abb68aa1a236912a3afa20ef1a2e15 Mon Sep 17 00:00:00 2001 From: Will Soto Date: Sat, 30 Jul 2022 20:48:22 -0400 Subject: [PATCH] fix(changesets): set access to public for publish Signed-off-by: Will Soto --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 36398811..e1e01fb0 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": []