Skip to content

Commit 2bab8cc

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

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

packages/create-email/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616

1717
- d689346: Show package.json's version on --version for create-email
1818

19+
## 1.2.0-canary.0
20+
21+
### Minor Changes
22+
23+
- 237d115: Fetch react-email package versions at runtime from `--tag` option
24+
1925
## 1.1.0
2026

2127
### Minor Changes

packages/react-email/CHANGELOG.md

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

3+
## 4.1.0-canary.1
4+
5+
### Patch Changes
6+
7+
- a587e17: Fix dependent of dependents not causing hot reloads
8+
- dbf3a64: Add error message for when an email template does not have a default export
9+
310
## 4.1.0-canary.0
411

512
### Minor 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.0",
3+
"version": "4.1.0-canary.1",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/cli/index.mjs"

0 commit comments

Comments
 (0)