From df6f932aac57130ffdb8bd5555fe65448e33919c Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 22 Feb 2023 01:03:17 +0100 Subject: [PATCH] chore: update changeset config Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/config.json | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 797d1d8e..183f7587 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -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",