From 94ce063b60b51dfe18573454d94ad875aeef6580 Mon Sep 17 00:00:00 2001 From: Lauri Junkkari Date: Thu, 5 Sep 2024 15:51:08 +0300 Subject: [PATCH] Update changeset config to allow public access --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index edef2eb..428ac59 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": []