1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 20:40:19 +02:00

Add forthcoming slate-dom package to changeset config (#5753)

* Add forthcoming slate-dom package to changeset config

* Update .changeset/config.json
This commit is contained in:
Dylan Schiemann
2024-10-31 07:18:34 -07:00
committed by GitHub
parent f9ebbb8808
commit 7e1608018b

View File

@@ -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",