From 7e1608018b4b62b123dd6b9112e96fa16406cdd4 Mon Sep 17 00:00:00 2001 From: Dylan Schiemann Date: Thu, 31 Oct 2024 07:18:34 -0700 Subject: [PATCH] Add forthcoming slate-dom package to changeset config (#5753) * Add forthcoming slate-dom package to changeset config * 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 79ebf5bd7..88387a7e8 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,7 +5,9 @@ { "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",