Skip to content

Commit 87552c8

Browse files
committed
chore(root): Ignore the email-dev private package
1 parent 7a3bd9d commit 87552c8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.changeset/config.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"access": "public",
4+
"baseBranch": "main",
35
"changelog": "@changesets/cli/changelog",
46
"commit": false,
57
"fixed": [["react-email", "@react-email/preview-server"]],
6-
"access": "public",
7-
"baseBranch": "main",
8-
"updateInternalDependencies": "patch",
98
"ignore": [
109
"@benchmarks/preview-server",
1110
"@benchmarks/tailwind-component",
1211
"demo",
12+
"email-dev",
1313
"web"
14-
]
14+
],
15+
"updateInternalDependencies": "patch"
1516
}

0 commit comments

Comments
 (0)