Files
Camila Belo 9afb5fcf77 revert changeset plugin changes
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-11-14 10:51:34 +01:00

14 lines
370 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@1.3.0/schema.json",
"changelog": "./backstage-changelog.js",
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}