mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-23 16:55:23 +01:00
17 lines
480 B
JSON
17 lines
480 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": "master",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [],
|
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
"useCalculatedVersionForSnapshots": true
|
|
}
|
|
}
|