Files
2026-03-20 13:27:11 +00:00

24 lines
464 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"playground",
"shirt-shop",
"svelte-example",
"next-15",
"next-16",
"sveltekit-e2e",
"snippets",
"docs"
],
"snapshot": {
"useCalculatedVersion": true
}
}