chore(changeset): adjust config

This commit is contained in:
moklick
2022-08-08 15:24:39 +02:00
parent ae4ac1f550
commit c7a3052ba0

View File

@@ -1,11 +1,11 @@
{ {
"$schema": "https://unpkg.com/@changesets/config@2.1.1/schema.json", "$schema": "https://unpkg.com/@changesets/config@2.1.1/schema.json",
"changelog": "@changesets/cli/changelog", "changelog": ["@changesets/changelog-github", { "repo": "wbkd/react-flow" }],
"commit": false, "commit": false,
"fixed": [], "fixed": [],
"linked": [], "linked": [],
"access": "restricted", "access": "public",
"baseBranch": "main", "baseBranch": "main",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch",
"ignore": [] "ignore": []
} }