Skip to content

chore(components, create-email, head, react-email, render, tailwind): Bump for canary release #1459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"export": "email export"
},
"dependencies": {
"@react-email/components": "0.0.17-canary.1",
"@react-email/components": "0.0.18-canary.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "2.1.2-canary.0"
"react-email": "2.1.3-canary.0"
},
"devDependencies": {
"next": "14.1.4",
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "0.0.18-canary.0",
"description": "A collection of all components React Email.",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -48,18 +48,18 @@
"@react-email/column": "0.0.10",
"@react-email/container": "0.0.12",
"@react-email/font": "0.0.6",
"@react-email/head": "0.0.8-canary.0",
"@react-email/head": "0.0.9-canary.0",
"@react-email/heading": "0.0.12",
"@react-email/hr": "0.0.8",
"@react-email/html": "0.0.8",
"@react-email/img": "0.0.8",
"@react-email/link": "0.0.8",
"@react-email/markdown": "0.0.10",
"@react-email/preview": "0.0.9",
"@react-email/render": "0.0.13",
"@react-email/render": "0.0.14-canary.0",
"@react-email/row": "0.0.8",
"@react-email/section": "0.0.12",
"@react-email/tailwind": "0.0.16-canary.1",
"@react-email/tailwind": "0.0.17-canary.0",
"@react-email/text": "0.0.8"
},
"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.1",
"version": "0.0.26-canary.0",
"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.17-canary.1",
"react-email": "2.1.2-canary.0",
"@react-email/components": "0.0.18-canary.0",
"react-email": "2.1.3-canary.0",
"react": "^18.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/head/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/head",
"version": "0.0.8-canary.0",
"version": "0.0.9-canary.0",
"description": "Contains head components such as style and meta elements.",
"sideEffects": false,
"main": "./dist/index.js",
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.2-canary.0",
"version": "2.1.3-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.7",
"@react-email/render": "0.0.13",
"@react-email/render": "0.0.14-canary.0",
"@swc/core": "1.3.101",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/render",
"version": "0.0.13",
"version": "0.0.14-canary.0",
"description": "Transform React components into HTML email templates",
"sideEffects": false,
"main": "./dist/index.js",
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.1",
"version": "0.0.17-canary.0",
"description": "A React component to wrap emails with Tailwind CSS",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

Loading