chore: Version packages

This commit is contained in:
olivermrbl
2025-01-17 10:29:04 -05:00
parent 5faf48b8c2
commit efe141f54b
160 changed files with 650 additions and 399 deletions
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/payment
## 2.3.0
### Minor Changes
- [`5faf48b8c236007cd9b229219d466681c9c884c0`](https://github.com/medusajs/medusa/commit/5faf48b8c236007cd9b229219d466681c9c884c0) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(payment): If someone was using region_id from the payment collection entity, or cart_id, order_id, customer_id from the payment entity, they will no longer exist. Similarly, any code that was passing region_Id to createPaymentCollections would be recommended to remove the field.
## 2.2.0
## 2.1.3
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment",
"version": "2.2.0",
"version": "2.3.0",
"description": "Medusa Payment module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.2.0",
"@medusajs/test-utils": "^2.2.0",
"@medusajs/framework": "^2.3.0",
"@medusajs/test-utils": "^2.3.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",