Skip to content

Commit 89ffd8c

Browse files
github-actions[bot]gabrielmfern
authored andcommitted
chore(root): Version packages (canary) (#2064)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2bd0809 commit 89ffd8c

File tree

12 files changed

+43
-16
lines changed

12 files changed

+43
-16
lines changed

.changeset/pre.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"@react-email/text": "0.1.1",
3434
"tsconfig": "0.0.0"
3535
},
36-
"changesets": []
36+
"changesets": ["dirty-needles-chew", "great-parrots-yell"]
3737
}

packages/components/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @react-email/components
22

3+
## 0.0.37-canary.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ae8c007]
8+
- @react-email/tailwind@1.1.0-canary.0
9+
310
## 0.0.36
411

512
### Patch Changes

packages/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/components",
3-
"version": "0.0.36",
3+
"version": "0.0.37-canary.0",
44
"description": "A collection of all components React Email.",
55
"sideEffects": false,
66
"main": "./dist/index.js",
@@ -53,7 +53,7 @@
5353
"@react-email/render": "workspace:1.0.6",
5454
"@react-email/row": "workspace:0.0.12",
5555
"@react-email/section": "workspace:0.0.16",
56-
"@react-email/tailwind": "workspace:1.0.4",
56+
"@react-email/tailwind": "workspace:1.1.0-canary.0",
5757
"@react-email/text": "workspace:0.1.1"
5858
},
5959
"peerDependencies": {

packages/create-email/CHANGELOG.md

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

3+
## 1.0.8-canary.0
4+
35
## 1.0.7
46

57
### Patch Changes

packages/create-email/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-email",
3-
"version": "1.0.7",
3+
"version": "1.0.8-canary.0",
44
"description": "The easiest way to get started with React Email",
55
"main": "src/index.js",
66
"type": "module",
@@ -27,9 +27,9 @@
2727
"create-email": "src/index.js"
2828
},
2929
"devDependencies": {
30-
"@react-email/components": "workspace:0.0.36",
30+
"@react-email/components": "workspace:0.0.37-canary.0",
3131
"react": "19.0.0",
32-
"react-email": "workspace:4.0.6",
32+
"react-email": "workspace:4.1.0-canary.0",
3333
"tsconfig": "workspace:*",
3434
"typescript": "5.8.2"
3535
}

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.8-canary.0
4+
5+
### Patch Changes
6+
7+
- @react-email/components@0.0.37-canary.0
8+
39
## 1.0.7
410

511
## 1.0.6
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "react-email-starter",
3-
"version": "1.0.7",
3+
"version": "1.0.8-canary.0",
44
"private": true,
55
"scripts": {
66
"build": "email build",
77
"dev": "email dev",
88
"export": "email export"
99
},
1010
"dependencies": {
11-
"@react-email/components": "workspace:0.0.36",
11+
"@react-email/components": "workspace:0.0.37-canary.0",
1212
"react-dom": "19.0.0",
1313
"react": "19.0.0"
1414
},
1515
"devDependencies": {
1616
"@types/react": "19.0.1",
1717
"@types/react-dom": "19.0.1",
18-
"react-email": "workspace:4.0.6"
18+
"react-email": "workspace:4.1.0-canary.0"
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.1.0-canary.0
4+
5+
### Minor Changes
6+
7+
- 4a0d4e3: Theme switcher for email template
8+
39
## 4.0.6
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.6",
3+
"version": "4.1.0-canary.0",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
66
"email": "./dist/cli/index.js"

packages/tailwind/CHANGELOG.md

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

3+
## 1.1.0-canary.0
4+
5+
### Minor Changes
6+
7+
- ae8c007: Extract tailwind pseudo classes to stylesheet
8+
39
## 1.0.4
410

511
### Patch Changes

packages/tailwind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/tailwind",
3-
"version": "1.0.4",
3+
"version": "1.1.0-canary.0",
44
"description": "A React component to wrap emails with Tailwind CSS",
55
"sideEffects": false,
66
"main": "./dist/index.js",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)