Skip to content

Commit 03b2ec4

Browse files
Version Packages
1 parent 8bd2ee2 commit 03b2ec4

12 files changed

Lines changed: 89 additions & 198 deletions

File tree

.changeset/empty-mice-talk.md

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

.changeset/salty-aliens-battle.md

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

packages/components/CHANGELOG.md

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

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5a23505]
8+
- Updated dependencies [ecfc141]
9+
- @react-email/tailwind@2.0.7
10+
- @react-email/render@2.0.5
11+
- @react-email/body@0.3.0
12+
- @react-email/button@0.2.1
13+
- @react-email/code-block@0.2.1
14+
- @react-email/code-inline@0.0.6
15+
- @react-email/column@0.0.14
16+
- @react-email/container@0.0.16
17+
- @react-email/font@0.0.10
18+
- @react-email/head@0.0.13
19+
- @react-email/heading@0.0.16
20+
- @react-email/hr@0.0.12
21+
- @react-email/html@0.0.12
22+
- @react-email/img@0.0.12
23+
- @react-email/link@0.0.13
24+
- @react-email/markdown@0.0.18
25+
- @react-email/preview@0.0.14
26+
- @react-email/row@0.0.13
27+
- @react-email/section@0.0.17
28+
- @react-email/text@0.1.6
29+
330
## 1.0.10
431

532
### Patch Changes

packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/components",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "A collection of all components React Email.",
55
"sideEffects": false,
66
"main": "./dist/index.cjs",
@@ -55,10 +55,10 @@
5555
"@react-email/link": "workspace:0.0.13",
5656
"@react-email/markdown": "workspace:0.0.18",
5757
"@react-email/preview": "workspace:0.0.14",
58-
"@react-email/render": "workspace:2.0.4",
58+
"@react-email/render": "workspace:2.0.5",
5959
"@react-email/row": "workspace:0.0.13",
6060
"@react-email/section": "workspace:0.0.17",
61-
"@react-email/tailwind": "workspace:2.0.6",
61+
"@react-email/tailwind": "workspace:2.0.7",
6262
"@react-email/text": "workspace:0.1.6"
6363
},
6464
"peerDependencies": {

packages/preview-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@react-email/img": "workspace:*",
5555
"@react-email/link": "workspace:*",
5656
"@react-email/preview": "workspace:*",
57-
"@react-email/tailwind": "workspace:2.0.6",
57+
"@react-email/tailwind": "workspace:2.0.7",
5858
"@react-email/text": "workspace:*",
5959
"@tailwindcss/postcss": "catalog:",
6060
"@types/babel__core": "catalog:",

packages/render/CHANGELOG.md

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

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- ecfc141: fix process crashes in client errors
8+
39
## 2.0.4
410

511
### Patch Changes
@@ -281,7 +287,6 @@
281287
## Why
282288

283289
Three reasons:
284-
285290
1. Better support of NextJS's latest versions
286291
2. Being ready for future React API deprecations
287292
3. Support for Suspense which allows for using async inside components
@@ -307,7 +312,6 @@
307312
## Why
308313

309314
Three reasons:
310-
311315
1. Better support of NextJS's latest versions
312316
2. Being ready for future React API deprecations
313317
3. Support for Suspense which allows for using async inside components

packages/render/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/render",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Transform React components into HTML email templates",
55
"sideEffects": false,
66
"main": "./dist/browser/index.cjs",

packages/tailwind/CHANGELOG.md

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

3+
## 2.0.7
4+
5+
### Patch Changes
6+
7+
- 5a23505: use unpinned version for tailwindcss again
8+
- @react-email/body@0.3.0
9+
- @react-email/button@0.2.1
10+
- @react-email/code-block@0.2.1
11+
- @react-email/code-inline@0.0.6
12+
- @react-email/container@0.0.16
13+
- @react-email/heading@0.0.16
14+
- @react-email/hr@0.0.12
15+
- @react-email/img@0.0.12
16+
- @react-email/link@0.0.13
17+
- @react-email/preview@0.0.14
18+
- @react-email/text@0.1.6
19+
320
## 2.0.6
421

522
### Patch Changes

packages/tailwind/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/tailwind",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "A React component to wrap emails with Tailwind CSS",
55
"sideEffects": false,
66
"main": "./dist/index.cjs",

playground/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# playground
22

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5a23505]
8+
- Updated dependencies [ecfc141]
9+
- @react-email/tailwind@2.0.7
10+
- @react-email/render@2.0.5
11+
312
## 0.0.18
413

514
### Patch Changes

0 commit comments

Comments
 (0)