chore(release): Publish
- medusa-plugin-sendgrid@1.0.11 - @medusajs/medusa@1.0.16
This commit is contained in:
@@ -3,6 +3,97 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "medusa-plugin-sendgrid",
|
"name": "medusa-plugin-sendgrid",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"description": "SendGrid transactional emails",
|
"description": "SendGrid transactional emails",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -3,6 +3,17 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
## [1.0.15](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.0.14...@medusajs/medusa@1.0.15) (2020-09-10)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@medusajs/medusa",
|
"name": "@medusajs/medusa",
|
||||||
"version": "1.0.15",
|
"version": "1.0.16",
|
||||||
"description": "E-commerce for JAMstack",
|
"description": "E-commerce for JAMstack",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user