From 3b23e6e775548a0e1831b92f3394e6918ed57549 Mon Sep 17 00:00:00 2001 From: Danilo Tuler Date: Tue, 22 Oct 2024 17:18:49 -0400 Subject: [PATCH] chore: fix package publishing access --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 453ace20..88550256 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": [],