Skip to content

Commit

Permalink
chore: Bump for canary release (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern authored Jan 30, 2025
1 parent dfc49b5 commit 2ff47dd
Show file tree
Hide file tree
Showing 28 changed files with 138 additions and 36 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,11 @@
"@react-email/text": "0.0.11",
"tsconfig": "0.0.0"
},
"changesets": ["dry-adults-grab", "early-mugs-divide", "mean-plums-exercise"]
"changesets": [
"chilly-donkeys-worry",
"dry-adults-grab",
"early-mugs-divide",
"mean-plums-exercise",
"smart-bananas-lie"
]
}
6 changes: 6 additions & 0 deletions examples/aws-ses/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email-with-aws-ses

## 1.0.8-canary.1

### Patch Changes

- @react-email/components@0.0.33-canary.1

## 1.0.8-canary.0

### Patch Changes
Expand Down
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.8-canary.0",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@aws-sdk/client-ses": "3.341.0",
"@react-email/components": "workspace:0.0.33-canary.0",
"@react-email/components": "workspace:0.0.33-canary.1",
"react": "^19",
"react-dom": "^19"
},
Expand Down
6 changes: 6 additions & 0 deletions examples/mailersend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email-with-mailersend

## 1.0.8-canary.1

### Patch Changes

- @react-email/components@0.0.33-canary.1

## 1.0.8-canary.0

### Patch Changes
Expand Down
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.8-canary.0",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -13,7 +13,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@react-email/components": "workspace:0.0.33-canary.0",
"@react-email/components": "workspace:0.0.33-canary.1",
"mailersend": "^2.0.0",
"react": "^19",
"react-dom": "^19"
Expand Down
6 changes: 6 additions & 0 deletions examples/nodemailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email-with-nodemailer

## 1.0.8-canary.1

### Patch Changes

- @react-email/components@0.0.33-canary.1

## 1.0.8-canary.0

### Patch Changes
Expand Down
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.8-canary.0",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -13,7 +13,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@react-email/components": "workspace:0.0.33-canary.0",
"@react-email/components": "workspace:0.0.33-canary.1",
"nodemailer": "6.9.9",
"react": "^19",
"react-dom": "^19"
Expand Down
6 changes: 6 additions & 0 deletions examples/plunk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email-with-plunk

## 1.0.8-canary.1

### Patch Changes

- @react-email/components@0.0.33-canary.1

## 1.0.8-canary.0

### Patch Changes
Expand Down
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.8-canary.0",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@plunk/node": "3.0.2",
"@react-email/components": "workspace:0.0.33-canary.0",
"@react-email/components": "workspace:0.0.33-canary.1",
"react": "^19",
"react-dom": "^19"
},
Expand Down
6 changes: 6 additions & 0 deletions examples/postmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email-with-postmark

## 1.0.8-canary.1

### Patch Changes

- @react-email/components@0.0.33-canary.1

## 1.0.8-canary.0

### Patch Changes
Expand Down
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.8-canary.0",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"type": "module",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"postmark": "3.0.14",
"@react-email/components": "workspace:0.0.33-canary.0",
"@react-email/components": "workspace:0.0.33-canary.1",
"react": "^19",
"react-dom": "^19"
},
Expand Down
6 changes: 6 additions & 0 deletions examples/resend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email-with-resend

## 1.0.8-canary.1

### Patch Changes

- @react-email/components@0.0.33-canary.1

## 1.0.8-canary.0

### Patch Changes
Expand Down
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.8-canary.0",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"next": "15.0.4",
"@react-email/components": "workspace:0.0.33-canary.0",
"@react-email/components": "workspace:0.0.33-canary.1",
"react": "^19",
"react-dom": "^19",
"resend": "4.0.1"
Expand Down
6 changes: 6 additions & 0 deletions examples/scaleway/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email-with-next-scaleway

## 1.0.8-canary.1

### Patch Changes

- @react-email/components@0.0.33-canary.1

