nextui/.changeset/config.json
2023-07-31 23:40:30 -03:00

17 lines
375 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "nextui-org/nextui" }
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"@nextui-org/docs",
"@nextui-org/storybook"
]
}