Skip to content

Commit 02505a3

Browse files
chore(root): Version packages (#2376)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7fa430d commit 02505a3

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.changeset/red-points-jam.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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7fa430d]
8+
- @react-email/tailwind@1.2.2
9+
310
## 0.3.1
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.3.1",
3+
"version": "0.3.2",
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.1",
61+
"@react-email/tailwind": "workspace:1.2.2",
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.2
4+
5+
### Patch Changes
6+
7+
- 7fa430d: Add a warning when using `safelist` and force it to change no behavior
8+
39
## 1.2.1
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.2.1",
3+
"version": "1.2.2",
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)