chore(release): Publish

This commit is contained in:
olivermrbl
2022-10-10 18:02:50 +02:00
parent 8f4135fd5f
commit 35df4962f8
33 changed files with 127 additions and 116 deletions
@@ -1,5 +1,16 @@
# Change Log
## 1.1.44
### Patch Changes
- [#2381](https://github.com/medusajs/medusa/pull/2381) [`a908a7716`](https://github.com/medusajs/medusa/commit/a908a7716c94222f340531a5b13db0867b511519) Thanks [@srindom](https://github.com/srindom)! - Rely on cart totals in payment providers
* [#1790](https://github.com/medusajs/medusa/pull/1790) [`df62e618b`](https://github.com/medusajs/medusa/commit/df62e618bcc365ef376b96705d63b465b48b0191) Thanks [@adrien2p](https://github.com/adrien2p)! - Migrate Stripe providers to the new AbstractPaymentService
* Updated dependencies [[`7dc8d3a0c`](https://github.com/medusajs/medusa/commit/7dc8d3a0c90ce06e3f11a6a46dec1f9ec3f26e81)]:
- medusa-core-utils@1.1.32
## 1.1.43
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "medusa-payment-stripe",
"version": "1.1.43",
"version": "1.1.44",
"description": "Stripe Payment provider for Meduas Commerce",
"main": "index.js",
"repository": {
@@ -39,7 +39,7 @@
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.32",
"stripe": "^8.50.0"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808",