File size: 551 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"$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
}
}
|