diff --git a/packages/medusa-plugin-sendgrid/CHANGELOG.md b/packages/medusa-plugin-sendgrid/CHANGELOG.md index 3c36c10d9c..2e9661766c 100644 --- a/packages/medusa-plugin-sendgrid/CHANGELOG.md +++ b/packages/medusa-plugin-sendgrid/CHANGELOG.md @@ -3,6 +3,97 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.0.11 (2020-09-11) + + +### Bug Fixes + +* **medusa-plugin-sendgrid:** do display_value calculations ([5e47aec](https://github.com/medusajs/medusa/commit/5e47aecbf7495486c18236336c09490338bd419a)) + + + +## 1.0.10 (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) + + + +## 1.0.7 (2020-09-07) + + + +## 1.0.1 (2020-09-05) + + + +## 1.0.1-beta.0 (2020-09-04) + + +### Bug Fixes + +* **medusa:** product variant metadata ([#98](https://github.com/medusajs/medusa/issues/98)) ([520115a](https://github.com/medusajs/medusa/commit/520115a2cef7ee3f0259a682bd82e693c6327790)) + + + +# 1.0.0 (2020-09-03) + + + +# 1.0.0-alpha.35 (2020-08-28) + + +### Bug Fixes + +* **medusa-plugin-sendgrid:** Adds order shipped support ([ddfd26d](https://github.com/medusajs/medusa/commit/ddfd26dbe38298c8a9c736cbf8ef5a5dd55e0cc8)) + + + +# 1.0.0-alpha.34 (2020-08-28) + + +### Bug Fixes + +* **medusa-plugin-sendgrid:** decorate order placed data for email ([2edf152](https://github.com/medusajs/medusa/commit/2edf152c8eafbd54c5c99602e340ad41fcc783f2)) + + + +# 1.0.0-alpha.30 (2020-08-28) + + + +# 1.0.0-alpha.27 (2020-08-27) + + + +# 1.0.0-alpha.25 (2020-08-27) + + + +# 1.0.0-alpha.24 (2020-08-27) + + + +# 1.0.0-alpha.3 (2020-08-20) + + + +# 1.0.0-alpha.2 (2020-08-20) + + + +# 1.0.0-alpha.1 (2020-08-20) + + + +# 1.0.0-alpha.0 (2020-08-20) + + + + + ## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) diff --git a/packages/medusa-plugin-sendgrid/package.json b/packages/medusa-plugin-sendgrid/package.json index 43b6acec2d..57d48aca51 100644 --- a/packages/medusa-plugin-sendgrid/package.json +++ b/packages/medusa-plugin-sendgrid/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-sendgrid", - "version": "1.0.10", + "version": "1.0.11", "description": "SendGrid transactional emails", "main": "index.js", "repository": { diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index ef7e043126..fd847572bf 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.16](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.0.15...@medusajs/medusa@1.0.16) (2020-09-11) + + +### Bug Fixes + +* **medusa:** add line item to order.gift_card_created event ([c5019ca](https://github.com/medusajs/medusa/commit/c5019ca0d1ee708ab3be441e084023d0bbccef72)) + + + + + ## [1.0.15](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.0.14...@medusajs/medusa@1.0.15) (2020-09-10) diff --git a/packages/medusa/package.json b/packages/medusa/package.json index 62ceecd753..f146a0ae5e 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.0.15", + "version": "1.0.16", "description": "E-commerce for JAMstack", "main": "dist/app.js", "repository": {