Skip to content

Commit

Permalink
chore(components, create-email, react-email, tailwind): Bump for cana…
Browse files Browse the repository at this point in the history
…ry release (#1400)
  • Loading branch information
gabrielmfern authored Apr 3, 2024
1 parent 4d8b119 commit de8597f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 216 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/components",
"version": "0.0.17-canary.0",
"version": "0.0.17-canary.1",
"description": "A collection of all components React Email.",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@react-email/render": "0.0.12",
"@react-email/row": "0.0.7",
"@react-email/section": "0.0.11",
"@react-email/tailwind": "0.0.16-canary.0",
"@react-email/tailwind": "0.0.16-canary.1",
"@react-email/text": "0.0.7"
},
"peerDependencies": {
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.25-canary.0",
"version": "0.0.25-canary.1",
"description": "The easiest way to get started with React Email",
"main": "src/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-email/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"export": "email export"
},
"dependencies": {
"@react-email/components": "0.0.16",
"react-email": "2.1.1",
"@react-email/components": "0.0.17-canary.1",
"react-email": "2.1.2-canary.0",
"react": "18.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 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": "2.1.1",
"version": "2.1.2-canary.0",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./cli/index.js"
Expand Down Expand Up @@ -34,7 +34,7 @@
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-toggle-group": "1.0.4",
"@radix-ui/react-tooltip": "1.0.6",
"@react-email/components": "0.0.16",
"@react-email/components": "0.0.17-canary.1",
"@react-email/render": "0.0.12",
"@swc/core": "1.3.101",
"@types/react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/tailwind",
"version": "0.0.16-canary.0",
"version": "0.0.16-canary.1",
"description": "A React component to wrap emails with Tailwind CSS",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
211 changes: 3 additions & 208 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 de8597f

Please sign in to comment.