Skip to content

Commit d0bb92e

Browse files
chore: update versions
1 parent f2a3406 commit d0bb92e

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/sour-lizards-greet.md

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

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @jsx-mail/core
22

3+
## 2.2.2
4+
5+
### Patch Changes
6+
7+
- f2a3406: Add maxWidth, borderRadius, and maxHeight properties to ElementStyle and JSX namespace
8+
39
## 2.2.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jsx-mail/core",
33
"author": "Theryston",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"license": "MIT",
66
"description": "All jsx mail core functions.",
77
"main": "dist/index.js",

packages/jsx-mail/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# jsx-mail
22

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f2a3406]
8+
- @jsx-mail/core@2.2.2
9+
310
## 2.3.1
411

512
### Patch Changes

packages/jsx-mail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsx-mail",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Building the future of email with JSX syntax",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)