Skip to content

chore(root): version packages#3244

Closed
github-actions[bot] wants to merge 1 commit intocanaryfrom
changeset-release/canary
Closed

chore(root): version packages#3244
github-actions[bot] wants to merge 1 commit intocanaryfrom
changeset-release/canary

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 10, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to canary, this PR will be updated.

Releases

react-email@6.0.0

Major Changes

  • d0a7a52: Move all components and utilities into the react-email package

    All components (previously in @react-email/components or individual packages like @react-email/button) and rendering utilities (previously in @react-email/render) are now exported directly from react-email. This unifies the install and import experience into a single package.

    We're going to deprecate all packages except @react-email/render and @react-email/preview-server, and they will not be updated anymore.

    Breaking change

    Imports from @react-email/components, @react-email/render, or individual component packages (e.g. @react-email/button) are no longer the recommended path and they will all be deprecated with the exception of @react-email/render and @react-email/editor, and render will remain exported from react-email. Consumers should import everything from react-email.

    Why

    Having separate packages for components (@react-email/components), and the CLI (react-email) created unnecessary confusion, and a maintenance burden for us.

    How to migrate

    1. Update your dependencies -- remove @react-email/components, keep react-email:

      - npm install @react-email/components react-email @react-email/preview-server
      + npm install react-email @react-email/preview-server
    2. Update your imports:

      - import { Button, Html, Head, render } from "@react-email/components";
      + import { Button, Html, Head, render } from "react-email";
    3. The @react-email/preview-server and @react-email/editor packages are not included in react-email

Patch Changes

  • a3a15ea: replace deprecated url.parse() with WHATWG URL API in the preview dev server.

@react-email/preview-server@6.0.0

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-email Ready Ready Preview, Comment Apr 13, 2026 5:44pm
react-email-demo Ready Ready Preview, Comment Apr 13, 2026 5:44pm
react-email-examples Ready Ready Preview, Comment Apr 13, 2026 5:44pm

Request Review

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 5 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@github-actions github-actions bot force-pushed the changeset-release/canary branch from da32dfb to 65bcaec Compare April 10, 2026 21:00
@vercel vercel bot temporarily deployed to Preview – react-email-examples April 10, 2026 21:00 Inactive
@github-actions github-actions bot force-pushed the changeset-release/canary branch from 65bcaec to 58145a8 Compare April 10, 2026 21:23
@vercel vercel bot temporarily deployed to Preview – react-email-examples April 10, 2026 21:23 Inactive
@github-actions github-actions bot force-pushed the changeset-release/canary branch from 58145a8 to 9c2a00d Compare April 10, 2026 23:03
@vercel vercel bot temporarily deployed to Preview – react-email-examples April 10, 2026 23:03 Inactive
@github-actions github-actions bot force-pushed the changeset-release/canary branch from 9c2a00d to 4499fbd Compare April 13, 2026 17:30
@vercel vercel bot temporarily deployed to Preview – react-email-examples April 13, 2026 17:31 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant