refactor: fix packages together in changeset config
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://unpkg.com/@changesets/config@latest/schema.json",
|
"$schema": "https://unpkg.com/@changesets/config@latest/schema.json",
|
||||||
"changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }],
|
"changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }],
|
||||||
"fixed": [],
|
"fixed": [["@vue-flow/*"]],
|
||||||
"updateInternalDependencies": "patch",
|
"updateInternalDependencies": "patch",
|
||||||
"snapshot": {
|
"snapshot": {
|
||||||
"useCalculatedVersion": true
|
"useCalculatedVersion": true
|
||||||
@@ -10,9 +10,5 @@
|
|||||||
"commit": false,
|
"commit": false,
|
||||||
"linked": [],
|
"linked": [],
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"baseBranch": "master",
|
"baseBranch": "master"
|
||||||
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
||||||
"onlyUpdatePeerDependentsWhenOutOfRange": true,
|
|
||||||
"useCalculatedVersionForSnapshots": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user