* added db seed cli command * Update .changeset/poor-penguins-look.md * Add tsconfig-paths to blitz deps Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com>
12 lines
330 B
JSON
12 lines
330 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-app"]
|
|
}
|