Skip to content

Commit

Permalink
chore: Bump for release (canary) (#1566)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: gabriel miranda <gabrielmfern@outlook.com>
  • Loading branch information
3 people committed Aug 22, 2024
1 parent 5018ce8 commit c2ca8d0
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
"changesets": [
"dry-humans-return",
"fast-countries-marry",
"many-donuts-retire",
"new-coats-cover",
"odd-bobcats-know",
"tame-windows-look",
"wild-mugs-kick"
]
}
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-email/components

## 0.0.23-canary.2

### Patch Changes

- Updated dependencies [4d492d3]
- Updated dependencies [9052c17]
- @react-email/tailwind@0.1.0-canary.1

## 0.0.23-canary.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/components",
"version": "0.0.23-canary.1",
"version": "0.0.23-canary.2",
"description": "A collection of all components React Email.",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@react-email/render": "workspace:0.0.18-canary.0",
"@react-email/row": "workspace:0.0.10-canary.0",
"@react-email/section": "workspace:0.0.14-canary.0",
"@react-email/tailwind": "workspace:0.0.20-canary.0",
"@react-email/tailwind": "workspace:0.1.0-canary.1",
"@react-email/text": "workspace:0.0.10-canary.0"
},
"peerDependencies": {
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.3

## 0.0.31-canary.2

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

## 0.0.31-canary.3

### Patch Changes

- Updated dependencies [6f5204e]
- react-email@2.1.7-canary.1
- @react-email/components@0.0.23-canary.2

## 0.0.31-canary.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/create-email/template/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "react-email-starter",
"version": "0.0.31-canary.2",
"version": "0.0.31-canary.3",
"private": true,
"scripts": {
"build": "email build",
"dev": "email dev",
"export": "email export"
},
"dependencies": {
"@react-email/components": "workspace:0.0.23-canary.1",
"react-email": "workspace:2.1.7-canary.0",
"@react-email/components": "workspace:0.0.23-canary.2",
"react-email": "workspace:2.1.7-canary.1",
"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.1

### Patch Changes

- 6f5204e: Fixes tooltip color being black for specific theming configurations

## 2.1.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": "2.1.7-canary.0",
"version": "2.1.7-canary.1",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./cli/index.js"
Expand Down
11 changes: 11 additions & 0 deletions packages/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @react-email/tailwind

## 0.1.0-canary.1

### Minor Changes

- 4d492d3: Add support for proper `className` manipulation
- Make inline styles override Tailwind styles.

### Patch Changes

- 9052c17: Fixes generation of unecessary styles (ex: including `container` as text somehwere in your template)

## 0.0.20-canary.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/tailwind",
"version": "0.0.20-canary.0",
"version": "0.1.0-canary.1",
"description": "A React component to wrap emails with Tailwind CSS",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
6 changes: 3 additions & 3 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 c2ca8d0

Please sign in to comment.