From 4d75e6cc974b2614a575e6f7a3d3c79741727dbc Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Thu, 4 May 2023 13:31:23 -0700 Subject: [PATCH] Make packages public in changesets config --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 6d2119a4..cee6df89 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": []