File tree 6 files changed +37
-4
lines changed 6 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 37
37
"changesets" : [
38
38
" afraid-sides-agree" ,
39
39
" crazy-seas-eat" ,
40
+ " deep-clowns-bet" ,
40
41
" great-parrots-yell" ,
41
42
" mighty-pigs-add" ,
42
43
" puny-chicken-argue" ,
Original file line number Diff line number Diff line change 1
1
# @react-email/components
2
2
3
+ ## 0.1.0-canary.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ e22cc83]
8
+ - @react-email/render @1.1.3-canary.0
9
+ - @react-email/body @0.0.11
10
+ - @react-email/button @0.1.0-canary.0
11
+ - @react-email/code-block @0.0.13
12
+ - @react-email/code-inline @0.0.5
13
+ - @react-email/column @0.0.13
14
+ - @react-email/container @0.0.15
15
+ - @react-email/font @0.0.9
16
+ - @react-email/head @0.0.12
17
+ - @react-email/heading @0.0.15
18
+ - @react-email/hr @0.0.11
19
+ - @react-email/html @0.0.11
20
+ - @react-email/img @0.0.11
21
+ - @react-email/link @0.0.12
22
+ - @react-email/markdown @0.0.15
23
+ - @react-email/preview @0.0.13
24
+ - @react-email/row @0.0.12
25
+ - @react-email/section @0.0.16
26
+ - @react-email/tailwind @1.1.0-canary.0
27
+ - @react-email/text @0.1.4
28
+
3
29
## 0.1.0-canary.3
4
30
5
31
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-email/components" ,
3
- "version" : " 0.1.0-canary.3 " ,
3
+ "version" : " 0.1.0-canary.4 " ,
4
4
"description" : " A collection of all components React Email." ,
5
5
"sideEffects" : false ,
6
6
"main" : " ./dist/index.js" ,
55
55
"@react-email/link" : " workspace:0.0.12" ,
56
56
"@react-email/markdown" : " workspace:0.0.15" ,
57
57
"@react-email/preview" : " workspace:0.0.13" ,
58
- "@react-email/render" : " workspace:1.1.2 " ,
58
+ "@react-email/render" : " workspace:1.1.3-canary.0 " ,
59
59
"@react-email/row" : " workspace:0.0.12" ,
60
60
"@react-email/section" : " workspace:0.0.16" ,
61
61
"@react-email/tailwind" : " workspace:1.1.0-canary.0" ,
Original file line number Diff line number Diff line change 1
1
# @react-email/render
2
2
3
+ ## 1.1.3-canary.0
4
+
5
+ ### Patch Changes
6
+
7
+ - e22cc83: fix browser version including errors in the output instead of throwing them
8
+
3
9
## 1.1.2
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-email/render" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3-canary.0 " ,
4
4
"description" : " Transform React components into HTML email templates" ,
5
5
"sideEffects" : false ,
6
6
"main" : " ./dist/browser/index.js" ,
You can’t perform that action at this time.
0 commit comments