react-email 5.2.6 → 5.2.7

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,7 @@
1
1
  # react-email
2
2
 
3
+ ## 5.2.7
4
+
3
5
  ## 5.2.6
4
6
 
5
7
  ### Patch Changes
package/dist/index.js CHANGED
@@ -6360,7 +6360,7 @@ const getEmailsDirectoryMetadata = async (absolutePathToEmailsDirectory, keepFil
6360
6360
  //#region package.json
6361
6361
  var package_default = {
6362
6362
  name: "react-email",
6363
- version: "5.2.6",
6363
+ version: "5.2.7",
6364
6364
  description: "A live preview of your emails right in your browser.",
6365
6365
  bin: { "email": "./dist/index.js" },
6366
6366
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-email",
3
- "version": "5.2.6",
3
+ "version": "5.2.7",
4
4
  "description": "A live preview of your emails right in your browser.",
5
5
  "bin": {
6
6
  "email": "./dist/index.js"