From cd8a078731b5729f520ebf6dc53b1321bf4d09eb Mon Sep 17 00:00:00 2001 From: I-Want-ToBelieve Date: Fri, 24 Nov 2023 12:28:19 +0800 Subject: [PATCH] chore: change changeset access config from restricted to public, allow publish to npm --- .changeset/config.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 717abe3..2fa550f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,14 +2,9 @@ "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", "changelog": "@changesets/cli/changelog", "commit": false, - "fixed": [ - [ - "yakite-*", - "krohnkite-core" - ] - ], + "fixed": [["yakite-*", "krohnkite-core"]], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": []