Skip to content

Commit a23801c

Browse files
chore(root): version packages (canary) (#2907)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: gabriel miranda <[email protected]>
1 parent dc61082 commit a23801c

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

.changeset/pre.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,10 @@
3535
"tsconfig": "0.0.0",
3636
"playground": "0.0.14"
3737
},
38-
"changesets": ["itchy-towns-stop", "rare-meals-lie", "spicy-shirts-unite"]
38+
"changesets": [
39+
"itchy-towns-stop",
40+
"plenty-cities-tan",
41+
"rare-meals-lie",
42+
"spicy-shirts-unite"
43+
]
3944
}

packages/preview-server/CHANGELOG.md

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

3+
## 5.3.0-canary.2
4+
35
## 5.3.0-canary.1
46

57
## 5.3.0-canary.0

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.3.0-canary.1",
3+
"version": "5.3.0-canary.2",
44
"description": "A live preview of your emails right in your browser.",
55
"scripts": {
66
"build": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --disable-warning=ExperimentalWarning\" 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.3.0-canary.2
4+
5+
### Patch Changes
6+
7+
- 1b9df29: ensure that installed preview server also has dev dependencies
8+
39
## 5.3.0-canary.1
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.3.0-canary.1",
3+
"version": "5.3.0-canary.2",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/index.js"

0 commit comments

Comments
 (0)