Skip to content

Commit 18eb307

Browse files
chore: Bump for release (#1811)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9540fc5 commit 18eb307

28 files changed

+110
-40
lines changed

.changeset/thin-kangaroos-destroy.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.6
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.31
8+
39
## 1.0.5
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.5",
3+
"version": "1.0.6",
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.30",
19+
"@react-email/components": "workspace:0.0.31",
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.6
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.31
8+
39
## 1.0.5
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.5",
3+
"version": "1.0.6",
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.30",
18+
"@react-email/components": "workspace:0.0.31",
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.6
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.31
8+
39
## 1.0.5
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.5",
3+
"version": "1.0.6",
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.30",
18+
"@react-email/components": "workspace:0.0.31",
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.6
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.31
8+
39
## 1.0.5
410

511
### Patch Changes

examples/plunk/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-plunk",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"license": "MIT",
55
"private": true,
66
"sideEffects": false,
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@plunk/node": "3.0.2",
19-
"@react-email/components": "workspace:0.0.30",
19+
"@react-email/components": "workspace:0.0.31",
2020
"react": "19.0.0-rc-02c0e824-20241028",
2121
"react-dom": "19.0.0-rc-02c0e824-20241028"
2222
},

examples/postmark/CHANGELOG.md

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

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.31
8+
39
## 1.0.5
410

511
### Patch Changes

0 commit comments

Comments
 (0)