Skip to content

Commit

Permalink
Version Packages (canary)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 16, 2024
1 parent 2799bb4 commit a9e4337
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"dry-humans-return",
"fast-countries-marry",
"many-donuts-retire",
"nasty-carrots-burn",
"new-coats-cover",
"odd-bobcats-know",
"old-suits-promise",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-email

## 0.0.31-canary.5

## 0.0.31-canary.4

## 0.0.31-canary.3
Expand Down
2 changes: 1 addition & 1 deletion packages/create-email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-email",
"version": "0.0.31-canary.4",
"version": "0.0.31-canary.5",
"description": "The easiest way to get started with React Email",
"main": "src/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-email/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-email-starter

## 0.0.31-canary.5

### Patch Changes

- Updated dependencies [2799bb4]
- react-email@2.1.7-canary.3

## 0.0.31-canary.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-email/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-starter",
"version": "0.0.31-canary.4",
"version": "0.0.31-canary.5",
"private": true,
"scripts": {
"build": "email build",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@react-email/components": "workspace:0.0.23-canary.2",
"react-email": "workspace:2.1.7-canary.2",
"react-email": "workspace:2.1.7-canary.3",
"react-dom": "19.0.0-rc.0",
"react": "19.0.0-rc.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email

## 2.1.7-canary.3

### Patch Changes

- 2799bb4: fix email template preview failing with emails having spaces

## 2.1.7-canary.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email",
"version": "2.1.7-canary.2",
"version": "2.1.7-canary.3",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./cli/index.js"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9e4337

Please sign in to comment.