0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/.changeset/config.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
389 B
JSON
Raw Permalink Normal View History

{
2023-10-26 05:07:02 -05:00
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
2021-11-30 12:14:31 -05:00
"changelog": ["@changesets/changelog-github", { "repo": "withastro/astro" }],
"commit": false,
"linked": [],
"access": "public",
2024-12-03 05:52:51 -05:00
"baseBranch": "main",
"updateInternalDependencies": "patch",
2022-12-27 11:43:49 -05:00
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}