Skip to content

Commit

Permalink
chore: Bump for release (canary) (#1713)
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 Oct 8, 2024
1 parent b8260f7 commit 4fe802a
Show file tree
Hide file tree
Showing 30 changed files with 123 additions and 38 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@
"tsconfig": "0.0.0"
},
"changesets": [
"brave-llamas-reply",
"brave-pumas-march",
"few-experts-prove",
"gorgeous-ravens-tease",
"heavy-rings-work",
"lazy-jokes-matter",
"quiet-donkeys-brush",
"selfish-garlics-clap",
"soft-timers-roll",
"tall-cameras-cry",
Expand Down
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.1-canary.4

### Patch Changes

- @react-email/components@0.0.26-canary.4

## 1.0.1-canary.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.1-canary.3",
"version": "1.0.1-canary.4",
"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.26-canary.3",
"@react-email/components": "workspace:0.0.26-canary.4",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
},
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.1-canary.4

### Patch Changes

- @react-email/components@0.0.26-canary.4

## 1.0.1-canary.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.1-canary.3",
"version": "1.0.1-canary.4",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -15,7 +15,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@react-email/components": "workspace:0.0.26-canary.3",
"@react-email/components": "workspace:0.0.26-canary.4",
"mailersend": "^2.0.0",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
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.1-canary.4

### Patch Changes

- @react-email/components@0.0.26-canary.4

## 1.0.1-canary.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.1-canary.3",
"version": "1.0.1-canary.4",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -15,7 +15,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@react-email/components": "workspace:0.0.26-canary.3",
"@react-email/components": "workspace:0.0.26-canary.4",
"nodemailer": "6.9.9",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
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.1-canary.4

### Patch Changes

- @react-email/components@0.0.26-canary.4

## 1.0.1-canary.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.1-canary.3",
"version": "1.0.1-canary.4",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@plunk/node": "3.0.2",
"@react-email/components": "workspace:0.0.26-canary.3",
"@react-email/components": "workspace:0.0.26-canary.4",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
},
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.1-canary.4

### Patch Changes

- @react-email/components@0.0.26-canary.4

## 1.0.1-canary.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.1-canary.3",
"version": "1.0.1-canary.4",
"license": "MIT",
"private": true,
"type": "module",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"postmark": "3.0.14",
"@react-email/components": "workspace:0.0.26-canary.3",
"@react-email/components": "workspace:0.0.26-canary.4",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
},
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.1-canary.4

### Patch Changes

- @react-email/components@0.0.26-canary.4

## 1.0.1-canary.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.1-canary.3",
"version": "1.0.1-canary.4",
"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.26-canary.3",
"@react-email/components": "workspace:0.0.26-canary.4",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806",
"resend": "4.0.0"
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.1-canary.4

### Patch Changes

- @react-email/components@0.0.26-canary.4

## 1.0.1-canary.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.1-canary.3",
"version": "1.0.1-canary.4",
"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.26-canary.3",
"@react-email/components": "workspace:0.0.26-canary.4",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
},
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.1-canary.4

### Patch Changes

- @react-email/components@0.0.26-canary.4

## 1.0.1-canary.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.1-canary.3",
"version": "1.0.1-canary.4",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@scaleway/sdk": "1.4.0",
"@react-email/components": "workspace:0.0.26-canary.3",
"@react-email/components": "workspace:0.0.26-canary.4",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
},
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.1-canary.4

### Patch Changes

- @react-email/components@0.0.26-canary.4

## 1.0.1-canary.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.1-canary.3",
"version": "1.0.1-canary.4",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@sendgrid/mail": "7.7.0",
"@react-email/components": "workspace:0.0.26-canary.3",
"@react-email/components": "workspace:0.0.26-canary.4",
"react": "19.0.0-rc-187dd6a7-20240806",
"react-dom": "19.0.0-rc-187dd6a7-20240806"
},
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

## 0.0.26-canary.4

### Patch Changes

- Updated dependencies [4520ca8]
- @react-email/tailwind@1.0.0-canary.2

## 0.0.26-canary.3

### 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.26-canary.3",
"version": "0.0.26-canary.4",
"description": "A collection of all components React Email.",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@react-email/render": "workspace:1.0.2-canary.0",
"@react-email/row": "workspace:0.0.10",
"@react-email/section": "workspace:0.0.14",
"@react-email/tailwind": "workspace:1.0.0-canary.1",
"@react-email/tailwind": "workspace:1.0.0-canary.2",
"@react-email/text": "workspace:0.0.10"
},
"peerDependencies": {
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.35-canary.5

## 0.0.35-canary.4

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

## 0.0.35-canary.5

### Patch Changes

- Updated dependencies [ac01c91]
- [email protected]
- @react-email/components@0.0.26-canary.4

## 0.0.35-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.35-canary.4",
"version": "0.0.35-canary.5",
"private": true,
"scripts": {
"build": "email build",
"dev": "email dev",
"export": "email export"
},
"dependencies": {
"@react-email/components": "workspace:0.0.26-canary.3",
"react-email": "workspace:3.0.2-canary.2",
"@react-email/components": "workspace:0.0.26-canary.4",
"react-email": "workspace:3.0.2-canary.3",
"react-dom": "18.3.1",
"react": "18.3.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email

## 3.0.2-canary.3

### Patch Changes

- ac01c91: bump chokidar to v4

## 3.0.2-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": "3.0.2-canary.2",
"version": "3.0.2-canary.3",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./dist/cli/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

## 1.0.0-canary.2

### Minor Changes

- 4520ca8: Refactored internally to have a much smaller bundle size

## 1.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": "1.0.0-canary.1",
"version": "1.0.0-canary.2",
"description": "A React component to wrap emails with Tailwind CSS",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
Loading

0 comments on commit 4fe802a

Please sign in to comment.