Skip to content

Commit 53439e4

Browse files
committed
chore: Bump to 4.0.0-alpha.8
1 parent 138e2af commit 53439e4

File tree

10 files changed

+33
-5
lines changed

10 files changed

+33
-5
lines changed

.changeset/curvy-mice-film.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-email": patch
3+
---
4+
5+

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
},
4545
"changesets": [
4646
"angry-bugs-sing",
47+
"curvy-mice-film",
4748
"empty-phones-relax",
4849
"empty-rivers-laugh",
4950
"fast-birds-fail",
@@ -55,9 +56,11 @@
5556
"nine-masks-sort",
5657
"polite-apples-sit",
5758
"red-chicken-greet",
59+
"sour-deers-speak",
5860
"spicy-beds-explain",
5961
"swift-glasses-try",
6062
"unlucky-tigers-destroy",
63+
"wild-pillows-carry",
6164
"wise-deers-mix"
6265
]
6366
}

.changeset/wild-pillows-carry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-email": patch
3+
---
4+
5+
Fixes linting hanging due to missing images, overflowing problems, design issues and typos

packages/create-email/CHANGELOG.md

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

3+
## 1.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
8+
39
## 1.0.0-alpha.6
410

511
### Patch Changes

packages/create-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-email",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.7",
44
"description": "The easiest way to get started with React Email",
55
"main": "src/index.js",
66
"type": "module",

packages/create-email/template/CHANGELOG.md

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

3+
## 1.0.0-alpha.7
4+
35
## 1.0.0-alpha.6
46

57
## 1.0.0-alpha.5

packages/create-email/template/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-starter",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.7",
44
"private": true,
55
"scripts": {
66
"build": "email build",
@@ -15,6 +15,6 @@
1515
"devDependencies": {
1616
"@types/react": "19.0.1",
1717
"@types/react-dom": "19.0.1",
18-
"react-email": "workspace:4.0.0-alpha.7"
18+
"react-email": "workspace:4.0.0-alpha.8"
1919
}
2020
}

packages/react-email/CHANGELOG.md

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

3+
## 4.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- edb331b: fix linting hanging because of missing images
8+
- Fixes linting hanging due to missing images, overflowing problems, design issues and typos
9+
310
## 4.0.0-alpha.7
411

512
### Minor 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.0.0-alpha.7",
3+
"version": "4.0.0-alpha.8",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/cli/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)