Skip to content

Commit bd86a12

Browse files
authored
chore: Bump for patch release (#2017)
1 parent ddf9652 commit bd86a12

File tree

8 files changed

+23
-10
lines changed

8 files changed

+23
-10
lines changed

.changeset/pretty-tables-repeat.md

-5
This file was deleted.

packages/create-email/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-email
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
8+
39
## 1.0.1
410

511
## 1.0.0

packages/create-email/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-email",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-email-starter
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
8+
39
## 1.0.1
410

511
### Patch Changes

packages/create-email/template/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-email-starter",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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.1"
18+
"react-email": "workspace:4.0.2"
1919
}
2020
}

packages/react-email/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-email
22

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- ddf9652: Fix crashing when the link or image does not exist
8+
39
## 4.0.1
410

511
### Patch Changes

packages/react-email/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-email",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/cli/index.js"

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)