Skip to content

Commit 6612726

Browse files
chore: Bump for release (#1654)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dc240cf commit 6612726

File tree

10 files changed

+29
-13
lines changed

10 files changed

+29
-13
lines changed

.changeset/thin-zoos-relax.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/code-block/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @react-email/code-block
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- 0a40975: Fix Versper theme's background color
8+
39
## 0.0.8
410

511
### Patch Changes

packages/code-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/code-block",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Display code with a selected theme and regex highlighting using Prism.js",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @react-email/components
22

3+
## 0.0.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0a40975]
8+
- @react-email/code-block@0.0.9
9+
310
## 0.0.24
411

512
### Patch Changes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/components",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"description": "A collection of all components React Email.",
55
"sideEffects": false,
66
"main": "./dist/index.js",
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@react-email/body": "workspace:0.0.10",
4545
"@react-email/button": "workspace:0.0.17",
46-
"@react-email/code-block": "workspace:0.0.8",
46+
"@react-email/code-block": "workspace:0.0.9",
4747
"@react-email/code-inline": "workspace:0.0.4",
4848
"@react-email/column": "workspace:0.0.12",
4949
"@react-email/container": "workspace:0.0.14",

packages/create-email/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-email
22

3+
## 0.0.34
4+
35
## 0.0.33
46

57
## 0.0.32

packages/create-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-email",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"description": "The easiest way to get started with React Email",
55
"main": "src/index.js",
66
"type": "module",

packages/create-email/template/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-email-starter
22

3+
## 0.0.34
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.25
8+
39
## 0.0.33
410

511
### Patch Changes

packages/create-email/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-email-starter",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"private": true,
55
"scripts": {
66
"build": "email build",
77
"dev": "email dev",
88
"export": "email export"
99
},
1010
"dependencies": {
11-
"@react-email/components": "workspace:0.0.24",
11+
"@react-email/components": "workspace:0.0.25",
1212
"react-email": "workspace:3.0.1",
1313
"react-dom": "18.3.1",
1414
"react": "18.3.1"

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)