* Version Packages (beta) * Fix version Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: beerose <alexsandra.sikora@gmail.com>
12 lines
349 B
JSON
12 lines
349 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [["blitz"], ["@blitzjs/*"]],
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": ["web", "test-*", "toolkit-*", "@blitzjs/recipe-*"]
|
|
}
|