chore(release): Publish
- babel-preset-medusa-package@1.1.9 - @medusajs/medusa-cli@1.1.10 - medusa-core-utils@1.1.15 - medusa-dev-cli@0.0.14 - medusa-file-spaces@1.1.18 - medusa-fulfillment-manual@1.1.15 - medusa-fulfillment-webshipper@1.1.19 - medusa-interfaces@1.1.16 - medusa-payment-adyen@1.1.18 - medusa-payment-klarna@1.1.19 - medusa-payment-paypal@1.0.19 - medusa-payment-stripe@1.1.18 - medusa-plugin-add-ons@1.1.18 - medusa-plugin-brightpearl@1.1.21 - medusa-plugin-contentful@1.1.19 - medusa-plugin-discount-generator@1.1.9 - medusa-plugin-economic@1.1.18 - medusa-plugin-ip-lookup@1.1.9 - medusa-plugin-mailchimp@1.1.18 - medusa-plugin-permissions@1.1.18 - medusa-plugin-restock-notification@0.0.10 - medusa-plugin-segment@1.1.21 - medusa-plugin-sendgrid@1.1.19 - medusa-plugin-slack-notification@1.1.18 - medusa-plugin-twilio-sms@1.1.18 - medusa-plugin-wishlist@1.1.18 - medusa-test-utils@1.1.18 - @medusajs/medusa@1.1.27
This commit is contained in:
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.1.18](https://github.com/medusajs/medusa/compare/medusa-payment-adyen@1.1.17...medusa-payment-adyen@1.1.18) (2021-06-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* mobile pay support ([91511cb](https://github.com/medusajs/medusa/commit/91511cbdf8bc66f5688a36ecf56edb16a220cc82))
|
||||
* release assist ([668e8a7](https://github.com/medusajs/medusa/commit/668e8a740200847fc2a41c91d2979097f1392532))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.1.17](https://github.com/medusajs/medusa/compare/medusa-payment-adyen@1.1.16...medusa-payment-adyen@1.1.17) (2021-06-09)
|
||||
|
||||
**Note:** Version bump only for package medusa-payment-adyen
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-payment-adyen",
|
||||
"version": "1.1.18-next.9+db9d6c0",
|
||||
"version": "1.1.18",
|
||||
"description": "Adyen Payment provider for Medusa Commerce",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -24,7 +24,7 @@
|
||||
"cross-env": "^7.0.2",
|
||||
"eslint": "^6.8.0",
|
||||
"jest": "^25.5.2",
|
||||
"medusa-test-utils": "^1.1.18-next.9+db9d6c0"
|
||||
"medusa-test-utils": "^1.1.18"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src -d .",
|
||||
@@ -42,7 +42,7 @@
|
||||
"body-parser": "^1.19.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"medusa-core-utils": "^1.1.15-next.9+db9d6c0"
|
||||
"medusa-core-utils": "^1.1.15"
|
||||
},
|
||||
"gitHead": "db9d6c0cf55ff60a90415b16bc7582cc4795768f"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user