mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 22:45:47 +00:00
15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
|
"changelog": [
|
|
"@changesets/changelog-github",
|
|
{ "repo": "shadcn-ui/ui-private" }
|
|
],
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": ["www", "**-template"]
|
|
}
|