chore: Version Packages (#12883)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-08 19:49:15 +02:00
committed by GitHub
parent 42be9a88d6
commit b7aa719540
145 changed files with 875 additions and 336 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/payment
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment",
"version": "2.8.6",
"version": "2.8.7",
"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.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",