mirror of
https://github.com/vercel/ai-elements.git
synced 2026-09-14 19:48:26 +08:00
005e36a991
* Draft skills * Generate skills * Changeset
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"docs",
|
|
"@repo/elements",
|
|
"@repo/examples",
|
|
"@repo/typescript-config",
|
|
"@repo/shadcn-ui",
|
|
"@repo/scripts"
|
|
]
|
|
}
|