Skip to content

Commit

Permalink
chore: Bump for release (#1642)
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
github-actions[bot] and github-actions[bot] authored Aug 29, 2024
1 parent 1afe32a commit f48c7f5
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-foxes-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-trainers-know.md

This file was deleted.

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.8

### Patch Changes

- 1afe32a: Add versper theme

## 0.0.7

### 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.7",
"version": "0.0.8",
"description": "Display code with a selected theme and regex highlighting using Prism.js",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
26 changes: 26 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @react-email/components

## 0.0.24

### Patch Changes

- Updated dependencies [1afe32a]
- Updated dependencies [7481b12]
- @react-email/code-block@0.0.8
- @react-email/render@1.0.1
- @react-email/body@0.0.10
- @react-email/button@0.0.17
- @react-email/code-inline@0.0.4
- @react-email/column@0.0.12
- @react-email/container@0.0.14
- @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/row@0.0.10
- @react-email/section@0.0.14
- @react-email/text@0.0.10

## 0.0.23

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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",
"version": "0.0.24",
"description": "A collection of all components React Email.",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@react-email/body": "workspace:0.0.10",
"@react-email/button": "workspace:0.0.17",
"@react-email/code-block": "workspace:0.0.7",
"@react-email/code-block": "workspace:0.0.8",
"@react-email/code-inline": "workspace:0.0.4",
"@react-email/column": "workspace:0.0.12",
"@react-email/container": "workspace:0.0.14",
Expand All @@ -56,7 +56,7 @@
"@react-email/link": "workspace:0.0.10",
"@react-email/markdown": "workspace:0.0.12",
"@react-email/preview": "workspace:0.0.11",
"@react-email/render": "workspace:1.0.0",
"@react-email/render": "workspace:1.0.1",
"@react-email/row": "workspace:0.0.10",
"@react-email/section": "workspace:0.0.14",
"@react-email/tailwind": "workspace:0.1.0",
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.33

## 0.0.32

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

## 0.0.33

### Patch Changes

- @react-email/components@0.0.24
- react-email@3.0.1

## 0.0.32

### 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.0.32",
"version": "0.0.33",
"private": true,
"scripts": {
"build": "email build",
"dev": "email dev",
"export": "email export"
},
"dependencies": {
"@react-email/components": "workspace:0.0.23",
"@react-email/components": "workspace:0.0.24",
"react-email": "workspace:3.0.1",
"react-dom": "18.3.1",
"react": "18.3.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-email/render

## 1.0.1

### Patch Changes

- 7481b12: Add a wrapping Suspense to all email templates before rendering

## 1.0.0

### Major 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.0",
"version": "1.0.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.

1 comment on commit f48c7f5

@vercel
Copy link

@vercel vercel bot commented on f48c7f5 Aug 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-email-demo – ./apps/demo

react-email-demo-resend.vercel.app
react-email-demo.vercel.app
react-email-demo-git-main-resend.vercel.app
demo.react.email

Please sign in to comment.