From cc49f8f5ead3447434c6319c3bae4d5b19f41c44 Mon Sep 17 00:00:00 2001 From: Hendrik Liebau Date: Sat, 6 Apr 2024 22:08:36 +0200 Subject: [PATCH] Set default changesets access to public This shouldn't really matter though because the packages are overwriting "restricted" with "public" already. --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 91b6a95..fce1c26 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": []