We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8aa031 commit e609fb9Copy full SHA for e609fb9
packages/react-email/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# react-email
2
3
+## 4.1.0-canary.4
4
+
5
+### Patch Changes
6
7
+- 5c6150d: Add .json import support for hot reloading
8
+- aae2f59: Ensure dependencies outside emails directory are completely resolved
9
+- b4b2373: Fix non-email files being rendered during hot reloading
10
11
## 4.1.0-canary.3
12
13
### Patch Changes
packages/react-email/package.json
@@ -1,6 +1,6 @@
{
"name": "react-email",
- "version": "4.1.0-canary.3",
+ "version": "4.1.0-canary.4",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./dist/cli/index.mjs"
0 commit comments