From 2ec3e7ea6b5828da46a1209bffd696eaab4f09da Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sat, 18 Feb 2023 10:19:26 +0100 Subject: [PATCH] chore: correct access 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 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": []