Skip to content

Commit 2494715

Browse files
chore(root): version packages (canary) (#2615)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 95c7417 commit 2494715

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"changesets": [
3939
"eighty-ravens-juggle",
4040
"famous-pandas-unite",
41+
"flat-masks-take",
4142
"grumpy-banks-glow",
4243
"pink-rabbits-deny",
4344
"quick-ways-cross",

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.0-canary.3
4+
5+
### Minor Changes
6+
7+
- 95c7417: Dark mode switcher emulating email client color inversion
8+
39
## 5.0.0-canary.2
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.0-canary.2",
3+
"version": "5.0.0-canary.3",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-email
22

3+
## 5.0.0-canary.3
4+
5+
### Minor Changes
6+
7+
- 95c7417: Dark mode switcher emulating email client color inversion
8+
39
## 5.0.0-canary.2
410

511
### Patch Changes

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

0 commit comments

Comments
 (0)