Skip to content

Commit bef301f

Browse files
github-actions[bot]gabrielmfern
authored andcommitted
chore(root): Version packages (canary) (#2255)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1760662 commit bef301f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@
3131
"@react-email/section": "0.0.16",
3232
"@react-email/tailwind": "1.0.5",
3333
"@react-email/text": "0.1.4",
34-
"tsconfig": "0.0.0"
34+
"tsconfig": "0.0.0",
35+
"@react-email/preview-server": "1.0.0-canary.0"
3536
},
3637
"changesets": [
3738
"crazy-seas-eat",
3839
"great-parrots-yell",
3940
"mighty-pigs-add",
41+
"puny-chicken-argue",
4042
"stupid-ghosts-decide",
4143
"tasty-swans-taste",
4244
"tidy-geese-cross",

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+
## 4.1.0-canary.8
4+
5+
### Minor Changes
6+
7+
- ed2f46a: use a separate package for storing the preview server (@react-email/preview-server)
8+
39
## 4.1.0-canary.7
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": "4.1.0-canary.7",
3+
"version": "4.1.0-canary.8",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/index.js"

0 commit comments

Comments
 (0)