chore: Release

This commit is contained in:
olivermrbl
2024-11-06 21:47:01 +01:00
parent 441004cc21
commit 8feb589659
139 changed files with 727 additions and 481 deletions
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/locking
## 2.0.2
### Patch Changes
- [#9956](https://github.com/medusajs/medusa/pull/9956) [`898a437db0c411aae9fa15d4ceefbdc3eeb5e335`](https://github.com/medusajs/medusa/commit/898a437db0c411aae9fa15d4ceefbdc3eeb5e335) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Disable default locking provider warn
## 2.0.1
## 2.0.0
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking",
"version": "2.0.1",
"version": "2.0.2",
"description": "Locking Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -33,8 +33,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.1",
"@medusajs/test-utils": "^2.0.1",
"@medusajs/framework": "^2.0.2",
"@medusajs/test-utils": "^2.0.2",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",