Skip to content

Commit cf7c842

Browse files
committed
bump to 4.0.0-alpha.3
1 parent d9f2075 commit cf7c842

File tree

8 files changed

+21
-5
lines changed

8 files changed

+21
-5
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
"angry-bugs-sing",
4646
"empty-phones-relax",
4747
"empty-rivers-laugh",
48+
"fast-birds-fail",
4849
"loud-clouds-wink",
50+
"nine-masks-sort",
4951
"spicy-beds-explain",
5052
"unlucky-tigers-destroy"
5153
]

packages/create-email/CHANGELOG.md

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

3+
## 1.0.0-alpha.2
4+
35
## 1.0.0-alpha.1
46

57
## 1.0.0-alpha.0

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.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "The easiest way to get started with React Email",
55
"main": "src/index.js",
66
"type": "module",

packages/create-email/template/CHANGELOG.md

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

3+
## 1.0.0-alpha.2
4+
5+
### Patch Changes
6+
7+
8+
39
## 1.0.0-alpha.1
410

511
### Patch Changes

packages/create-email/template/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-starter",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"private": true,
55
"scripts": {
66
"build": "email build",
@@ -15,6 +15,6 @@
1515
"devDependencies": {
1616
"@types/react": "19.0.1",
1717
"@types/react-dom": "19.0.1",
18-
"react-email": "workspace:4.0.0-alpha.2"
18+
"react-email": "workspace:4.0.0-alpha.3"
1919
}
2020
}

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.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- df0940a: Fix code view contrast
8+
39
## 4.0.0-alpha.2
410

511
### Minor 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.0-alpha.2",
3+
"version": "4.0.0-alpha.3",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/cli/index.js"

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)