From 109c2528f5f53142a4d90e34575bfce84d665a56 Mon Sep 17 00:00:00 2001 From: Dylan Schiemann Date: Thu, 31 Oct 2024 07:10:01 -0700 Subject: [PATCH] Update .changeset/config.json --- .changeset/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 7df986029..88387a7e8 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,7 +5,9 @@ { "repo": "ianstormtaylor/slate" } ], "commit": false, - "linked": [["slate", "slate-dom", "slate-history", "slate-hyperscript", "slate-react"]], + "linked": [ + ["slate", "slate-dom", "slate-history", "slate-hyperscript", "slate-react"] + ], "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch",