astro/.changeset/config.json

13 lines
389 B
JSON
Raw Normal View History

{
"$schema": "https://unpkg.com/@changesets/config@1.7.0/schema.json",
2021-11-30 17:14:31 +00:00
"changelog": ["@changesets/changelog-github", { "repo": "withastro/astro" }],
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
2022-12-27 16:43:49 +00:00
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}