update changesets config

This commit is contained in:
Ben Allfree 2024-11-15 02:27:38 -08:00
parent 815e4ad926
commit ce0e7b1912

View File

@ -2,10 +2,8 @@
"$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "master",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}