From 11ee43ac9b910e50b88dca4e52b24db2a908e53e Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:21:18 +0200 Subject: [PATCH] chore(vueflow): disable pkg until name issue is resolved --- .changeset/config.json | 2 +- examples/vite/src/Basic/Basic.vue | 6 ++++-- packages/vue-flow/package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 36621d10..f05a40d0 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,7 +3,7 @@ "changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }], "fixed": [], "updateInternalDependencies": "patch", - "ignore": ["docs", "tests", "nuxt3-examples", "quasar-examples", "vite-examples"], + "ignore": ["docs", "tests", "nuxt3-examples", "quasar-examples", "vite-examples", "vueflow"], "commit": false, "linked": [], "access": "public", diff --git a/examples/vite/src/Basic/Basic.vue b/examples/vite/src/Basic/Basic.vue index b5592bf7..3668ce3c 100644 --- a/examples/vite/src/Basic/Basic.vue +++ b/examples/vite/src/Basic/Basic.vue @@ -1,6 +1,7 @@