File tree 12 files changed +43
-16
lines changed
12 files changed +43
-16
lines changed Original file line number Diff line number Diff line change 33
33
"@react-email/text" : " 0.1.1" ,
34
34
"tsconfig" : " 0.0.0"
35
35
},
36
- "changesets" : []
36
+ "changesets" : [" dirty-needles-chew " , " great-parrots-yell " ]
37
37
}
Original file line number Diff line number Diff line change 1
1
# @react-email/components
2
2
3
+ ## 0.0.37-canary.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ ae8c007]
8
+ - @react-email/tailwind @1.1.0-canary.0
9
+
3
10
## 0.0.36
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-email/components" ,
3
- "version" : " 0.0.36 " ,
3
+ "version" : " 0.0.37-canary.0 " ,
4
4
"description" : " A collection of all components React Email." ,
5
5
"sideEffects" : false ,
6
6
"main" : " ./dist/index.js" ,
53
53
"@react-email/render" : " workspace:1.0.6" ,
54
54
"@react-email/row" : " workspace:0.0.12" ,
55
55
"@react-email/section" : " workspace:0.0.16" ,
56
- "@react-email/tailwind" : " workspace:1.0.4 " ,
56
+ "@react-email/tailwind" : " workspace:1.1.0-canary.0 " ,
57
57
"@react-email/text" : " workspace:0.1.1"
58
58
},
59
59
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
# create-email
2
2
3
+ ## 1.0.8-canary.0
4
+
3
5
## 1.0.7
4
6
5
7
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-email" ,
3
- "version" : " 1.0.7 " ,
3
+ "version" : " 1.0.8-canary.0 " ,
4
4
"description" : " The easiest way to get started with React Email" ,
5
5
"main" : " src/index.js" ,
6
6
"type" : " module" ,
27
27
"create-email" : " src/index.js"
28
28
},
29
29
"devDependencies" : {
30
- "@react-email/components" : " workspace:0.0.36 " ,
30
+ "@react-email/components" : " workspace:0.0.37-canary.0 " ,
31
31
"react" : " 19.0.0" ,
32
- "react-email" : " workspace:4.0.6 " ,
32
+ "react-email" : " workspace:4.1.0-canary.0 " ,
33
33
"tsconfig" : " workspace:*" ,
34
34
"typescript" : " 5.8.2"
35
35
}
Original file line number Diff line number Diff line change 1
1
# react-email-starter
2
2
3
+ ## 1.0.8-canary.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @react-email/components @0.0.37-canary.0
8
+
3
9
## 1.0.7
4
10
5
11
## 1.0.6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-email-starter" ,
3
- "version" : " 1.0.7 " ,
3
+ "version" : " 1.0.8-canary.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " email build" ,
7
7
"dev" : " email dev" ,
8
8
"export" : " email export"
9
9
},
10
10
"dependencies" : {
11
- "@react-email/components" : " workspace:0.0.36 " ,
11
+ "@react-email/components" : " workspace:0.0.37-canary.0 " ,
12
12
"react-dom" : " 19.0.0" ,
13
13
"react" : " 19.0.0"
14
14
},
15
15
"devDependencies" : {
16
16
"@types/react" : " 19.0.1" ,
17
17
"@types/react-dom" : " 19.0.1" ,
18
- "react-email" : " workspace:4.0.6 "
18
+ "react-email" : " workspace:4.1.0-canary.0 "
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
# react-email
2
2
3
+ ## 4.1.0-canary.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4a0d4e3: Theme switcher for email template
8
+
3
9
## 4.0.6
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-email" ,
3
- "version" : " 4.0.6 " ,
3
+ "version" : " 4.1.0-canary.0 " ,
4
4
"description" : " A live preview of your emails right in your browser." ,
5
5
"bin" : {
6
6
"email" : " ./dist/cli/index.js"
Original file line number Diff line number Diff line change 1
1
# @react-email/tailwind
2
2
3
+ ## 1.1.0-canary.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ae8c007: Extract tailwind pseudo classes to stylesheet
8
+
3
9
## 1.0.4
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-email/tailwind" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.1.0-canary.0 " ,
4
4
"description" : " A React component to wrap emails with Tailwind CSS" ,
5
5
"sideEffects" : false ,
6
6
"main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments