{ "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json", "changelog": "../scripts/changelog.js", "commit": false, "access": "public", "baseBranch": "main", "ignore": ["example", "fixtures"], "updateInternalDependencies": "minor", "snapshot": { "prereleaseTemplate": "{tag}-{commit}", "useCalculatedVersion": true }, "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "onlyUpdatePeerDependentsWhenOutOfRange": true, "updateInternalDependents": "out-of-range" } }