2021-03-31 13:14:40 -04:00
|
|
|
{
|
|
|
|
"$schema": "https://unpkg.com/@changesets/config@1.5.0/schema.json",
|
2021-03-31 15:07:23 -04:00
|
|
|
"changelog": [
|
|
|
|
"@changesets/changelog-github",
|
|
|
|
{ "repo": "ianstormtaylor/slate" }
|
|
|
|
],
|
2021-03-31 13:14:40 -04:00
|
|
|
"commit": false,
|
|
|
|
"linked": [["slate", "slate-history", "slate-hyperscript", "slate-react"]],
|
|
|
|
"access": "public",
|
2021-04-01 13:40:25 -04:00
|
|
|
"baseBranch": "main",
|
2021-03-31 13:14:40 -04:00
|
|
|
"updateInternalDependencies": "patch",
|
|
|
|
"ignore": [],
|
|
|
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
2021-03-31 22:36:02 -04:00
|
|
|
"useCalculatedVersionForSnapshots": true,
|
|
|
|
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
2021-03-31 13:14:40 -04:00
|
|
|
}
|
|
|
|
}
|