From 75e2d43a5b0575c8fb3b403b31e3a3a2a7c40568 Mon Sep 17 00:00:00 2001 From: Guilherme Dantas Date: Tue, 16 Jul 2024 16:02:52 -0300 Subject: [PATCH] Set access to `public` in changeset config --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 3b2e3c8..8cbae7d 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": []