Skip to content

Commit

Permalink
chore(create-email, react-email): Bump for canary release (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern authored May 16, 2024
1 parent ebfef8f commit 94f0ae9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@react-email/components": "0.0.18-canary.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "2.1.3-canary.1"
"react-email": "2.1.3-canary.2"
},
"devDependencies": {
"next": "14.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-email",
"version": "0.0.26-canary.1",
"version": "0.0.26-canary.2",
"description": "The easiest way to get started with React Email",
"main": "src/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-email/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@react-email/components": "0.0.18-canary.0",
"react-email": "2.1.3-canary.1",
"react-email": "2.1.3-canary.2",
"react": "^18.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email",
"version": "2.1.3-canary.1",
"version": "2.1.3-canary.2",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./cli/index.js"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 94f0ae9

Please sign in to comment.