refactor: fix packages together in changeset config

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-21 22:21:06 +01:00
committed by Braks
parent 358faae21c
commit 578e6b4cfe

View File

@@ -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"
}