Skip to content

Commit 84e112b

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

File tree

8 files changed

+33
-6
lines changed

8 files changed

+33
-6
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"crazy-seas-eat",
3838
"dirty-needles-chew",
3939
"great-parrots-yell",
40-
"tidy-geese-cross"
40+
"mighty-pigs-add",
41+
"tasty-swans-taste",
42+
"tidy-geese-cross",
43+
"tiny-rice-give"
4144
]
4245
}

packages/button/CHANGELOG.md

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

3+
## 0.1.0-canary.0
4+
5+
### Minor Changes
6+
7+
- 11c4600: respect the order in which padding properties are defined
8+
39
## 0.0.19
410

511
### Patch Changes

packages/button/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/button",
3-
"version": "0.0.19",
3+
"version": "0.1.0-canary.0",
44
"description": "A link that is styled to look like a button",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/components/CHANGELOG.md

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

3+
## 0.1.0-canary.3
4+
5+
### Minor Changes
6+
7+
- 11c4600: Updated @react-email/button@0.1.0-canary.0
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [11c4600]
12+
- @react-email/button@0.1.0-canary.0
13+
- @react-email/tailwind@1.1.0-canary.0
14+
315
## 0.1.0-canary.2
416

517
### 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": "0.1.0-canary.2",
3+
"version": "0.1.0-canary.3",
44
"description": "A collection of all components React Email.",
55
"sideEffects": false,
66
"main": "./dist/index.js",
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@react-email/body": "workspace:0.0.11",
44-
"@react-email/button": "workspace:0.0.19",
44+
"@react-email/button": "workspace:0.1.0-canary.0",
4545
"@react-email/code-block": "workspace:0.0.13",
4646
"@react-email/code-inline": "workspace:0.0.5",
4747
"@react-email/column": "workspace:0.0.13",

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.6
4+
5+
### Patch Changes
6+
7+
- 11c4600: Add support for hot reloading with tsconfig path aliases
8+
39
## 4.1.0-canary.5
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.5",
3+
"version": "4.1.0-canary.6",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/cli/index.mjs"

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)