23 lines
396 B
JSON
23 lines
396 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
|
|
"changelog": false,
|
|
"commit": false,
|
|
"access": "restricted",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"fixed": [
|
|
[
|
|
"@ai-ui/tokens",
|
|
"@ai-ui/ui"
|
|
]
|
|
],
|
|
"linked": [],
|
|
"ignore": [
|
|
"@ai-ui/docs"
|
|
],
|
|
"privatePackages": {
|
|
"version": true,
|
|
"tag": false
|
|
}
|
|
}
|