chore: update changeset config

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-22 01:03:17 +01:00
committed by Braks
parent 8dd453634c
commit df6f932aac

View File

@@ -1,12 +1,28 @@
{
"$schema": "https://unpkg.com/@changesets/config@latest/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }],
"fixed": [["@vue-flow/*"]],
"changelog": [
"@changesets/changelog-github",
{
"repo": "bcakmakoglu/vue-flow"
}
],
"fixed": [
[
"@vue-flow/*"
]
],
"updateInternalDependencies": "patch",
"snapshot": {
"useCalculatedVersion": true
},
"ignore": ["@vue-flow/docs", "@vue-flow/examples-*", "@vue-flow/tests", "vueflow"],
"ignore": [
"@vue-flow/docs",
"@vue-flow/examples-vite",
"@vue-flow/examples-nuxt3",
"@vue-flow/examples-quasar",
"@vue-flow/tests",
"vueflow"
],
"commit": false,
"linked": [],
"access": "public",