@react-email/ui@6.6.1
resend/react-email@react-email/ui@6.6.1Jun 16, 2026by github-actions[bot]
AI Summary
Corrects line and column number reporting in email validation diagnostics for templates authored with Windows-style line endings (CRLF).
Key Highlights
- Fixed line and column calculation for CRLF line endings
- Corrected validation diagnostics for Windows-style line breaks
Full Release Notes
### Patch Changes * 1dd2bff: Fix line and column calculation for CRLF line endings in the email validation diagnostics. A `\r\n` was being counted as two line breaks, so line and column numbers reported for templates authored with Windows line endings were off.