From 578e6b4cfef280577063b5590c6dd202c8427eef Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 21 Feb 2023 22:21:06 +0100 Subject: [PATCH] refactor: fix packages together in changeset config Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/config.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index b1889325..d1e5223a 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@latest/schema.json", "changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }], - "fixed": [], + "fixed": [["@vue-flow/*"]], "updateInternalDependencies": "patch", "snapshot": { "useCalculatedVersion": true @@ -10,9 +10,5 @@ "commit": false, "linked": [], "access": "public", - "baseBranch": "master", - "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { - "onlyUpdatePeerDependentsWhenOutOfRange": true, - "useCalculatedVersionForSnapshots": true - } + "baseBranch": "master" }