feat(react-email): colocate components in react-email#3243
Merged
gabrielmfern merged 10 commits intofeat/unify-packages-into-react-emailfrom Apr 13, 2026
Merged
feat(react-email): colocate components in react-email#3243gabrielmfern merged 10 commits intofeat/unify-packages-into-react-emailfrom
gabrielmfern merged 10 commits intofeat/unify-packages-into-react-emailfrom
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
commit: |
973ab3a to
507a091
Compare
1820db9 to
1b66c88
Compare
joaopcm
approved these changes
Apr 13, 2026
Base automatically changed from
stack/01-cli-prep
to
feat/unify-packages-into-react-email
April 13, 2026 15:17
6b78341 to
940c2be
Compare
981080e
into
feat/unify-packages-into-react-email
5 of 13 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@react-email/bodycomponent source into thereact-emailpackageMade with Cursor
Summary by cubic
Colocated
@react-email/{body,button,code-block,code-inline,column,container,font,head,heading,hr,html,img,link,markdown,preview,row,section,text,tailwind}intoreact-email, removed their standalone packages, and exported them from the root. Updated CLI/tests to ESM-safe import paths to keep builds green.Refactors
src/index.ts(ESM/CJS + DTS) and included TSX..jsextensions and JSON import assertions in CLI/tests.Dependencies
marked,prismjs,css-tree, andtailwindcsstoreact-email.@react-email/render,@types/css-tree, and@responsive-email/react-email.Written for commit 75438bb. Summary will update on new commits.