## 1.0.8-canary.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/scaleway/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-next-scaleway",
"version": "1.0.8-canary.0",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@scaleway/sdk": "1.5.0",
"next": "15.0.4",
"@react-email/components": "workspace:0.0.33-canary.0",
"@react-email/components": "workspace:0.0.33-canary.1",
"react": "^19",
"react-dom": "^19"
},
Expand Down
6 changes: 6 additions & 0 deletions examples/scaleway/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email-with-node-scaleway

## 1.0.8-canary.1

### Patch Changes

- @react-email/components@0.0.33-canary.1

## 1.0.8-canary.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/scaleway/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-node-scaleway",
"version": "1.0.8-canary.0",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@scaleway/sdk": "1.4.0",
"@react-email/components": "workspace:0.0.33-canary.0",
"@react-email/components": "workspace:0.0.33-canary.1",
"react": "^19",
"react-dom": "^19"
},
Expand Down
6 changes: 6 additions & 0 deletions examples/sendgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email-with-sendgrid

## 1.0.8-canary.1

### Patch Changes

- @react-email/components@0.0.33-canary.1

## 1.0.8-canary.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/sendgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-sendgrid",
"version": "1.0.8-canary.0",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@sendgrid/mail": "7.7.0",
"@react-email/components": "workspace:0.0.33-canary.0",
"@react-email/components": "workspace:0.0.33-canary.1",
"react": "^19",
"react-dom": "^19"
},
Expand Down
27 changes: 27 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @react-email/components

## 0.0.33-canary.1

### Patch Changes

- Updated dependencies [dfc49b5]
- Updated dependencies [301f54b]
- @react-email/render@1.0.5-canary.1
- @react-email/body@0.0.11
- @react-email/button@0.0.19
- @react-email/code-block@0.0.11
- @react-email/code-inline@0.0.5
- @react-email/column@0.0.13
- @react-email/container@0.0.15
- @react-email/font@0.0.9
- @react-email/head@0.0.12
- @react-email/heading@0.0.15
- @react-email/hr@0.0.11
- @react-email/html@0.0.11
- @react-email/img@0.0.11
- @react-email/link@0.0.12
- @react-email/markdown@0.0.14
- @react-email/preview@0.0.12
- @react-email/row@0.0.12
- @react-email/section@0.0.16
- @react-email/tailwind@1.0.4
- @react-email/text@0.0.11

## 0.0.33-canary.0

### 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.33-canary.0",
"version": "0.0.33-canary.1",
"description": "A collection of all components React Email.",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@react-email/link": "workspace:0.0.12",
"@react-email/markdown": "workspace:0.0.14",
"@react-email/preview": "workspace:0.0.12",
"@react-email/render": "workspace:1.0.5-canary.0",
"@react-email/render": "workspace:1.0.5-canary.1",
"@react-email/row": "workspace:0.0.12",
"@react-email/section": "workspace:0.0.16",
"@react-email/tailwind": "workspace:1.0.4",
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.1.9-canary.1

## 0.1.9-canary.0

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

## 0.1.9-canary.1

### Patch Changes

- @react-email/components@0.0.33-canary.1

## 0.1.9-canary.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-email/template/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-email-starter",
"version": "0.1.9-canary.0",
"version": "0.1.9-canary.1",
"private": true,
"scripts": {
"build": "email build",
"dev": "email dev",
"export": "email export"
},
"dependencies": {
"@react-email/components": "workspace:0.0.33-canary.0",
"@react-email/components": "workspace:0.0.33-canary.1",
"react-dom": "19.0.0",
"react": "19.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-email/render

## 1.0.5-canary.1

### Patch Changes

- dfc49b5: Fix extra `<` characters being kept when rendering if mso comments under certain conditions
- 301f54b: Fix unstable rendering when prettifying with the Preview component

## 1.0.5-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": "1.0.5-canary.0",
"version": "1.0.5-canary.1",
"description": "Transform React components into HTML email templates",
"sideEffects": false,
"main": "./dist/browser/index.js",
Expand Down
Loading

0 comments on commit 2ff47dd

Please sign in to comment.