From edc505a648cc120201df6c796bbe572410c28cef Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 8 Jul 2022 15:14:59 +0800 Subject: [PATCH] chore: add changeset Signed-off-by: Ryan Wang --- .changeset/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index e2e93b359..ff9fe79d7 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,9 +3,9 @@ "changelog": "@changesets/cli/changelog", "commit": false, "fixed": [], - "linked": [], - "access": "restricted", - "baseBranch": "main", + "linked": [["@halo-dev/*"]], + "access": "public", + "baseBranch": "next", "updateInternalDependencies": "patch", "ignore": [] -} \ No newline at end of file +}