Skip to content

Commit 8e8b293

Browse files
chore(root): Version packages (#2397)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d3cc64d commit 8e8b293

File tree

12 files changed

+31
-23
lines changed

12 files changed

+31
-23
lines changed

.changeset/fair-regions-cheat.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fine-mugs-shop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-impalas-arrive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/body/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 00aa805: apply all styles of the body to an inner table cell for them to work on Yahoo and AOL
8+
39
## 0.0.11
410

511
### Patch Changes

packages/body/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/body",
3-
"version": "0.0.11",
3+
"version": "0.1.0",
44
"description": "A React body component to wrap emails",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/components/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 00aa805: body: apply all styles of the body to an inner table cell for them to work on Yahoo and AOL
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [00aa805]
12+
- @react-email/body@0.1.0
13+
314
## 0.3.3
415

516
### Patch Changes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/components",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "A collection of all components React Email.",
55
"sideEffects": false,
66
"main": "./dist/index.js",
@@ -40,7 +40,7 @@
4040
"node": ">=18.0.0"
4141
},
4242
"dependencies": {
43-
"@react-email/body": "workspace:0.0.11",
43+
"@react-email/body": "workspace:0.1.0",
4444
"@react-email/button": "workspace:0.2.0",
4545
"@react-email/code-block": "workspace:0.1.0",
4646
"@react-email/code-inline": "workspace:0.0.5",

packages/preview-server/CHANGELOG.md

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

3+
## 4.2.6
4+
5+
### Patch Changes
6+
7+
- d3cc64d: use unformmated markup to send emails, and to render into the iframe
8+
39
## 4.2.5
410

511
## 4.2.4

packages/preview-server/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/preview-server",
3-
"version": "4.2.5",
3+
"version": "4.2.6",
44
"description": "A live preview of your emails right in your browser.",
55
"scripts": {
66
"build": "tsx ./scripts/build-preview-server.mts",

packages/react-email/CHANGELOG.md

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

3+
## 4.2.6
4+
35
## 4.2.5
46

57
### Patch Changes

0 commit comments

Comments
 (0)