Skip to content

Commit

Permalink
chore: Bump for release (#1654)
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 Sep 2, 2024
1 parent dc240cf commit 6612726
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/thin-zoos-relax.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.9

### Patch Changes

- 0a40975: Fix Versper theme's background color

## 0.0.8

### 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.8",
"version": "0.0.9",
"description": "Display code with a selected theme and regex highlighting using Prism.js",
"sideEffects": false,
"main": "./dist/index.js",
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.25

### Patch Changes

- Updated dependencies [0a40975]
- @react-email/code-block@0.0.9

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.8",
"@react-email/code-block": "workspace:0.0.9",
"@react-email/code-inline": "workspace:0.0.4",
"@react-email/column": "workspace:0.0.12",
"@react-email/container": "workspace:0.0.14",
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.34

## 0.0.33

## 0.0.32
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.33",
"version": "0.0.34",
"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.0.34

### Patch Changes

- @react-email/components@0.0.25

## 0.0.33

### 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.33",
"version": "0.0.34",
"private": true,
"scripts": {
"build": "email build",
"dev": "email dev",
"export": "email export"
},
"dependencies": {
"@react-email/components": "workspace:0.0.24",
"@react-email/components": "workspace:0.0.25",
"react-email": "workspace:3.0.1",
"react-dom": "18.3.1",
"react": "18.3.1"
Expand Down
4 changes: 2 additions & 2 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 6612726

@vercel
Copy link

@vercel vercel bot commented on 6612726 Sep 2, 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-git-main-resend.vercel.app
react-email-demo.vercel.app
demo.react.email

Please sign in to comment.