chore(release): Publish

- medusa-core-utils@1.1.6
 - medusa-file-spaces@1.1.9
 - medusa-fulfillment-manual@1.1.6
 - medusa-fulfillment-webshipper@1.1.9
 - medusa-interfaces@1.1.7
 - medusa-payment-adyen@1.1.9
 - medusa-payment-klarna@1.1.10
 - medusa-payment-paypal@1.0.9
 - medusa-payment-stripe@1.1.9
 - medusa-plugin-add-ons@1.1.9
 - medusa-plugin-brightpearl@1.1.12
 - medusa-plugin-contentful@1.1.10
 - medusa-plugin-economic@1.1.9
 - medusa-plugin-mailchimp@1.1.9
 - medusa-plugin-permissions@1.1.9
 - medusa-plugin-restock-notification@0.0.3
 - medusa-plugin-segment@1.1.12
 - medusa-plugin-sendgrid@1.1.10
 - medusa-plugin-slack-notification@1.1.9
 - medusa-plugin-twilio-sms@1.1.9
 - medusa-plugin-wishlist@1.1.9
 - medusa-test-utils@1.1.9
 - @medusajs/medusa@1.1.19
This commit is contained in:
Sebastian Rindom
2021-04-13 12:39:08 +02:00
parent d243b55ccf
commit 249b666529
48 changed files with 343 additions and 66 deletions
+21
View File
@@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.19](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.1.18...@medusajs/medusa@1.1.19) (2021-04-13)
### Bug Fixes
* adds tests ([69442a1](https://github.com/medusajs/medusa/commit/69442a1735193aeb010043f114d89037d4d76279))
* creates restock functionality ([2b25550](https://github.com/medusajs/medusa/commit/2b2555004e52e97c15bfca59e030fdfc3d86ae49))
* deps ([a9ea38c](https://github.com/medusajs/medusa/commit/a9ea38c2005beb63e14ed151e25ecd26819c748c))
* merge develop ([a468c45](https://github.com/medusajs/medusa/commit/a468c451e82c68f41b5005a2e480057f6124aaa6))
* working api ([9d81097](https://github.com/medusajs/medusa/commit/9d810971a7e0de2a586b5c9c372f0aad2818918b))
* **medusa:** Move discount usage from rule to discount ([d9cd52a](https://github.com/medusajs/medusa/commit/d9cd52a1776e9a334b155d37e58d73f456e3a028))
### Features
* restock service ([8bd5fa8](https://github.com/medusajs/medusa/commit/8bd5fa821286a90f3ab21e8c96993ac543fb7cab))
## [1.1.18](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.1.17...@medusajs/medusa@1.1.18) (2021-04-09)
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.1.18",
"version": "1.1.19",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"repository": {
@@ -67,8 +67,8 @@
"joi": "^17.3.0",
"joi-objectid": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"medusa-core-utils": "^1.1.5",
"medusa-test-utils": "^1.1.8",
"medusa-core-utils": "^1.1.6",
"medusa-test-utils": "^1.1.9",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"passport": "^0.4.0",