Skip to content

Commit 2242dcb

Browse files
chore(root): Version packages (#2254)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff118ea commit 2242dcb

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/nine-parks-drop.md

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

.changeset/spotty-items-teach.md

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

packages/create-email/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- ff118ea: fix broken node 18 support
8+
39
## 1.2.0
410

511
### Minor Changes

packages/create-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-email",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "The easiest way to get started with React Email",
55
"main": "src/index.js",
66
"type": "module",

packages/react-email/CHANGELOG.md

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

3+
## 4.0.15
4+
5+
### Patch Changes
6+
7+
- 812c551: fix preview server's background gradient interferring with the user's colors
8+
39
## 4.0.14
410

511
### Patch Changes

packages/react-email/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",
3-
"version": "4.0.14",
3+
"version": "4.0.15",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/cli/index.mjs"

0 commit comments

Comments
 (0)