@react-email/ui@6.6.6

semaphoreui/semaphore@react-email/ui@6.6.6Jul 2, 2026by github-actions[bot]

AI Summary

Makes the build process more resilient by allowing it to continue even if the spam check API fails or times out.

Key Highlights

  • Stops build failure when spam check API errors or times out
  • Logs a warning and continues without a baked-in spam score
  • Improves overall build robustness

New Features

  • Graceful handling of spam check API failures

Full Release Notes

### Patch Changes

* b68009f: Stop failing `email build` when the spam check API errors or times out — the build now logs a warning and continues without a baked-in spam score.