123456789101112 |
- {
- "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
- "changelog": ["@changesets/changelog-github", { "repo": "withastro/astro" }],
- "commit": false,
- "linked": [],
- "access": "public",
- "baseBranch": "main",
- "updateInternalDependencies": "patch",
- "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
- "onlyUpdatePeerDependentsWhenOutOfRange": true
- }
- }
|