Skip to content

Commit 53160c2

Browse files
chore(root): Version packages (#2355)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 86e66d8 commit 53160c2

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.changeset/calm-birds-spend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [86e66d8]
8+
- @react-email/tailwind@1.2.1
9+
310
## 0.3.0
411

512
### Minor 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.3.0",
3+
"version": "0.3.1",
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.3",
5959
"@react-email/row": "workspace:0.0.12",
6060
"@react-email/section": "workspace:0.0.16",
61-
"@react-email/tailwind": "workspace:1.2.0",
61+
"@react-email/tailwind": "workspace:1.2.1",
6262
"@react-email/text": "workspace:0.1.5"
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.2.1
4+
5+
### Patch Changes
6+
7+
- 86e66d8: Fix color-scheme media queries sometimes not getting sanitized at the className
8+
39
## 1.2.0
410

511
### Minor 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.2.0",
3+
"version": "1.2.1",
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)