Skip to content

Commit 7afceb6

Browse files
chore(root): version packages (#2705)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c711d6 commit 7afceb6

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.changeset/crazy-sloths-dance.md

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

packages/preview-server/CHANGELOG.md

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

3+
## 5.0.5
4+
5+
### Patch Changes
6+
7+
- d89af46: Broken links to React lines of code in the toolbar
8+
39
## 5.0.4
410

511
### Patch Changes

packages/preview-server/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/preview-server",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "A live preview of your emails right in your browser.",
55
"scripts": {
66
"build": "tsx ./scripts/build-preview-server.mts",

packages/react-email/CHANGELOG.md

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

3+
## 5.0.5
4+
35
## 5.0.4
46

57
## 5.0.3

packages/react-email/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",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/index.js"

0 commit comments

Comments
 (0)