chore: Version packages

This commit is contained in:
olivermrbl
2025-02-11 12:00:43 +01:00
parent db03738b5f
commit 682dcf6507
163 changed files with 710 additions and 415 deletions
+10
View File
@@ -1,5 +1,15 @@
# @medusajs/payment
## 2.5.0
### Minor Changes
- [`d3bf59bb7a208a9a280743212601522da5448c1b`](https://github.com/medusajs/medusa/commit/d3bf59bb7a208a9a280743212601522da5448c1b) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Revamp payment provider interface
### Patch Changes
- [#11216](https://github.com/medusajs/medusa/pull/11216) [`016e332e9b98f316cded6eb999927fc942ce56c5`](https://github.com/medusajs/medusa/commit/016e332e9b98f316cded6eb999927fc942ce56c5) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: make AbstractModuleService create method type-safe
## 2.4.0
### Minor Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment",
"version": "2.4.0",
"version": "2.5.0",
"description": "Medusa Payment module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.4.0",
"@medusajs/test-utils": "^2.4.0",
"@medusajs/framework": "^2.5.0",
"@medusajs/test-utils": "^2.5.0",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",