chore: Version packages

This commit is contained in:
olivermrbl
2024-11-25 09:57:00 +01:00
parent 29ce10b09e
commit 4245312d8d
156 changed files with 683 additions and 398 deletions

View File

@@ -1,5 +1,13 @@
# @medusajs/locking
## 2.0.5
### Patch Changes
- [#10119](https://github.com/medusajs/medusa/pull/10119) [`2822972e04f12d2ca9378dd09529ab6ca308a286`](https://github.com/medusajs/medusa/commit/2822972e04f12d2ca9378dd09529ab6ca308a286) Thanks [@adrien2p](https://github.com/adrien2p)! - Fix/mikro orm cli wrapper
- [#10138](https://github.com/medusajs/medusa/pull/10138) [`7aa990795cf262f98b86adb7f14d6f146620bc1d`](https://github.com/medusajs/medusa/commit/7aa990795cf262f98b86adb7f14d6f146620bc1d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Update module provider retrieval error message and type
## 2.0.4
## 2.0.3

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking",
"version": "2.0.4",
"version": "2.0.5",
"description": "Locking Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -32,8 +32,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.4",
"@medusajs/test-utils": "^2.0.4",
"@medusajs/framework": "^2.0.5",
"@medusajs/test-utils": "^2.0.5",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",