react-email 4.2.9 → 4.2.11

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,9 @@
1
1
  # react-email
2
2
 
3
+ ## 4.2.11
4
+
5
+ ## 4.2.10
6
+
3
7
  ## 4.2.9
4
8
 
5
9
  ### Patch Changes
package/dist/index.js CHANGED
@@ -106,7 +106,7 @@ import prompts from "prompts";
106
106
  // package.json
107
107
  var package_default = {
108
108
  name: "react-email",
109
- version: "4.2.9",
109
+ version: "4.2.11",
110
110
  description: "A live preview of your emails right in your browser.",
111
111
  bin: {
112
112
  email: "./dist/index.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-email",
3
- "version": "4.2.9",
3
+ "version": "4.2.11",
4
4
  "description": "A live preview of your emails right in your browser.",
5
5
  "bin": {
6
6
  "email": "./dist/index.js"
@@ -47,7 +47,7 @@
47
47
  "react-dom": "19.0.0",
48
48
  "tsup": "8.4.0",
49
49
  "typescript": "5.8.3",
50
- "@react-email/components": "0.5.2"
50
+ "@react-email/components": "0.5.3"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "tsup-node",