react-email-rails 0.4.1 → 0.5.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/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.4.1";
1
+ export declare const VERSION = "0.5.0";
2
2
  export declare const RENDER_PROTOCOL_VERSION = 3;
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = "0.4.1";
1
+ export const VERSION = "0.5.0";
2
2
  export const RENDER_PROTOCOL_VERSION = 3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-email-rails",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
4
4
  "description": "Build and send emails using React and Rails",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -95,10 +95,10 @@
95
95
  "@tiptap/pm": "^3",
96
96
  "@types/node": "^25.9.1",
97
97
  "@types/react": "^19.2.15",
98
- "@typescript/native-preview": "7.0.0-dev.20260527.2",
98
+ "@typescript/native-preview": "7.0.0-dev.20260605.1",
99
99
  "happy-dom": "^20.8.9",
100
100
  "marked": "^18.0.5",
101
- "oxfmt": "^0.52.0",
101
+ "oxfmt": "^0.54.0",
102
102
  "oxlint": "^1.67.0",
103
103
  "oxlint-tsgolint": "^0.23.0",
104
104
  "react": "^19.2.6",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = "0.4.1"
1
+ export const VERSION = "0.5.0"
2
2
  export const RENDER_PROTOCOL_VERSION = 3