From e48a7788e3386719a82b507f3aa0ba5f28efbdd1 Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Tue, 5 Nov 2024 15:22:24 -0600 Subject: [PATCH] Use public access configuration when publishing --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 2270be9..3c321c9 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json", "changelog": "@changesets/cli/changelog", - "access": "restricted", + "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch" }