mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
646778643e
* convert summer-sale to shirt-shop * update deps * canary for snippets * expect errors * upgrade deps * ComponentRef * steps
23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"shirt-shop",
|
|
"svelte-example",
|
|
"next-13",
|
|
"next-14",
|
|
"next-15",
|
|
"sveltekit-e2e",
|
|
"snippets"
|
|
],
|
|
"snapshot": {
|
|
"useCalculatedVersion": true
|
|
}
|
|
}
|