We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838b9c4 commit d1b3e76Copy full SHA for d1b3e76
2 files changed
.changeset/spicy-tigers-turn.md
@@ -0,0 +1,5 @@
1
+---
2
+'jsx-mail': patch
3
4
+
5
+fix: import core version
packages/jsx-mail/package.json
@@ -29,7 +29,7 @@
29
"lint:fix": "eslint . --ext .ts,.tsx --fix"
30
},
31
"dependencies": {
32
- "@jsx-mail/core": "workspace:*",
+ "@jsx-mail/core": "latest",
33
"archiver": "^7.0.1",
34
"axios": "^1.6.7",
35
"chokidar": "^3.5.3",
0 commit comments