Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/calm-sockets-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/props-editor-redesign.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-email/editor

## 1.6.10

### Patch Changes

- react-email@6.9.0

## 1.6.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/editor",
"version": "1.6.9",
"version": "1.6.10",
"description": "A rich text editor for editing and building email templates",
"sideEffects": [
"**/*.css"
Expand Down
2 changes: 2 additions & 0 deletions packages/react-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# react-email

## 6.9.0

## 6.8.1

## 6.8.0
Expand Down
2 changes: 1 addition & 1 deletion packages/react-email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email",
"version": "6.8.1",
"version": "6.9.0",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./dist/cli/index.mjs"
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @react-email/ui

## 6.9.0

### Minor Changes

- badeb1b: The preview props editor now lives in a collapsible panel beside the preview, with a syntax-highlighted JSON editor. Static builds show the props read-only.

### Patch Changes

- 4166fb6: Disconnect hot reload sockets when preview components unmount to prevent connections from accumulating across template navigation.

## 6.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/ui",
"version": "6.8.1",
"version": "6.9.0",
"description": "A live preview of your emails right in your browser.",
"scripts": {
"build": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --disable-warning=ExperimentalWarning\" tsx ./scripts/build.mts",
Expand Down
Loading