mirror of
https://github.com/vercel/ai-elements.git
synced 2026-09-14 19:48:26 +08:00
ba34adc2ee
* Merge registry app into docs * Update packages/cli/index.js Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com> * Update pnpm-lock.yaml * Update pnpm-lock.yaml --------- Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
18 lines
383 B
JSON
18 lines
383 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"
|
|
]
|
|
}
|