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", "$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json",
"changelog": "@changesets/cli/changelog", "changelog": "@changesets/cli/changelog",
"commit": false, "commit": false,
"fixed": [], "access": "public",
"linked": [], "baseBranch": "main",
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch",
"ignore": [] "ignore": []
} }