/ .changeset / config.json
config.json
1 { 2 "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", 3 "changelog": "@changesets/cli/changelog", 4 "commit": false, 5 "fixed": [], 6 "linked": [], 7 "access": "public", 8 "baseBranch": "main", 9 "updateInternalDependencies": "patch", 10 "ignore": [] 11 }