From fdc3b8916dbfea51669af41adfb79925ee32e0ac Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Sun, 14 Jan 2024 23:24:36 +0100 Subject: [PATCH] Configure changesets for publishing --- .changeset/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 7954d2b..c7e5f35 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,5 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", "changelog": "@changesets/cli/changelog", - "baseBranch": "main" + "baseBranch": "main", + "access": "public" }