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
@@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.12](https://github.com/medusajs/medusa/compare/medusa-plugin-brightpearl@1.1.11...medusa-plugin-brightpearl@1.1.12) (2021-04-13)
### Bug Fixes
* bp swaps ([e105d4e](https://github.com/medusajs/medusa/commit/e105d4edde5793f40e867291606b3db5e44dc24f))
* merge develop ([2982a8e](https://github.com/medusajs/medusa/commit/2982a8e682e90beb4549d969d9d3b04d78a46a2d))
* merge develop ([a468c45](https://github.com/medusajs/medusa/commit/a468c451e82c68f41b5005a2e480057f6124aaa6))
* typo ([37ab52b](https://github.com/medusajs/medusa/commit/37ab52b19514fb1dfd864f0c218efd7ad205ff30))
## [1.1.11](https://github.com/medusajs/medusa/compare/medusa-plugin-brightpearl@1.1.10...medusa-plugin-brightpearl@1.1.11) (2021-04-13)
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-brightpearl",
"version": "1.1.11",
"version": "1.1.12",
"description": "Brightpearl plugin for Medusa Commerce",
"main": "index.js",
"repository": {
@@ -27,7 +27,7 @@
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"jest": "^25.5.2",
"medusa-test-utils": "^1.1.8",
"medusa-test-utils": "^1.1.9",
"prettier": "^2.0.5"
},
"scripts": {
@@ -43,7 +43,7 @@
"axios": "^0.19.2",
"axios-rate-limit": "^1.2.1",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.5",
"medusa-core-utils": "^1.1.6",
"randomatic": "^3.1.1"
},
"gitHead": "d78a7ce85876e0bfd9a4bfebe4f5743921961e9c"