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 Oct 1, 2024
1 parent f69b971 commit 4edab2e
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 44 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"tsconfig": "0.0.0"
},
"changesets": [
"brave-llamas-reply",
"brave-pumas-march",
"few-experts-prove",
"gorgeous-ravens-tease",
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.35-canary.5

## 0.0.35-canary.4

## 0.0.35-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.35-canary.4",
"version": "0.0.35-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.35-canary.5

### Patch Changes

- Updated dependencies [7d72534]
- [email protected]

## 0.0.35-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.35-canary.4",
"version": "0.0.35-canary.5",
"private": true,
"scripts": {
"build": "email build",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@react-email/components": "workspace:0.0.26-canary.3",
"react-email": "workspace:3.0.2-canary.2",
"react-email": "workspace:3.0.2-canary.3",
"react-dom": "18.3.1",
"react": "18.3.1"
},
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

## 3.0.2-canary.3

### Patch Changes

- 7d72534: bump chokidar to v4

## 3.0.2-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": "3.0.2-canary.2",
"version": "3.0.2-canary.3",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./dist/cli/index.js"
Expand Down
95 changes: 55 additions & 40 deletions pnpm-lock.yaml

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

0 comments on commit 4edab2e

Please sign in to comment.