Skip to content

Commit 0c6857e

Browse files
github-actions[bot]gabrielmfern
authored andcommitted
chore(root): Version packages (canary) (#2217)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4a39d73 commit 0c6857e

File tree

6 files changed

+51
-4
lines changed

6 files changed

+51
-4
lines changed

.changeset/pre.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,10 @@
3232
"tsconfig": "0.0.0",
3333
"web": "0.0.0"
3434
},
35-
"changesets": ["dirty-needles-chew", "great-parrots-yell"]
35+
"changesets": [
36+
"crazy-seas-eat",
37+
"dirty-needles-chew",
38+
"great-parrots-yell",
39+
"tidy-geese-cross"
40+
]
3641
}

packages/components/CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,36 @@
1515
- @react-email/button@0.1.0
1616
- @react-email/tailwind@1.0.5
1717

18+
## 0.1.0-canary.1
19+
20+
### Minor Changes
21+
22+
- b6a1941: Update `@react-email/[email protected]`
23+
24+
### Patch Changes
25+
26+
- Updated dependencies [57ddfd9]
27+
- @react-email/render@1.1.1-canary.0
28+
- @react-email/body@0.0.11
29+
- @react-email/button@0.0.19
30+
- @react-email/code-block@0.0.13
31+
- @react-email/code-inline@0.0.5
32+
- @react-email/column@0.0.13
33+
- @react-email/container@0.0.15
34+
- @react-email/font@0.0.9
35+
- @react-email/head@0.0.12
36+
- @react-email/heading@0.0.15
37+
- @react-email/hr@0.0.11
38+
- @react-email/html@0.0.11
39+
- @react-email/img@0.0.11
40+
- @react-email/link@0.0.12
41+
- @react-email/markdown@0.0.15
42+
- @react-email/preview@0.0.13
43+
- @react-email/row@0.0.12
44+
- @react-email/section@0.0.16
45+
- @react-email/tailwind@1.0.5
46+
- @react-email/text@0.1.4
47+
1848
## 0.0.42
1949

2050
### Patch Changes
@@ -55,7 +85,6 @@
5585
### Patch Changes
5686

5787
- Updated dependencies [a77ef6f]
58-
- @react-email/preview@0.0.13
5988
- @react-email/render@1.1.1
6089
- @react-email/body@0.0.11
6190
- @react-email/button@0.0.19
@@ -71,6 +100,7 @@
71100
- @react-email/img@0.0.11
72101
- @react-email/link@0.0.12
73102
- @react-email/markdown@0.0.15
103+
- @react-email/preview@0.0.13
74104
- @react-email/row@0.0.12
75105
- @react-email/section@0.0.16
76106
- @react-email/tailwind@1.0.5

packages/react-email/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-email
22

3+
## 4.1.0-canary.5
4+
5+
### Patch Changes
6+
7+
- b947f98: Pre-render email templates on hover
8+
39
## 4.1.0-canary.4
410

511
### Patch Changes

packages/react-email/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",
3-
"version": "4.1.0-canary.4",
3+
"version": "4.1.0-canary.5",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/cli/index.mjs"

packages/render/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
- a77ef6f: fix preview being rendered in plain-text
1616

17+
## 1.1.1-canary.0
18+
19+
### Patch Changes
20+
21+
- 57ddfd9: fix react-dom/server import for the browser and some bundlers
22+
1723
## 1.1.0
1824

1925
### Minor Changes

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)