Skip to content

Commit 4e23f52

Browse files
chore: Bump for release (#1769)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 24481a1 commit 4e23f52

32 files changed

+123
-53
lines changed

.changeset/silly-knives-kiss.md

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

.changeset/slow-ghosts-design.md

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

.changeset/wise-suits-run.md

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

examples/aws-ses/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.28
8+
39
## 1.0.2
410

511
### Patch Changes

examples/aws-ses/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-with-aws-ses",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"private": true,
66
"sideEffects": false,
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@aws-sdk/client-ses": "3.341.0",
19-
"@react-email/components": "workspace:0.0.27",
19+
"@react-email/components": "workspace:0.0.28",
2020
"react": "19.0.0-rc-02c0e824-20241028",
2121
"react-dom": "19.0.0-rc-02c0e824-20241028"
2222
},

examples/mailersend/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.28
8+
39
## 1.0.2
410

511
### Patch Changes

examples/mailersend/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-with-mailersend",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"private": true,
66
"sideEffects": false,
@@ -15,7 +15,7 @@
1515
"clean": "rm -rf dist"
1616
},
1717
"dependencies": {
18-
"@react-email/components": "workspace:0.0.27",
18+
"@react-email/components": "workspace:0.0.28",
1919
"mailersend": "^2.0.0",
2020
"react": "19.0.0-rc-02c0e824-20241028",
2121
"react-dom": "19.0.0-rc-02c0e824-20241028"

examples/nodemailer/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.28
8+
39
## 1.0.2
410

511
### Patch Changes

examples/nodemailer/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-with-nodemailer",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"private": true,
66
"sideEffects": false,
@@ -15,7 +15,7 @@
1515
"clean": "rm -rf dist"
1616
},
1717
"dependencies": {
18-
"@react-email/components": "workspace:0.0.27",
18+
"@react-email/components": "workspace:0.0.28",
1919
"nodemailer": "6.9.9",
2020
"react": "19.0.0-rc-02c0e824-20241028",
2121
"react-dom": "19.0.0-rc-02c0e824-20241028"

examples/plunk/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.28
8+
39
## 1.0.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)