Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Theryston committed Oct 13, 2022
1 parent 1edee49 commit 116317d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jsx-mail/components

## 1.0.2

### Patch Changes

- Correction of some bugs referring to the image and referring to the indexing of folders and files

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsx-mail/components",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Components to facilitate the creation of your templates with jsx mail. 🚀✉️",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @jsx-mail/core

## 1.0.3

### Patch Changes

- Correction of some bugs referring to the image and referring to the indexing of folders and files
- Updated dependencies
- @jsx-mail/components@1.0.2

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"description": "All jsx mail core functions. 🚀✉️",
"main": "dist/index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@jsx-mail/components": "workspace:^1.0.1",
"@jsx-mail/components": "workspace:^1.0.2",
"@types/babel-core": "^6.25.7",
"@types/express-handlebars": "^6.0.0",
"babel-plugin-styled-components": "^2.0.7",
Expand Down

1 comment on commit 116317d

@vercel
Copy link

@vercel vercel bot commented on 116317d Oct 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.