diff --git a/.changeset/calm-sockets-rest.md b/.changeset/calm-sockets-rest.md deleted file mode 100644 index 867c9f8843..0000000000 --- a/.changeset/calm-sockets-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@react-email/ui': patch ---- - -Disconnect hot reload sockets when preview components unmount to prevent connections from accumulating across template navigation. diff --git a/.changeset/props-editor-redesign.md b/.changeset/props-editor-redesign.md deleted file mode 100644 index 583c6d8f08..0000000000 --- a/.changeset/props-editor-redesign.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@react-email/ui': minor ---- - -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. diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index f34b27f2b8..fcf7867273 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,11 @@ # @react-email/editor +## 1.6.10 + +### Patch Changes + +- react-email@6.9.0 + ## 1.6.9 ### Patch Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index beacfc4c8c..0cda7b13c4 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -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" diff --git a/packages/react-email/CHANGELOG.md b/packages/react-email/CHANGELOG.md index 5787a30d68..3b8aaa3f25 100644 --- a/packages/react-email/CHANGELOG.md +++ b/packages/react-email/CHANGELOG.md @@ -1,5 +1,7 @@ # react-email +## 6.9.0 + ## 6.8.1 ## 6.8.0 diff --git a/packages/react-email/package.json b/packages/react-email/package.json index 5dd6ff93d5..266148ed82 100644 --- a/packages/react-email/package.json +++ b/packages/react-email/package.json @@ -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" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 8a9f874ff1..b85927564b 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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 diff --git a/packages/ui/package.json b/packages/ui/package.json index 5e8222b72c..e84a343f0d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",