Skip to content
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

feat(tailwind): Smaller bundle size #1383

Open
wants to merge 111 commits into
base: canary
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
111 commits
Select commit Hold shift + click to select a range
2092215
feat(head): iOS formatting meta tag as default (#1369)
endymion1818 Mar 28, 2024
be72c02
fix(create-email): Tailwind imported from @react-email/tailwind which…
hank619 Mar 29, 2024
af59dc4
feat(tailwind): Context-aware treatment for components inside of Tail…
gabrielmfern Mar 14, 2024
522fccd
chore(tailwind): Add a unit test to check if context is working insid…
gabrielmfern Mar 14, 2024
8405061
chore: Add postcss-selector-parser
gabrielmfern Mar 19, 2024
2a82fa9
feat(tailwind/hooks): useTailwind() hook that allows to straight up g…
gabrielmfern Mar 19, 2024
931c0d4
feat(tailwind): Function to convert css property to React property
gabrielmfern Mar 19, 2024
09fca98
feat(tailwind): Function to sanitize media queries using postcss util…
gabrielmfern Mar 19, 2024
bdba3ec
feat(tailwind): Function to generate JSX inline styles from a postcss…
gabrielmfern Mar 19, 2024
7cc4084
feat(tailwind): Function to sanitize a postcss declaration
gabrielmfern Mar 19, 2024
96fde73
feat(tailwind): Rewrite with the new utilities
gabrielmfern Mar 19, 2024
de39375
chore: Update the unit tests
gabrielmfern Mar 19, 2024
8d207df
fix(tailwind): No Head error being thrown with a Head inside of a com…
gabrielmfern Mar 19, 2024
e9d6e0a
chore: Remove unused utilities
gabrielmfern Mar 19, 2024
780f575
feat(tailwind): Sanitize all digits at the start of classes into the …
gabrielmfern Mar 19, 2024
e61542c
fix(tailwind): Unit test with wrong expected class name
gabrielmfern Mar 19, 2024
bfd3b30
fix(tailwind): Missing keys after head processing
gabrielmfern Mar 19, 2024
51cb876
fix(tailwind): Media rules not being merged when sanitizing
gabrielmfern Mar 19, 2024
37fa1a5
feat(tailwind): A utiltiy for walking and processing all of the eleme…
gabrielmfern Mar 20, 2024
60aff21
feat(tailwind): Component rewrite using the new walkElements utility
gabrielmfern Mar 20, 2024
dd5a6a1
chore(tailwind): Update the unit tests
gabrielmfern Mar 20, 2024
4dcc010
chore(tailwind): Rename the inlineStyles utility to makeInlineStylesFor
gabrielmfern Mar 20, 2024
6cc0760
feat(tailwind): Separate hook for cloning element with inlined styles
gabrielmfern Mar 20, 2024
07227e7
feat(tailwind): INline styles with the useCloneElementWIthInlinedStyl…
gabrielmfern Mar 20, 2024
00c3155
feat(tailwind): Unit test to check if the media queries are found out…
gabrielmfern Mar 20, 2024
28a8db2
fix(tailwind): Wrongly improted Node from postcss
gabrielmfern Mar 20, 2024
d1017e5
chore(tailwind): Remove things that would allow for React hooks to ru…
gabrielmfern Mar 26, 2024
5bd576d
chore(tailwind): Remove polyfills
gabrielmfern Mar 26, 2024
eb64545
feat(tailwind): Integration test for building a Next app using the Ta…
gabrielmfern Feb 23, 2024
f8e3cd1
fix(tailwind): next app build test running infinitely on watch
gabrielmfern Feb 23, 2024
fafeb98
chore(tailwind): Ignore automated-test-next-app
gabrielmfern Feb 23, 2024
a9ff8a4
fix(tailwind): Automated testing Next app not using pnpm to install d…
gabrielmfern Feb 29, 2024
2be9cd4
chore(tailwind): Use pnpm to run build script on testing Next app
gabrielmfern Feb 29, 2024
83a6907
chore(tailwind): Add manual production environment for vite to build …
gabrielmfern Mar 26, 2024
60575f8
chore(tailwind): Update comment for mapReactTree utility
gabrielmfern Mar 27, 2024
b9577da
chore: update lock
gabrielmfern Mar 27, 2024
8750a97
chore(tailwind): Update tests to remove escaping characters on tests
gabrielmfern Mar 27, 2024
5830dd6
chore(tailwind): Move automated-test-next-app into using npm
gabrielmfern Mar 27, 2024
4fc00a0
chore(tailwind): remove unused get-css-for-markup utility
gabrielmfern Mar 27, 2024
89c7345
chore(tailwind): Move automated-test-next-app into integrations/nextjs
gabrielmfern Mar 27, 2024
9ead21c
chore(tailwind): Format
gabrielmfern Mar 27, 2024
5831990
chore(tailwind): Remove unused rulesFor utility
gabrielmfern Mar 27, 2024
1d9e044
chore(tailwind): Update the `ignorePatterns` of the eslint config
gabrielmfern Mar 27, 2024
d7ff7cf
chore(tailwind): Update the styles ordering in the <Button> test
gabrielmfern Mar 29, 2024
615759d
chore(deps): update dependency postcss to v8.4.38 (#1392)
renovate[bot] Apr 1, 2024
db68c92
chore(tailwind): Update the integration README
gabrielmfern Apr 2, 2024
ffbdb61
feat(tailwind): Vite with React integration test
gabrielmfern Apr 2, 2024
2a0513a
chore(tailwind): Attempt removing the yalc files to check if tests st…
gabrielmfern Apr 2, 2024
93ffa8b
fix(tailwind): React.forwardRef components not working (#1335)
nzben Apr 3, 2024
5aae339
Merge branch 'canary' into fix/tailwind-context-issues
gabrielmfern Apr 2, 2024
d81734f
chore(tailwind): Format
gabrielmfern Apr 2, 2024
0fa5ad6
fix(tailwind): Grammar for the missing `<head>` element error
gabrielmfern Apr 2, 2024
fbb3283
fix(tailwind): Escaped characters inside of recently merged test
gabrielmfern Apr 3, 2024
41ae846
chore(tailwind): Format
gabrielmfern Apr 3, 2024
6297e7b
feat(head): iOS formatting meta tag as default (#1369)
endymion1818 Mar 28, 2024
45c69f6
fix(create-email): Tailwind imported from @react-email/tailwind which…
hank619 Mar 29, 2024
a6f4809
chore(deps): update dependency postcss to v8.4.38 (#1392)
renovate[bot] Apr 1, 2024
85a0771
fix(tailwind): React.forwardRef components not working (#1335)
nzben Apr 3, 2024
44427a3
chore(components, create-email, head, tailwind): Bump for canary rele…
gabrielmfern Apr 3, 2024
4d8b119
fix(tailwind): Children always being transformed into an array (#1397)
gabrielmfern Apr 3, 2024
de8597f
chore(components, create-email, react-email, tailwind): Bump for cana…
gabrielmfern Apr 3, 2024
b7ad24b
fix(render): Tests for the web env not using the server.browser versi…
gabrielmfern Apr 4, 2024
74052e2
fix(react-email): Issue with `email dev` when there is a `browserslis…
gabrielmfern Apr 4, 2024
3312f09
feat(react-email): Improved error stack traces for preview server (#1…
gabrielmfern Apr 19, 2024
3e84153
fix(react-email, render): Dependabot security vulnerabilities from de…
gabrielmfern Apr 19, 2024
2c2b070
chore(deps): update dependency vite [security] (#1399)
renovate[bot] Apr 19, 2024
6ff630a
fix(react-email): Missing URLSearchParams on global context for email…
vlaforet Apr 19, 2024
ba50d8d
Merge branch 'canary' into fix/tailwind-context-issues
gabrielmfern Apr 16, 2024
342eff3
fix: artifcats from merging with canary
gabrielmfern Apr 16, 2024
dbd181c
chore: format
gabrielmfern Apr 16, 2024
a173dbd
chore: lint
gabrielmfern Apr 16, 2024
c6658fa
chore: rename wrong describe content of the map-react-tree utilility'…
gabrielmfern Apr 23, 2024
13bf3a4
chore: remove duplicate test for React.forwardRef with Tailwind
gabrielmfern Apr 23, 2024
0e796d8
chore: update locks for integrations
gabrielmfern Apr 23, 2024
50df780
feat(tailwind): Updated tailwindcss package to 3.4.10 (#1655)
gabrielmfern Sep 2, 2024
a4adb29
chore: Add changeset
gabrielmfern Sep 3, 2024
00ea7c1
chore(deps): update dependency @radix-ui/react-tooltip to v1.1.2 (#1652)
renovate[bot] Sep 3, 2024
a905203
chore(deps): update dependency @responsive-email/react-email to v0.0.…
renovate[bot] Sep 3, 2024
1af53fb
fix(react-email): NODE_ENV for emails as "PRODUCTION"
gabrielmfern Sep 12, 2024
76bbf7b
chore(react-email): Add Request and Response as globals (#1651)
gabrielmfern Sep 13, 2024
2270ec2
chore: Bump for release (canary) (#1657)
github-actions[bot] Sep 13, 2024
8ceb667
fix(react-email): Missing util/types for imports
gabrielmfern Sep 13, 2024
da82d77
fix(react-email): Missing AbortSignal, Event and EventTarget missing …
gabrielmfern Sep 13, 2024
413d372
chore: Bump for release (canary) (#1679)
github-actions[bot] Sep 13, 2024
c8e0683
fix(link): text decoration's underline reset (#1684)
gabrielmfern Sep 16, 2024
59e27bc
fix(react-email): MongoDB driver import breaking compilation (#1685)
gabrielmfern Sep 16, 2024
bd4747f
fix(button): NaN values on the button (#1650)
gabrielmfern Sep 16, 2024
077360f
chore: Bump for release (canary) (#1686)
github-actions[bot] Sep 17, 2024
6c20067
fix(tailwind): `float-left` utility being converted to `cssFloat: "le…
gabrielmfern Sep 17, 2024
15e95c7
fix(tailwind): User-defined CSS variables being replaced with undefin…
gabrielmfern Sep 17, 2024
2ba0f59
chore: Bump for release (canary) (#1688)
github-actions[bot] Sep 18, 2024
16bcb22
chore(deps-dev): bump vite from 5.4.2 to 5.4.6 (#1694)
dependabot[bot] Sep 18, 2024
749774d
fix(deps): update dependency next to v14.2.10 [security] (#1692)
renovate[bot] Sep 18, 2024
cf06253
Merge branch 'canary' into fix/tailwind-context-issues
gabrielmfern May 2, 2024
6083813
remove test that should have been deleted during rebase
gabrielmfern Jun 18, 2024
10ce90c
remove extra forward ref unit test
gabrielmfern Jun 18, 2024
b2f8817
update test for mapReactTree to account for the new way of inlining s…
gabrielmfern Sep 18, 2024
cec2097
update so that our implementation of CSS variable resolution is not a…
gabrielmfern Sep 18, 2024
fa22b55
update tests
gabrielmfern Sep 18, 2024
0e2c91e
update integration tests
gabrielmfern Sep 18, 2024
8395984
update react-email tests using vercel-invite-user template
gabrielmfern Sep 18, 2024
2f23029
add changeset
gabrielmfern Sep 18, 2024
bf8f213
remove some unused dependencies
gabrielmfern Sep 18, 2024
0360dc7
update snapshots
gabrielmfern Sep 18, 2024
3c1eb13
make class manipulation test more thorough
gabrielmfern Sep 18, 2024
85ddbf2
fix style manipulation
gabrielmfern Sep 18, 2024
b69a838
fix Button test and one other snapshot
gabrielmfern Sep 18, 2024
6371876
update CLI snapshots
gabrielmfern Sep 18, 2024
364d55b
format
gabrielmfern Sep 18, 2024
9865d58
fix rebase artifacts
gabrielmfern Sep 18, 2024
4ec6fb3
format
gabrielmfern Sep 18, 2024
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
5 changes: 5 additions & 0 deletions .changeset/brave-pumas-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-email": patch
---

Add util/types as a module
5 changes: 5 additions & 0 deletions .changeset/few-experts-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-email": patch
---

Fix missing Request and Response globals
5 changes: 5 additions & 0 deletions .changeset/gorgeous-ravens-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-email": patch
---

Fix NODE_ENV for emails as "PRODUCTION" instead of "DEVELOPMENT"
5 changes: 5 additions & 0 deletions .changeset/heavy-rings-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-email/tailwind": patch
---

Fixes CSS variables being replaced with `undefined`
5 changes: 5 additions & 0 deletions .changeset/lazy-jokes-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-email/tailwind": major
---

Updates `tailwindcss` to latest version, but requires use of `@react-email/render@>=1.0.0`
57 changes: 57 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"mode": "pre",
"tag": "canary",
"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.0",
"react-email-with-mailersend": "1.0.0",
"react-email-with-nodemailer": "1.0.0",
"react-email-with-plunk": "1.0.0",
"react-email-with-postmark": "1.0.0",
"react-email-with-resend": "1.0.0",
"react-email-with-next-scaleway": "1.0.0",
"react-email-with-node-scaleway": "1.0.0",
"react-email-with-sendgrid": "1.0.0",
"@react-email/body": "0.0.10",
"@react-email/button": "0.0.17",
"@react-email/code-block": "0.0.9",
"@react-email/code-inline": "0.0.4",
"@react-email/column": "0.0.12",
"@react-email/components": "0.0.25",
"@react-email/container": "0.0.14",
"create-email": "0.0.34",
"react-email-starter": "0.0.34",
"eslint-config-custom": "0.0.0",
"@react-email/font": "0.0.8",
"@react-email/head": "0.0.11",
"@react-email/heading": "0.0.14",
"@react-email/hr": "0.0.10",
"@react-email/html": "0.0.10",
"@react-email/img": "0.0.10",
"@react-email/link": "0.0.10",
"@react-email/markdown": "0.0.12",
"@react-email/preview": "0.0.11",
"react-email": "3.0.1",
"@react-email/render": "1.0.1",
"@react-email/row": "0.0.10",
"@react-email/section": "0.0.14",
"@react-email/tailwind": "0.1.0",
"@react-email/text": "0.0.10",
"tsconfig": "0.0.0"
},
"changesets": [
"brave-pumas-march",
"few-experts-prove",
"gorgeous-ravens-tease",
"heavy-rings-work",
"lazy-jokes-matter",
"selfish-garlics-clap",
"soft-timers-roll",
"tender-cooks-glow",
"twenty-trainers-argue",
"young-terms-sparkle"
]
}
5 changes: 5 additions & 0 deletions .changeset/quiet-donkeys-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-email/tailwind": minor
---

Refactored internally to have a much smaller bundle size
5 changes: 5 additions & 0 deletions .changeset/selfish-garlics-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-email/tailwind": patch
---

Fix `css-float` being used for utilities such as `float-left`
5 changes: 5 additions & 0 deletions .changeset/soft-timers-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-email/button": patch
---

Fix NaN values on rendered Button HTML
5 changes: 5 additions & 0 deletions .changeset/tender-cooks-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-email/link": patch
---

Fix textDecoration reset being too broad
5 changes: 5 additions & 0 deletions .changeset/twenty-trainers-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-email": patch
---

Add AbortSignal, Event and EventTarget
5 changes: 5 additions & 0 deletions .changeset/young-terms-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-email": patch
---

Add missing timers/promises Node module for `email dev`
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-email": "workspace:*"
},
"devDependencies": {
"next": "14.2.3",
"next": "14.2.10",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"tsx": "4.9.0"
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "1.1.1",
"@radix-ui/react-tooltip": "1.1.2",
"@types/babel__core": "7.20.5",
"@types/node": "^20",
"@types/react": "^18",
Expand All @@ -46,12 +46,12 @@
"classnames": "2.5.1",
"eslint": "^8",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.40",
"tailwindcss": "3.4.3",
"eslint-config-prettier": "9.0.0",
"html-to-ast": "0.0.6",
"postcss": "8.4.40",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.3",
"tsconfig": "workspace:*",
"typescript": "5.1.6",
"zod": "3.23.8"
Expand Down
19 changes: 19 additions & 0 deletions examples/aws-ses/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# react-email-with-aws-ses

## 1.0.1-canary.2

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.0

### Patch Changes

- @react-email/[email protected]
4 changes: 2 additions & 2 deletions examples/aws-ses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-aws-ses",
"version": "1.0.0",
"version": "1.0.1-canary.2",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@aws-sdk/client-ses": "3.341.0",
"@react-email/components": "workspace:0.0.25",
"@react-email/components": "workspace:0.0.26-canary.2",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
},
Expand Down
19 changes: 19 additions & 0 deletions examples/mailersend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# react-email-with-mailersend

## 1.0.1-canary.2

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.0

### Patch Changes

- @react-email/[email protected]
4 changes: 2 additions & 2 deletions examples/mailersend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-mailersend",
"version": "1.0.0",
"version": "1.0.1-canary.2",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -15,7 +15,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@react-email/components": "workspace:0.0.25",
"@react-email/components": "workspace:0.0.26-canary.2",
"mailersend": "^2.0.0",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
Expand Down
19 changes: 19 additions & 0 deletions examples/nodemailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# react-email-with-nodemailer

## 1.0.1-canary.2

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.0

### Patch Changes

- @react-email/[email protected]
4 changes: 2 additions & 2 deletions examples/nodemailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-nodemailer",
"version": "1.0.0",
"version": "1.0.1-canary.2",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -15,7 +15,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@react-email/components": "workspace:0.0.25",
"@react-email/components": "workspace:0.0.26-canary.2",
"nodemailer": "6.9.9",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
Expand Down
19 changes: 19 additions & 0 deletions examples/plunk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# react-email-with-plunk

## 1.0.1-canary.2

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.0

### Patch Changes

- @react-email/[email protected]
4 changes: 2 additions & 2 deletions examples/plunk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-plunk",
"version": "1.0.0",
"version": "1.0.1-canary.2",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@plunk/node": "3.0.2",
"@react-email/components": "workspace:0.0.25",
"@react-email/components": "workspace:0.0.26-canary.2",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
},
Expand Down
19 changes: 19 additions & 0 deletions examples/postmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# react-email-with-postmark

## 1.0.1-canary.2

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.0

### Patch Changes

- @react-email/[email protected]
4 changes: 2 additions & 2 deletions examples/postmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-postmark",
"version": "1.0.0",
"version": "1.0.1-canary.2",
"license": "MIT",
"private": true,
"type": "module",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"postmark": "3.0.14",
"@react-email/components": "workspace:0.0.25",
"@react-email/components": "workspace:0.0.26-canary.2",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
},
Expand Down
19 changes: 19 additions & 0 deletions examples/resend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# react-email-with-resend

## 1.0.1-canary.2

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.0

### Patch Changes

- @react-email/[email protected]
4 changes: 2 additions & 2 deletions examples/resend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-resend",
"version": "1.0.0",
"version": "1.0.1-canary.2",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"next": "15.0.0-canary.117",
"@react-email/components": "workspace:0.0.25",
"@react-email/components": "workspace:0.0.26-canary.2",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806",
"resend": "4.0.0"
Expand Down
19 changes: 19 additions & 0 deletions examples/scaleway/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# react-email-with-next-scaleway

## 1.0.1-canary.2

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.1-canary.0

### Patch Changes

- @react-email/[email protected]
Loading
Loading