chore(release): Publish

- medusa-file-spaces@1.0.13
 - medusa-payment-adyen@1.0.13
 - medusa-payment-klarna@1.0.14
 - medusa-payment-stripe@1.0.15
 - medusa-plugin-add-ons@1.0.8
 - medusa-plugin-brightpearl@1.0.26
 - medusa-plugin-contentful@1.0.15
 - medusa-plugin-economic@1.0.13
 - medusa-plugin-mailchimp@1.0.15
 - medusa-plugin-permissions@1.0.13
 - medusa-plugin-segment@1.0.15
 - medusa-plugin-sendgrid@1.0.14
 - medusa-plugin-slack-notification@1.0.13
 - medusa-plugin-twilio-sms@1.0.12
 - medusa-plugin-wishlist@1.0.13
 - medusa-test-utils@1.0.13
 - @medusajs/medusa@1.0.53
This commit is contained in:
Sebastian Rindom
2020-12-17 10:54:42 +01:00
parent e7f2d20138
commit cb0fc0d475
36 changed files with 177 additions and 35 deletions
+11
View File
@@ -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.53](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.0.52...@medusajs/medusa@1.0.53) (2020-12-17)
### Features
* **medusa:** Adds product variant sale price ([#148](https://github.com/medusajs/medusa/issues/148)) ([451451a](https://github.com/medusajs/medusa/commit/451451a38eeffa88e04f1992c4026882cd2be66f))
## [1.0.52](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.0.51...@medusajs/medusa@1.0.52) (2020-12-09)
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.0.52",
"version": "1.0.53",
"description": "E-commerce for JAMstack",
"main": "dist/app.js",
"repository": {
@@ -63,7 +63,7 @@
"joi-objectid": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"medusa-core-utils": "^1.0.11",
"medusa-test-utils": "^1.0.12",
"medusa-test-utils": "^1.0.13",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"passport": "^0.4.0",