Skip to content

Commit 932cc60

Browse files
committed
bump create-email as well
1 parent 5d7ef3e commit 932cc60

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

packages/create-email/CHANGELOG.md

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

3+
## 0.1.9-alpha.0
4+
35
## 0.1.8
46

57
## 0.1.7

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": "0.1.8",
3+
"version": "0.1.9-alpha.0",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-email-starter
22

3+
## 0.1.9-alpha.0
4+
5+
### Patch Changes
6+
7+
8+
39
## 0.1.8
410

511
### Patch Changes

packages/create-email/template/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-starter",
3-
"version": "0.1.8",
3+
"version": "0.1.9-alpha.0",
44
"private": true,
55
"scripts": {
66
"build": "email build",

0 commit comments

Comments
 (0)