diff --git a/.changeset/cold-laws-jump.md b/.changeset/cold-laws-jump.md deleted file mode 100644 index e3130b14..00000000 --- a/.changeset/cold-laws-jump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@jsx-mail/core': minor -'jsx-mail': minor ---- - -allow zip command and not required jsx mail cloud login diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ecbfe425..2feda17a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @jsx-mail/core +## 2.2.0 + +### Minor Changes + +- 4f547d7: allow zip command and not required jsx mail cloud login + ## 2.1.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1bfd5993..18b0dd25 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@jsx-mail/core", "author": "Theryston", - "version": "2.1.4", + "version": "2.2.0", "license": "MIT", "description": "All jsx mail core functions.", "main": "dist/index.js", diff --git a/packages/jsx-mail/CHANGELOG.md b/packages/jsx-mail/CHANGELOG.md index e4c6e0d6..62a0f683 100644 --- a/packages/jsx-mail/CHANGELOG.md +++ b/packages/jsx-mail/CHANGELOG.md @@ -1,5 +1,16 @@ # jsx-mail +## 2.3.0 + +### Minor Changes + +- 4f547d7: allow zip command and not required jsx mail cloud login + +### Patch Changes + +- Updated dependencies [4f547d7] + - @jsx-mail/core@2.2.0 + ## 2.2.5 ### Patch Changes diff --git a/packages/jsx-mail/package.json b/packages/jsx-mail/package.json index 29e2a2d6..f0cfbb6d 100644 --- a/packages/jsx-mail/package.json +++ b/packages/jsx-mail/package.json @@ -1,6 +1,6 @@ { "name": "jsx-mail", - "version": "2.2.5", + "version": "2.3.0", "description": "Building the future of email with JSX syntax", "main": "dist/index.js", "types": "dist/types/index.d.ts",