mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [["react-email", "@react-email/ui"]],
|
|
"ignore": [
|
|
"@benchmarks/ui",
|
|
"@benchmarks/tailwind-component",
|
|
"playground",
|
|
"demo",
|
|
"email-dev",
|
|
"web"
|
|
],
|
|
"updateInternalDependencies": "patch"
|
|
}
|