File tree Expand file tree Collapse file tree 6 files changed +37
-4
lines changed Expand file tree Collapse file tree 6 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 38
38
" dirty-needles-chew" ,
39
39
" eleven-wombats-make" ,
40
40
" great-parrots-yell" ,
41
+ " strong-peas-kneel" ,
41
42
" wet-planes-camp"
42
43
]
43
44
}
Original file line number Diff line number Diff line change 1
1
# @react-email/components
2
2
3
+ ## 0.0.37-canary.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 32372da]
8
+ - @react-email/render @1.1.0-canary.0
9
+ - @react-email/body @0.0.11
10
+ - @react-email/button @0.0.19
11
+ - @react-email/code-block @0.0.12
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.14
23
+ - @react-email/preview @0.0.12
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.1
28
+
3
29
## 0.0.37-canary.0
4
30
5
31
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-email/components" ,
3
- "version" : " 0.0.37-canary.0 " ,
3
+ "version" : " 0.0.37-canary.1 " ,
4
4
"description" : " A collection of all components React Email." ,
5
5
"sideEffects" : false ,
6
6
"main" : " ./dist/index.js" ,
50
50
"@react-email/link" : " workspace:0.0.12" ,
51
51
"@react-email/markdown" : " workspace:0.0.14" ,
52
52
"@react-email/preview" : " workspace:0.0.12" ,
53
- "@react-email/render" : " workspace:1.0.6 " ,
53
+ "@react-email/render" : " workspace:1.1.0-canary.0 " ,
54
54
"@react-email/row" : " workspace:0.0.12" ,
55
55
"@react-email/section" : " workspace:0.0.16" ,
56
56
"@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.0-canary.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 32372da: Deprecate the ` pretty ` option for ` render ` in favor of standalone ` pretty ` function
8
+
3
9
## 1.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/render" ,
3
- "version" : " 1.0.6 " ,
3
+ "version" : " 1.1.0-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