From 6e4b26467c75a1764191a5d9be33631598704513 Mon Sep 17 00:00:00 2001 From: Andrew Nowak Date: Tue, 10 Dec 2024 11:17:25 +0000 Subject: [PATCH] configure changesets to publish package as public --- pan-domain-node/.changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pan-domain-node/.changeset/config.json b/pan-domain-node/.changeset/config.json index c8fca74..2eada15 100644 --- a/pan-domain-node/.changeset/config.json +++ b/pan-domain-node/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": []