Skip to content

Commit 252466e

Browse files
chore(root): Version packages (canary) (#2184)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 952ef4d commit 252466e

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"@react-email/text": "0.1.2",
3434
"tsconfig": "0.0.0"
3535
},
36-
"changesets": ["dirty-needles-chew"]
36+
"changesets": ["dirty-needles-chew", "great-parrots-yell"]
3737
}

packages/components/CHANGELOG.md

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

3+
## 0.0.39-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [934bc53]
8+
- @react-email/tailwind@1.1.0-canary.0
9+
310
## 0.0.38
411

512
### 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.0.38",
3+
"version": "0.0.39-canary.0",
44
"description": "A collection of all components React Email.",
55
"sideEffects": false,
66
"main": "./dist/index.js",
@@ -58,7 +58,7 @@
5858
"@react-email/render": "workspace:1.1.0",
5959
"@react-email/row": "workspace:0.0.12",
6060
"@react-email/section": "workspace:0.0.16",
61-
"@react-email/tailwind": "workspace:1.0.5",
61+
"@react-email/tailwind": "workspace:1.1.0-canary.0",
6262
"@react-email/text": "workspace:0.1.3"
6363
},
6464
"peerDependencies": {

packages/tailwind/CHANGELOG.md

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

3+
## 1.1.0-canary.0
4+
5+
### Minor Changes
6+
7+
- 934bc53: Extract tailwind pseudo classes to stylesheet
8+
39
## 1.0.5
410

511
### Patch Changes

packages/tailwind/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/tailwind",
3-
"version": "1.0.5",
3+
"version": "1.1.0-canary.0",
44
"description": "A React component to wrap emails with Tailwind CSS",
55
"sideEffects": false,
66
"main": "./dist/index.js",

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)