react-email 5.2.4 → 5.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # react-email
2
2
 
3
+ ## 5.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 11f56c5: fix RESEND_API_KEY being overwritten in email preview
8
+
9
+ ## 5.3.0-canary.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 1b9df29: ensure that installed preview server also has dev dependencies
14
+
15
+ ## 5.3.0-canary.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 0289914: fix random errors due to root directory not being the preview's path
20
+
21
+ ## 5.3.0-canary.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 7c18bd3: don't require installing @react-email/preview-server in the project, pack it into `$HOME/.react-email`
26
+
27
+ ## 5.2.5
28
+
29
+ ### Patch Changes
30
+
31
+ - 81aea00: revert changes to fix compatibility with alpine
32
+
3
33
  ## 5.2.4
4
34
 
5
35
  ### Patch Changes
package/dev/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # email-dev
2
2
 
3
+ ## 0.0.6
4
+
3
5
  ## 0.0.5
4
6
 
5
7
  ## 0.0.4
package/dev/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "email-dev",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "bin": "index.js",
5
5
  "private": true,
6
6
  "type": "module",