chore: Version Packages (#14483)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-09 12:52:13 +01:00
committed by GitHub
parent 233ec261be
commit 8fee89d622
156 changed files with 960 additions and 363 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/locking
## 2.12.5
### Patch Changes
- [#14465](https://github.com/medusajs/medusa/pull/14465) [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add modules options autocomplete to medusa config
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
- @medusajs/framework@2.12.5
## 2.12.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking",
"version": "2.12.4",
"version": "2.12.5",
"description": "Locking Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -32,10 +32,10 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.12.4",
"@medusajs/test-utils": "2.12.4"
"@medusajs/framework": "2.12.5",
"@medusajs/test-utils": "2.12.5"
},
"peerDependencies": {
"@medusajs/framework": "2.12.4"
"@medusajs/framework": "2.12.5"
}
}