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/locking-postgres
## 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/locking-postgres",
"version": "2.8.6",
"version": "2.8.7",
"description": "Postgres Advisory Locks for Medusa",
"main": "dist/index.js",
"repository": {
@@ -20,7 +20,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -32,7 +32,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6"
"@medusajs/framework": "2.8.7"
},
"scripts": {
"watch": "tsc --build --watch",