Files
xyflow/.changeset/config.json
2024-07-04 18:04:08 +02:00

12 lines
376 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "xyflow/xyflow" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["react-examples", "svelte-examples", "astro-examples", "playwright"]
}