Skip to content

Commit 4bad68f

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 1dbbbc7 commit 4bad68f

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
@@ -10,6 +10,12 @@
1010

1111
- d689346: Show package.json's version on --version for create-email
1212

13+
## 1.2.0-canary.0
14+
15+
### Minor Changes
16+
17+
- 237d115: Fetch react-email package versions at runtime from `--tag` option
18+
1319
## 1.1.0
1420

1521
### 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)