From bdd62fd914aa12cf0c2fe566f11a909105fe14d2 Mon Sep 17 00:00:00 2001 From: simochee Date: Tue, 7 Nov 2023 14:23:07 +0900 Subject: [PATCH] Change access level to public in config.json. --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index e2bb729..d0f8da6 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,7 +7,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": []