From e755f02d63605141c4727c275900c263375031f5 Mon Sep 17 00:00:00 2001 From: Dylan Schiemann Date: Mon, 28 Oct 2024 12:21:05 -0700 Subject: [PATCH] Add forthcoming slate-dom package to changeset config --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 79ebf5bd73..7df986029e 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,7 +5,7 @@ { "repo": "ianstormtaylor/slate" } ], "commit": false, - "linked": [["slate", "slate-history", "slate-hyperscript", "slate-react"]], + "linked": [["slate", "slate-dom", "slate-history", "slate-hyperscript", "slate-react"]], "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch",