react-email 5.0.0-canary.9 → 5.0.0

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,22 @@
1
1
  # react-email
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 95c7417: Dark mode switcher emulating email client color inversion
8
+
9
+ ### Patch Changes
10
+
11
+ - b6b027c: improved integration setup flow
12
+ - 1b3176e: fallback to not text coloring for Node.js < 20
13
+
14
+ ## 5.0.0-canary.12
15
+
16
+ ## 5.0.0-canary.11
17
+
18
+ ## 5.0.0-canary.10
19
+
3
20
  ## 5.0.0-canary.9
4
21
 
5
22
  ## 5.0.0-canary.8
package/dev/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # email-dev
2
2
 
3
+ ## 0.0.3
4
+
3
5
  ## 0.0.2
4
6
 
5
7
  ## 0.0.1
package/dev/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "email-dev",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "bin": "index.js",
5
5
  "private": true,
6
6
  "type": "module",
package/dist/index.js CHANGED
@@ -87,7 +87,7 @@ const getEmailsDirectoryMetadata = async (absolutePathToEmailsDirectory, keepFil
87
87
  //#region package.json
88
88
  var package_default = {
89
89
  name: "react-email",
90
- version: "5.0.0-canary.9",
90
+ version: "5.0.0",
91
91
  description: "A live preview of your emails right in your browser.",
92
92
  bin: { "email": "./dist/index.js" },
93
93
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-email",
3
- "version": "5.0.0-canary.9",
3
+ "version": "5.0.0",
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": "19.0.0",
48
48
  "react-dom": "19.0.0",
49
49
  "typescript": "5.8.3",
50
- "@react-email/components": "1.0.0-canary.7"
50
+ "@react-email/components": "1.0.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "tsdown",