Skip to content

Commit 937a65d

Browse files
chore: Bump for release (#1759)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8780204 commit 937a65d

30 files changed

+116
-50
lines changed

.changeset/five-pants-boil.md

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

.changeset/gold-weeks-own.md

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

.changeset/moody-steaks-invent.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.2
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.27
8+
39
## 1.0.1
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.1",
3+
"version": "1.0.2",
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.26",
19+
"@react-email/components": "workspace:0.0.27",
2020
"react": "19.0.0-rc-187dd6a7-20240806",
2121
"react-dom": "19.0.0-rc-187dd6a7-20240806"
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.2
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.27
8+
39
## 1.0.1
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.1",
3+
"version": "1.0.2",
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.26",
18+
"@react-email/components": "workspace:0.0.27",
1919
"mailersend": "^2.0.0",
2020
"react": "19.0.0-rc-187dd6a7-20240806",
2121
"react-dom": "19.0.0-rc-187dd6a7-20240806"

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.2
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.27
8+
39
## 1.0.1
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.1",
3+
"version": "1.0.2",
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.26",
18+
"@react-email/components": "workspace:0.0.27",
1919
"nodemailer": "6.9.9",
2020
"react": "19.0.0-rc-187dd6a7-20240806",
2121
"react-dom": "19.0.0-rc-187dd6a7-20240806"

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.2
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.27
8+
39
## 1.0.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)