File size: 676 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{
"$schema": "https://unpkg.com/@changesets/config@1.4.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "chakra-ui/chakra-ui" }
],
"commit": false,
"fixed": [["@chakra-ui/**"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"ignore": [
"next-app",
"next-pages",
"vite-ts",
"vite-jsx",
"remix-ts",
"panda-preset",
"storybook-ts",
"shadow-dom",
"sandbox-iframe",
"react-router-ts",
"@chakra-ui/www",
"@chakra-ui/compositions"
]
}
|