chore: Version packages

This commit is contained in:
olivermrbl
2024-11-25 09:57:00 +01:00
parent 29ce10b09e
commit 4245312d8d
156 changed files with 683 additions and 398 deletions
@@ -1,5 +1,11 @@
# @medusajs/payment-stripe
## 2.0.5
### Patch Changes
- [#10135](https://github.com/medusajs/medusa/pull/10135) [`b1b7a4abf10956d2d2863ba2b7e08e39b1abfbc1`](https://github.com/medusajs/medusa/commit/b1b7a4abf10956d2d2863ba2b7e08e39b1abfbc1) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(payment): Idempotent cancellation and proper creationg fail handling
## 2.0.4
## 2.0.3
@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment-stripe",
"version": "2.0.4",
"version": "2.0.5",
"description": "Stripe payment provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "^2.0.4",
"@medusajs/framework": "^2.0.5",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",