Skip to content

Commit

Permalink
chore: Bump for canary release (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Feb 3, 2025
1 parent f5d7b69 commit a30b3fd
Show file tree
Hide file tree
Showing 8 changed files with 20 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 @@ -46,6 +46,7 @@
"dry-adults-grab",
"early-mugs-divide",
"mean-plums-exercise",
"proud-lamps-visit",
"smart-bananas-lie"
]
}
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.1.9-canary.2

## 0.1.9-canary.1

## 0.1.9-canary.0
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.1.9-canary.1",
"version": "0.1.9-canary.2",
"description": "The easiest way to get started with React Email",
"main": "src/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-email/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-email-starter

## 0.1.9-canary.2

### Patch Changes

- [email protected]

## 0.1.9-canary.1

### 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.1.9-canary.1",
"version": "0.1.9-canary.2",
"private": true,
"scripts": {
"build": "email build",
Expand All @@ -15,6 +15,6 @@
"devDependencies": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"react-email": "workspace:3.0.7-canary.0"
"react-email": "workspace:3.0.7-canary.1"
}
}
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

## 3.0.7-canary.1

### Patch Changes

- 57db6f7: Upgrade socket.io to 4.8.1

## 3.0.7-canary.0

### 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": "3.0.7-canary.0",
"version": "3.0.7-canary.1",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./dist/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 a30b3fd

Please sign in to comment.