Skip to content

Commit fa542bf

Browse files
committed
Bump to 4.0.0-alpha.4
1 parent b96e27a commit fa542bf

File tree

9 files changed

+31
-5
lines changed

9 files changed

+31
-5
lines changed

.changeset/flat-apes-sniff.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"react-email-starter": patch
3+
"create-email": patch
4+
---
5+
6+

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@
4747
"empty-phones-relax",
4848
"empty-rivers-laugh",
4949
"fast-birds-fail",
50+
"flat-apes-sniff",
5051
"loud-clouds-wink",
5152
"nine-masks-sort",
53+
"polite-apples-sit",
5254
"spicy-beds-explain",
5355
"unlucky-tigers-destroy"
5456
]

packages/create-email/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-email
22

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

511
## 1.0.0-alpha.1

packages/create-email/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-email",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-email-starter
22

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

511
### Patch Changes

packages/create-email/template/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-email-starter",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
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.3"
18+
"react-email": "workspace:4.0.0-alpha.4"
1919
}
2020
}

packages/react-email/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-email
22

3+
## 4.0.0-alpha.4
4+
5+
### Minor Changes
6+
7+
- 4d70ddd: add spam checker on the sidebar
8+
39
## 4.0.0-alpha.3
410

511
### Patch Changes

packages/react-email/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-email",
3-
"version": "4.0.0-alpha.3",
3+
"version": "4.0.0-alpha.4",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/cli/index.js"

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)