Skip to content

Commit 24968a1

Browse files
committed
chore: Bump for 4.0.0-alpha.0 release
1 parent ee700cf commit 24968a1

File tree

6 files changed

+61
-5
lines changed

6 files changed

+61
-5
lines changed

.changeset/empty-rivers-laugh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"react-email": minor
2+
"react-email": major
33
---
44

55
Added toolbar with a link checker

.changeset/pre.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"mode": "pre",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"demo": "0.0.0",
6+
"web": "0.0.0",
7+
"@benchmarks/preview-server": "0.0.0",
8+
"@benchmarks/tailwind-component": "0.0.0",
9+
"react-email-with-aws-ses": "1.0.7",
10+
"react-email-with-mailersend": "1.0.7",
11+
"react-email-with-nodemailer": "1.0.7",
12+
"react-email-with-plunk": "1.0.7",
13+
"react-email-with-postmark": "1.0.7",
14+
"react-email-with-resend": "1.0.7",
15+
"react-email-with-next-scaleway": "1.0.7",
16+
"react-email-with-node-scaleway": "1.0.7",
17+
"react-email-with-sendgrid": "1.0.7",
18+
"@react-email/body": "0.0.11",
19+
"@react-email/button": "0.0.19",
20+
"@react-email/code-block": "0.0.11",
21+
"@react-email/code-inline": "0.0.5",
22+
"@react-email/column": "0.0.13",
23+
"@react-email/components": "0.0.33",
24+
"@react-email/container": "0.0.15",
25+
"create-email": "0.1.9",
26+
"react-email-starter": "0.1.9",
27+
"@react-email/font": "0.0.9",
28+
"@react-email/head": "0.0.12",
29+
"@react-email/heading": "0.0.15",
30+
"@react-email/hr": "0.0.11",
31+
"@react-email/html": "0.0.11",
32+
"@react-email/img": "0.0.11",
33+
"@react-email/link": "0.0.12",
34+
"@react-email/markdown": "0.0.14",
35+
"@react-email/preview": "0.0.12",
36+
"react-email": "3.0.7",
37+
"@react-email/render": "1.0.5",
38+
"@react-email/row": "0.0.12",
39+
"@react-email/section": "0.0.16",
40+
"@react-email/tailwind": "1.0.4",
41+
"@react-email/text": "0.0.11",
42+
"tsconfig": "0.0.0"
43+
},
44+
"changesets": [
45+
"empty-rivers-laugh"
46+
]
47+
}

packages/create-email/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"devDependencies": {
1616
"@types/react": "19.0.1",
1717
"@types/react-dom": "19.0.1",
18-
"react-email": "workspace:3.0.7"
18+
"react-email": "workspace:4.0.0-alpha.0"
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.0
4+
5+
### Major Changes
6+
7+
- f7d352e: Added toolbar with a link checker
8+
39
## 3.0.7
410

511
### Patch Changes

packages/react-email/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-email",
3-
"version": "3.0.7",
3+
"version": "4.0.0-alpha.0",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/cli/index.js"
@@ -18,7 +18,10 @@
1818
"url": "https://github.com/resend/react-email.git",
1919
"directory": "packages/react-email"
2020
},
21-
"keywords": ["react", "email"],
21+
"keywords": [
22+
"react",
23+
"email"
24+
],
2225
"engines": {
2326
"node": ">=18.0.0"
2427
},

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)