16 lines
554 B
JSON
16 lines
554 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.25.0/schema.json",
|
|
"changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }],
|
|
"fixed": [],
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": ["docs", "tests", "nuxt3-examples", "quasar-examples", "vite-examples", "vueflow"],
|
|
"commit": false,
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "master",
|
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
"onlyUpdatePeerDependentsWhenOutOfRange": true,
|
|
"useCalculatedVersionForSnapshots": true
|
|
}
|
|
}
|