1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-17 21:49:20 +01:00
slate/.changeset/config.json
2021-04-01 13:40:25 -04:00

18 lines
530 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-history", "slate-hyperscript", "slate-react"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"useCalculatedVersionForSnapshots": true,
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}