Skip to content

Commit 2452b7d

Browse files
committed
chore: remove preview version and add changeset
1 parent 3d34709 commit 2452b7d

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.changeset/pink-rabbits-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@react-email/components": major
3+
---
4+
5+
tailwind: update to using tailwindcss@v4

.changeset/rich-files-stick.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@react-email/tailwind": major
3+
---
4+
5+
update to using tailwindcss@v4
6+

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/components",
3-
"version": "1.0.0-tailwindv4.6",
3+
"version": "0.5.7",
44
"description": "A collection of all components React Email.",
55
"sideEffects": false,
66
"main": "./dist/index.js",
@@ -58,7 +58,7 @@
5858
"@react-email/render": "workspace:1.4.0",
5959
"@react-email/row": "workspace:0.0.12",
6060
"@react-email/section": "workspace:0.0.16",
61-
"@react-email/tailwind": "workspace:2.0.0-tailwindv4.4",
61+
"@react-email/tailwind": "workspace:1.2.",
6262
"@react-email/text": "workspace:0.1.5"
6363
},
6464
"peerDependencies": {

packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/tailwind",
3-
"version": "2.0.0-tailwindv4.4",
3+
"version": "1.2.2",
44
"description": "A React component to wrap emails with Tailwind CSS",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)