Skip to content

Commit 4616252

Browse files
committed
Revert "chore(root): Try removing publishConfig for automated release to work"
This reverts commit 48423d7.
1 parent 48423d7 commit 4616252

File tree

21 files changed

+64
-1
lines changed

21 files changed

+64
-1
lines changed

packages/body/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
"@react-email/render": "workspace:*",
3535
"tsconfig": "workspace:*",
3636
"typescript": "5.1.6"
37+
},
38+
"publishConfig": {
39+
"access": "public"
3740
}
3841
}

packages/code-block/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"tsconfig": "workspace:*",
4444
"typescript": "5.1.6"
4545
},
46+
"publishConfig": {
47+
"access": "public"
48+
},
4649
"dependencies": {
4750
"prismjs": "^1.30.0"
4851
}

packages/code-inline/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"engines": {
2929
"node": ">=18.0.0"
3030
},
31+
"publishConfig": {
32+
"access": "public"
33+
},
3134
"peerDependencies": {
3235
"react": "^18.0 || ^19.0 || ^19.0.0-rc"
3336
},

packages/column/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"@react-email/render": "workspace:*",
4444
"tsconfig": "workspace:*",
4545
"typescript": "5.1.6"
46+
},
47+
"publishConfig": {
48+
"access": "public"
4649
}
4750
}

packages/components/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,8 @@
6262
"devDependencies": {
6363
"tsconfig": "workspace:*",
6464
"typescript": "5.1.6"
65+
},
66+
"publishConfig": {
67+
"access": "public"
6568
}
6669
}

packages/container/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"@react-email/render": "workspace:*",
4444
"tsconfig": "workspace:*",
4545
"typescript": "5.1.6"
46+
},
47+
"publishConfig": {
48+
"access": "public"
4649
}
4750
}

packages/font/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
"@react-email/render": "workspace:*",
3535
"tsconfig": "workspace:*",
3636
"typescript": "5.1.6"
37+
},
38+
"publishConfig": {
39+
"access": "public"
3740
}
3841
}

packages/head/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"@react-email/render": "workspace:*",
4444
"tsconfig": "workspace:*",
4545
"typescript": "5.1.6"
46+
},
47+
"publishConfig": {
48+
"access": "public"
4649
}
4750
}

packages/heading/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"@react-email/render": "workspace:*",
4444
"tsconfig": "workspace:*",
4545
"typescript": "5.1.6"
46+
},
47+
"publishConfig": {
48+
"access": "public"
4649
}
4750
}

packages/hr/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"@react-email/render": "workspace:*",
4444
"tsconfig": "workspace:*",
4545
"typescript": "5.1.6"
46+
},
47+
"publishConfig": {
48+
"access": "public"
4649
}
4750
}

0 commit comments

Comments
 (0)