Skip to content

Commit 5b3c7ed

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 e3cf4a2 commit 5b3c7ed

File tree

7 files changed

+52
-5
lines changed

7 files changed

+52
-5
lines changed

.changeset/pre.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@
3333
"@react-email/text": "0.1.2",
3434
"tsconfig": "0.0.0"
3535
},
36-
"changesets": ["dirty-needles-chew", "great-parrots-yell"]
36+
"changesets": [
37+
"crazy-seas-eat",
38+
"dirty-needles-chew",
39+
"great-parrots-yell",
40+
"tidy-geese-cross"
41+
]
3742
}

packages/components/CHANGELOG.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,40 @@
11
# @react-email/components
22

3+
## 0.1.0-canary.1
4+
5+
### Minor Changes
6+
7+
- b6a1941: Update `@react-email/[email protected]`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [57ddfd9]
12+
- @react-email/render@1.1.1-canary.0
13+
- @react-email/body@0.0.11
14+
- @react-email/button@0.0.19
15+
- @react-email/code-block@0.0.13
16+
- @react-email/code-inline@0.0.5
17+
- @react-email/column@0.0.13
18+
- @react-email/container@0.0.15
19+
- @react-email/font@0.0.9
20+
- @react-email/head@0.0.12
21+
- @react-email/heading@0.0.15
22+
- @react-email/hr@0.0.11
23+
- @react-email/html@0.0.11
24+
- @react-email/img@0.0.11
25+
- @react-email/link@0.0.12
26+
- @react-email/markdown@0.0.15
27+
- @react-email/preview@0.0.13
28+
- @react-email/row@0.0.12
29+
- @react-email/section@0.0.16
30+
- @react-email/tailwind@1.0.5
31+
- @react-email/text@0.1.4
32+
333
## 0.0.40
434

535
### Patch Changes
636

737
- Updated dependencies [a77ef6f]
8-
- @react-email/preview@0.0.13
938
- @react-email/render@1.1.1
1039
- @react-email/body@0.0.11
1140
- @react-email/button@0.0.19
@@ -21,6 +50,7 @@
2150
- @react-email/img@0.0.11
2251
- @react-email/link@0.0.12
2352
- @react-email/markdown@0.0.15
53+
- @react-email/preview@0.0.13
2454
- @react-email/row@0.0.12
2555
- @react-email/section@0.0.16
2656
- @react-email/tailwind@1.0.5

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/components",
3-
"version": "0.0.40",
3+
"version": "0.1.0-canary.1",
44
"description": "A collection of all components React Email.",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/react-email/CHANGELOG.md

+6
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

+1-1
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

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- a77ef6f: fix preview being rendered in plain-text
88

9+
## 1.1.1-canary.0
10+
11+
### Patch Changes
12+
13+
- 57ddfd9: fix react-dom/server import for the browser and some bundlers
14+
915
## 1.1.0
1016

1117
### Minor Changes

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)