feat(deps-dev): add changeset

This commit is contained in:
braks
2022-10-08 02:14:42 +02:00
committed by Braks
parent 6bfb2b8a82
commit eb507c8e76
4 changed files with 589 additions and 0 deletions

15
.changeset/config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }],
"fixed": [],
"updateInternalDependencies": "patch",
"ignore": [],
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "master",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true,
"useCalculatedVersionForSnapshots": true
}
}