react-email 5.0.0-canary.2 → 5.0.0-canary.3

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,11 @@
1
1
  # react-email
2
2
 
3
+ ## 5.0.0-canary.3
4
+
5
+ ### Minor Changes
6
+
7
+ - 95c7417: Dark mode switcher emulating email client color inversion
8
+
3
9
  ## 5.0.0-canary.2
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -86,7 +86,7 @@ const getEmailsDirectoryMetadata = async (absolutePathToEmailsDirectory, keepFil
86
86
  //#region package.json
87
87
  var package_default = {
88
88
  name: "react-email",
89
- version: "5.0.0-canary.2",
89
+ version: "5.0.0-canary.3",
90
90
  description: "A live preview of your emails right in your browser.",
91
91
  bin: { "email": "./dist/index.js" },
92
92
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-email",
3
- "version": "5.0.0-canary.2",
3
+ "version": "5.0.0-canary.3",
4
4
  "description": "A live preview of your emails right in your browser.",
5
5
  "bin": {
6
6
  "email": "./dist/index.js"
@@ -46,7 +46,7 @@
46
46
  "react": "19.0.0",
47
47
  "react-dom": "19.0.0",
48
48
  "typescript": "5.8.3",
49
- "@react-email/components": "1.0.0-canary.1"
49
+ "@react-email/components": "1.0.0-canary.2"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsdown",
@@ -22,6 +22,7 @@ exports[`tree(__dirname, 2) 1`] = `
22
22
  ├── index.ts
23
23
  ├── packageJson.ts
24
24
  ├── register-spinner-autostopping.ts
25
+ ├── style-text.ts
25
26
  ├── tree.spec.ts
26
27
  └── tree.ts"
27
28
  `;