1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00
Files
slate/.changeset/config.json
Dylan Schiemann 7e1608018b Add forthcoming slate-dom package to changeset config (#5753)
* Add forthcoming slate-dom package to changeset config

* Update .changeset/config.json
2024-10-31 07:18:34 -07:00

20 lines
551 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@1.5.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "ianstormtaylor/slate" }
],
"commit": false,
"linked": [
["slate", "slate-dom", "slate-history", "slate-hyperscript", "slate-react"]
],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"useCalculatedVersionForSnapshots": true,
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}