Skip to content

Commit 4cbb83f

Browse files
chore(root): version packages (canary) (#2646)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 161083a commit 4cbb83f

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@
3737
},
3838
"changesets": [
3939
"angry-lights-turn",
40+
"cute-pigs-lay",
4041
"dirty-dingos-refuse",
4142
"dull-ghosts-begin",
4243
"eighty-ravens-juggle",
4344
"famous-pandas-unite",
4445
"flat-masks-take",
4546
"grumpy-banks-glow",
47+
"honest-carrots-shout",
4648
"loose-lies-relate",
4749
"petite-eels-appear",
4850
"pink-rabbits-deny",

packages/preview-server/CHANGELOG.md

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

3+
## 5.0.0-canary.7
4+
5+
### Minor Changes
6+
7+
- 161083a: Integrate with Templates API so users can easily turn React Email templates into actual Resend templates
8+
9+
### Patch Changes
10+
11+
- f43f1ce: show separate timings for bundling/rendering an email template
12+
313
## 5.0.0-canary.6
414

515
### 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.6",
3+
"version": "5.0.0-canary.7",
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.0-canary.7
4+
35
## 5.0.0-canary.6
46

57
## 5.0.0-canary.5

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

0 commit comments

Comments
 (0)