Skip to content

Commit

Permalink
chore: Bump for release (canary) (#1592)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and gabrielmfern committed Aug 22, 2024
1 parent b4f26f2 commit 7ce855f
Show file tree
Hide file tree
Showing 12 changed files with 102 additions and 12 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,20 @@
"@react-email/section": "0.0.13",
"@react-email/tailwind": "0.0.19",
"@react-email/text": "0.0.9",
"tsconfig": "0.0.0"
"tsconfig": "0.0.0",
"@benchmarks/preview-server": "0.0.0"
},
"changesets": [
"curly-fireants-allow",
"dry-humans-return",
"fast-countries-marry",
"five-humans-dream",
"many-donuts-retire",
"nasty-carrots-burn",
"new-coats-cover",
"odd-bobcats-know",
"old-suits-promise",
"popular-eagles-sniff",
"tame-windows-look",
"wild-mugs-kick"
]
Expand Down
25 changes: 25 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @react-email/components

## 0.0.23-canary.3

### Patch Changes

- Updated dependencies [3f67038]
- @react-email/render@1.0.0-canary.1
- @react-email/body@0.0.10-canary.0
- @react-email/button@0.0.17-canary.1
- @react-email/code-block@0.0.7-canary.0
- @react-email/code-inline@0.0.4-canary.0
- @react-email/column@0.0.12-canary.0
- @react-email/container@0.0.14-canary.0
- @react-email/font@0.0.8-canary.0
- @react-email/head@0.0.11-canary.0
- @react-email/heading@0.0.14-canary.0
- @react-email/hr@0.0.10-canary.0
- @react-email/html@0.0.10-canary.0
- @react-email/img@0.0.10-canary.0
- @react-email/link@0.0.10-canary.0
- @react-email/markdown@0.0.12-canary.0
- @react-email/preview@0.0.11-canary.0
- @react-email/row@0.0.10-canary.0
- @react-email/section@0.0.14-canary.0
- @react-email/text@0.0.10-canary.0

## 0.0.23-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": "0.0.23-canary.2",
"version": "0.0.23-canary.3",
"description": "A collection of all components React Email.",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@react-email/link": "workspace:0.0.10-canary.0",
"@react-email/markdown": "workspace:0.0.12-canary.0",
"@react-email/preview": "workspace:0.0.11-canary.0",
"@react-email/render": "workspace:0.0.18-canary.0",
"@react-email/render": "workspace:1.0.0-canary.1",
"@react-email/row": "workspace:0.0.10-canary.0",
"@react-email/section": "workspace:0.0.14-canary.0",
"@react-email/tailwind": "workspace:0.1.0-canary.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-email

## 0.0.31-canary.5

## 0.0.31-canary.4

## 0.0.31-canary.3
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.31-canary.4",
"version": "0.0.31-canary.5",
"description": "The easiest way to get started with React Email",
"main": "src/index.js",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-email/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# react-email-starter

## 0.0.31-canary.5

### Patch Changes

- Updated dependencies [f552226]
- Updated dependencies [2799bb4]
- Updated dependencies [3f67038]
- react-email@3.0.0-canary.0
- @react-email/components@0.0.23-canary.3

## 0.0.31-canary.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/create-email/template/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "react-email-starter",
"version": "0.0.31-canary.4",
"version": "0.0.31-canary.5",
"private": true,
"scripts": {
"build": "email build",
"dev": "email dev",
"export": "email export"
},
"dependencies": {
"@react-email/components": "workspace:0.0.23-canary.2",
"react-email": "workspace:2.2.0-alpha-fa7021659-20240814",
"@react-email/components": "workspace:0.0.23-canary.3",
"react-email": "workspace:3.0.0-canary.0",
"react-dom": "19.0.0-rc.0",
"react": "19.0.0-rc.0"
},
Expand Down
27 changes: 27 additions & 0 deletions packages/react-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# react-email

## 3.0.0-canary.0

### Major Changes

- f552226: Use a built version of preview app when running `email dev`

### Patch Changes

- 2799bb4: fix email template preview failing with emails having spaces
- 3f67038: Deprecated `renderAsync` and made `render` itself always async

## Why

Three reasons:

1. Better support of NextJS's latest versions
2. Being ready for future React API deprecations
3. Support for Suspense which allows for using async inside components

See https://github.com/resend/react-email/discussions/1144 for more info.

## How to upgrade

If you are using the old `render`, you will need to now treat the Promise
that comes out of it, as it is now async. If you are using `renderAsync`,
you can replace it with `render` and things should work the same.

## 2.1.7-canary.2

### Patch 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": "2.2.0-alpha-fa7021659-20240814",
"version": "3.0.0-canary.0",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./dist/cli/index.js"
Expand Down
22 changes: 22 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @react-email/render

## 1.0.0-canary.1

### Major Changes

- 3f67038: Deprecated `renderAsync` and made `render` itself always async

## Why

Three reasons:

1. Better support of NextJS's latest versions
2. Being ready for future React API deprecations
3. Support for Suspense which allows for using async inside components

See https://github.com/resend/react-email/discussions/1144 for more info.

## How to upgrade

If you are using the old `render`, you will need to now treat the Promise
that comes out of it, as it is now async. If you are using `renderAsync`,
you can replace it with `render` and things should work the same.

## 0.0.18-canary.0

### Patch Changes
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.18-canary.0",
"version": "1.0.0-canary.1",
"description": "Transform React components into HTML email templates",
"sideEffects": false,
"main": "./dist/browser/index.js",
Expand Down
6 changes: 3 additions & 3 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 7ce855f

Please sign in to comment.