Skip to content
Open
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
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"playground": "0.0.9"
},
"changesets": [
"dull-ghosts-begin",
"eighty-ravens-juggle",
"famous-pandas-unite",
"flat-masks-take",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-email/components

## 1.0.0-canary.3

### Patch Changes

- Updated dependencies [1e76981]
- @react-email/tailwind@2.0.0-canary.2

## 1.0.0-canary.2

### Patch Changes
Expand Down
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": "1.0.0-canary.2",
"version": "1.0.0-canary.3",
"description": "A collection of all components React Email.",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@react-email/render": "workspace:2.0.0-canary.0",
"@react-email/row": "workspace:0.0.12",
"@react-email/section": "workspace:0.0.16",
"@react-email/tailwind": "workspace:2.0.0-canary.1",
"@react-email/tailwind": "workspace:2.0.0-canary.2",
"@react-email/text": "workspace:0.1.5"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/preview-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-email/preview-server

## 5.0.0-canary.4

### Patch Changes

- Updated dependencies [1e76981]
- @react-email/tailwind@2.0.0-canary.2

## 5.0.0-canary.3

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/preview-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/preview-server",
"version": "5.0.0-canary.3",
"version": "5.0.0-canary.4",
"description": "A live preview of your emails right in your browser.",
"scripts": {
"build": "tsx ./scripts/build-preview-server.mts",
Expand All @@ -26,7 +26,7 @@
"@radix-ui/react-toggle": "1.1.10",
"@radix-ui/react-toggle-group": "1.1.11",
"@radix-ui/react-tooltip": "1.2.8",
"@react-email/tailwind": "workspace:2.0.0-canary.1",
"@react-email/tailwind": "workspace:2.0.0-canary.2",
"@types/node": "22.14.1",
"@types/normalize-path": "3.0.2",
"@types/react": "19.0.10",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# react-email

## 5.0.0-canary.4

## 5.0.0-canary.3

### Minor Changes
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": "5.0.0-canary.3",
"version": "5.0.0-canary.4",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-email/tailwind

## 2.0.0-canary.2

### Patch Changes

- 1e76981: export granular APIs in a more tree shakeable way

## 2.0.0-canary.1

### Patch Changes
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": "2.0.0-canary.1",
"version": "2.0.0-canary.2",
"description": "A React component to wrap emails with Tailwind CSS",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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