Skip to content

Commit 906b0cd

Browse files
chore(root): version packages (canary) (#2626)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 07d3c71 commit 906b0cd

File tree

6 files changed

+91
-75
lines changed

6 files changed

+91
-75
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"playground": "0.0.9"
3737
},
3838
"changesets": [
39+
"angry-lights-turn",
3940
"dull-ghosts-begin",
4041
"eighty-ravens-juggle",
4142
"famous-pandas-unite",
@@ -44,6 +45,7 @@
4445
"pink-rabbits-deny",
4546
"quick-ways-cross",
4647
"rich-files-stick",
48+
"silent-maps-fail",
4749
"tasty-poets-slide"
4850
]
4951
}

packages/components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @react-email/components
22

3+
## 1.0.0-canary.4
4+
5+
### Patch Changes
6+
7+
- 07d3c71: markdown: fix nested lists not working
8+
- Updated dependencies [07d3c71]
9+
- @react-email/markdown@0.0.17-canary.0
10+
311
## 1.0.0-canary.3
412

513
### Patch Changes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/components",
3-
"version": "1.0.0-canary.3",
3+
"version": "1.0.0-canary.4",
44
"description": "A collection of all components React Email.",
55
"sideEffects": false,
66
"main": "./dist/index.js",
@@ -53,7 +53,7 @@
5353
"@react-email/html": "workspace:0.0.11",
5454
"@react-email/img": "workspace:0.0.11",
5555
"@react-email/link": "workspace:0.0.12",
56-
"@react-email/markdown": "workspace:0.0.16",
56+
"@react-email/markdown": "workspace:0.0.17-canary.0",
5757
"@react-email/preview": "workspace:0.0.13",
5858
"@react-email/render": "workspace:2.0.0-canary.0",
5959
"@react-email/row": "workspace:0.0.12",

packages/markdown/CHANGELOG.md

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

3+
## 0.0.17-canary.0
4+
5+
### Patch Changes
6+
7+
- 07d3c71: fix nested lists not working
8+
39
## 0.0.16
410

511
### Patch Changes

packages/markdown/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/markdown",
3-
"version": "0.0.16",
3+
"version": "0.0.17-canary.0",
44
"description": "Convert Markdown to valid React Email template code.",
55
"sideEffects": false,
66
"main": "./dist/index.js",

pnpm-lock.yaml

Lines changed: 72 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)