1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-23 00:32:31 +01:00
slate/.changeset/config.json

18 lines
530 B
JSON
Raw Normal View History

{
"$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" }
],
"commit": false,
"linked": [["slate", "slate-history", "slate-hyperscript", "slate-react"]],
"access": "public",
2021-04-01 13:40:25 -04:00
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
2021-03-31 22:36:02 -04:00
"useCalculatedVersionForSnapshots": true,
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}