Skip to content

Commit

Permalink
chore: Bump for 4.0.0-alpha.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Jan 27, 2025
1 parent a9f3232 commit 92ff716
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .changeset/empty-rivers-laugh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"react-email": minor
"react-email": major
---

Added toolbar with a link checker
47 changes: 47 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"demo": "0.0.0",
"web": "0.0.0",
"@benchmarks/preview-server": "0.0.0",
"@benchmarks/tailwind-component": "0.0.0",
"react-email-with-aws-ses": "1.0.7",
"react-email-with-mailersend": "1.0.7",
"react-email-with-nodemailer": "1.0.7",
"react-email-with-plunk": "1.0.7",
"react-email-with-postmark": "1.0.7",
"react-email-with-resend": "1.0.7",
"react-email-with-next-scaleway": "1.0.7",
"react-email-with-node-scaleway": "1.0.7",
"react-email-with-sendgrid": "1.0.7",
"@react-email/body": "0.0.11",
"@react-email/button": "0.0.19",
"@react-email/code-block": "0.0.11",
"@react-email/code-inline": "0.0.5",
"@react-email/column": "0.0.13",
"@react-email/components": "0.0.32",
"@react-email/container": "0.0.15",
"create-email": "0.1.8",
"react-email-starter": "0.1.8",
"@react-email/font": "0.0.9",
"@react-email/head": "0.0.12",
"@react-email/heading": "0.0.15",
"@react-email/hr": "0.0.11",
"@react-email/html": "0.0.11",
"@react-email/img": "0.0.11",
"@react-email/link": "0.0.12",
"@react-email/markdown": "0.0.14",
"@react-email/preview": "0.0.12",
"react-email": "3.0.6",
"@react-email/render": "1.0.4",
"@react-email/row": "0.0.12",
"@react-email/section": "0.0.16",
"@react-email/tailwind": "1.0.4",
"@react-email/text": "0.0.11",
"tsconfig": "0.0.0"
},
"changesets": [
"empty-rivers-laugh"
]
}
2 changes: 1 addition & 1 deletion packages/create-email/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"react-email": "workspace:3.0.6"
"react-email": "workspace:4.0.0-alpha.0"
}
}
6 changes: 6 additions & 0 deletions packages/react-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email

## 4.0.0-alpha.0

### Major Changes

- f7d352e: Added toolbar with a link checker

## 3.0.6

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/react-email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email",
"version": "3.0.6",
"version": "4.0.0-alpha.0",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./dist/cli/index.js"
Expand All @@ -18,7 +18,10 @@
"url": "https://github.com/resend/react-email.git",
"directory": "packages/react-email"
},
"keywords": ["react", "email"],
"keywords": [
"react",
"email"
],
"engines": {
"node": ">=18.0.0"
},
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92ff716

Please sign in to comment.