* remove recipies * missing change * fixes * Create wet-drinks-wait.md --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
12 lines
347 B
JSON
12 lines
347 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-*", "next-blitz-auth"]
|
|
}
|