chore(release): Publish

- medusa-core-utils@1.1.4
 - medusa-file-spaces@1.1.7
 - medusa-fulfillment-manual@1.1.4
 - medusa-fulfillment-webshipper@1.1.7
 - medusa-interfaces@1.1.5
 - medusa-payment-adyen@1.1.7
 - medusa-payment-klarna@1.1.8
 - medusa-payment-paypal@1.0.7
 - medusa-payment-stripe@1.1.7
 - medusa-plugin-add-ons@1.1.7
 - medusa-plugin-brightpearl@1.1.9
 - medusa-plugin-contentful@1.1.8
 - medusa-plugin-economic@1.1.7
 - medusa-plugin-mailchimp@1.1.7
 - medusa-plugin-permissions@1.1.7
 - medusa-plugin-segment@1.1.9
 - medusa-plugin-sendgrid@1.1.8
 - medusa-plugin-slack-notification@1.1.7
 - medusa-plugin-twilio-sms@1.1.7
 - medusa-plugin-wishlist@1.1.7
 - medusa-test-utils@1.1.7
 - @medusajs/medusa@1.1.15
This commit is contained in:
Sebastian Rindom
2021-03-30 15:17:51 +02:00
parent 7719957b44
commit 88c4e957fc
46 changed files with 267 additions and 62 deletions
@@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.9](https://github.com/medusajs/medusa/compare/medusa-plugin-segment@1.1.8...medusa-plugin-segment@1.1.9) (2021-03-30)
### Bug Fixes
* adds tests for segment ([1b00f96](https://github.com/medusajs/medusa/commit/1b00f967dea3dc3aa65fafbe1334492fba5c33c2))
* don't divide zero decimal currencies ([3258955](https://github.com/medusajs/medusa/commit/3258955b462f91fc6f4d807c5cc9b5ad11d6bbdf))
* don't divide zero decimal currencies ([cfab2d4](https://github.com/medusajs/medusa/commit/cfab2d408a296a938266d0989b1de67d060b2ed5))
## [1.1.8](https://github.com/medusajs/medusa/compare/medusa-plugin-segment@1.1.7...medusa-plugin-segment@1.1.8) (2021-03-17)
**Note:** Version bump only for package medusa-plugin-segment
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-segment",
"version": "1.1.8",
"version": "1.1.9",
"description": "Segment Analytics",
"main": "index.js",
"repository": {
@@ -39,8 +39,8 @@
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.3",
"medusa-test-utils": "^1.1.6"
"medusa-core-utils": "^1.1.4",
"medusa-test-utils": "^1.1.7"
},
"gitHead": "0c294b7b3acbc1b873aab7e90a8e596bdac48899"
}