Skip to content

Commit

Permalink
chore: Bump for release (canary) (#1771)
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 Nov 13, 2024
1 parent 06ff2eb commit f6d9e74
Show file tree
Hide file tree
Showing 68 changed files with 368 additions and 95 deletions.
48 changes: 48 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"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.3",
"react-email-with-mailersend": "1.0.3",
"react-email-with-nodemailer": "1.0.3",
"react-email-with-plunk": "1.0.3",
"react-email-with-postmark": "1.0.3",
"react-email-with-resend": "1.0.3",
"react-email-with-next-scaleway": "1.0.3",
"react-email-with-node-scaleway": "1.0.3",
"react-email-with-sendgrid": "1.0.3",
"@react-email/body": "0.0.10",
"@react-email/button": "0.0.18",
"@react-email/code-block": "0.0.10",
"@react-email/code-inline": "0.0.4",
"@react-email/column": "0.0.12",
"@react-email/components": "0.0.28",
"@react-email/container": "0.0.14",
"create-email": "0.1.2",
"react-email-starter": "0.1.2",
"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.11",
"@react-email/markdown": "0.0.12",
"@react-email/preview": "0.0.11",
"react-email": "3.0.2",
"@react-email/render": "1.0.2",
"@react-email/row": "0.0.11",
"@react-email/section": "0.0.15",
"@react-email/tailwind": "1.0.2",
"@react-email/text": "0.0.10",
"tsconfig": "0.0.0"
},
"changesets": [
"cuddly-meals-sniff"
]
}
7 changes: 7 additions & 0 deletions examples/aws-ses/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-email-with-aws-ses

## 1.0.4-canary.0

### Patch Changes

- Updated dependencies [f7833da]
- @react-email/components@0.0.29-canary.0

## 1.0.3

### 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.3",
"version": "1.0.4-canary.0",
"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.28",
"@react-email/components": "workspace:0.0.29-canary.0",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/mailersend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-email-with-mailersend

## 1.0.4-canary.0

### Patch Changes

- Updated dependencies [f7833da]
- @react-email/components@0.0.29-canary.0

## 1.0.3

### 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.3",
"version": "1.0.4-canary.0",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -15,7 +15,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@react-email/components": "workspace:0.0.28",
"@react-email/components": "workspace:0.0.29-canary.0",
"mailersend": "^2.0.0",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028"
Expand Down
7 changes: 7 additions & 0 deletions examples/nodemailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-email-with-nodemailer

## 1.0.4-canary.0

### Patch Changes

- Updated dependencies [f7833da]
- @react-email/components@0.0.29-canary.0

## 1.0.3

### 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.3",
"version": "1.0.4-canary.0",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -15,7 +15,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@react-email/components": "workspace:0.0.28",
"@react-email/components": "workspace:0.0.29-canary.0",
"nodemailer": "6.9.9",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028"
Expand Down
7 changes: 7 additions & 0 deletions examples/plunk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-email-with-plunk

## 1.0.4-canary.0

### Patch Changes

- Updated dependencies [f7833da]
- @react-email/components@0.0.29-canary.0

## 1.0.3

### 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.3",
"version": "1.0.4-canary.0",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@plunk/node": "3.0.2",
"@react-email/components": "workspace:0.0.28",
"@react-email/components": "workspace:0.0.29-canary.0",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/postmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-email-with-postmark

## 1.0.4-canary.0

### Patch Changes

- Updated dependencies [f7833da]
- @react-email/components@0.0.29-canary.0

## 1.0.3

### 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.3",
"version": "1.0.4-canary.0",
"license": "MIT",
"private": true,
"type": "module",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"postmark": "3.0.14",
"@react-email/components": "workspace:0.0.28",
"@react-email/components": "workspace:0.0.29-canary.0",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/resend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-email-with-resend

## 1.0.4-canary.0

### Patch Changes

- Updated dependencies [f7833da]
- @react-email/components@0.0.29-canary.0

## 1.0.3

### 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.3",
"version": "1.0.4-canary.0",
"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.28",
"@react-email/components": "workspace:0.0.29-canary.0",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"resend": "4.0.0"
Expand Down
7 changes: 7 additions & 0 deletions examples/scaleway/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-email-with-next-scaleway

## 1.0.4-canary.0

### Patch Changes

- Updated dependencies [f7833da]
- @react-email/components@0.0.29-canary.0

## 1.0.3

### 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.3",
"version": "1.0.4-canary.0",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@scaleway/sdk": "1.5.0",
"next": "15.0.0-canary.117",
"@react-email/components": "workspace:0.0.28",
"@react-email/components": "workspace:0.0.29-canary.0",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/scaleway/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-email-with-node-scaleway

## 1.0.4-canary.0

### Patch Changes

- Updated dependencies [f7833da]
- @react-email/components@0.0.29-canary.0

## 1.0.3

### 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.3",
"version": "1.0.4-canary.0",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@scaleway/sdk": "1.4.0",
"@react-email/components": "workspace:0.0.28",
"@react-email/components": "workspace:0.0.29-canary.0",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/sendgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-email-with-sendgrid

## 1.0.4-canary.0

### Patch Changes

- Updated dependencies [f7833da]
- @react-email/components@0.0.29-canary.0

## 1.0.3

### 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.3",
"version": "1.0.4-canary.0",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@sendgrid/mail": "7.7.0",
"@react-email/components": "workspace:0.0.28",
"@react-email/components": "workspace:0.0.29-canary.0",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/body/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-email/body

## 0.0.11-canary.0

### Patch Changes

- f7833da: Move react and react-dom to just dependencies for better DX

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/body/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/body",
"version": "0.0.10",
"version": "0.0.11-canary.0",
"description": "A React body component to wrap emails",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-email/button

## 0.0.19-canary.0

### Patch Changes

- f7833da: Move react and react-dom to just dependencies for better DX

## 0.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/button",
"version": "0.0.18",
"version": "0.0.19-canary.0",
"description": "A link that is styled to look like a button",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-email/code-block

## 0.0.11-canary.0

### Patch Changes

- f7833da: Move react and react-dom to just dependencies for better DX

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/code-block",
"version": "0.0.10",
"version": "0.0.11-canary.0",
"description": "Display code with a selected theme and regex highlighting using Prism.js",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/code-inline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-email/code-inline

## 0.0.5-canary.0

### Patch Changes

- f7833da: Move react and react-dom to just dependencies for better DX

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/code-inline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/code-inline",
"version": "0.0.4",
"version": "0.0.5-canary.0",
"description": "Display a predictable inline code HTML element that works on all email clients",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
Loading

0 comments on commit f6d9e74

Please sign in to comment.