chore: Version packages

This commit is contained in:
olivermrbl
2024-12-10 14:01:50 +01:00
parent 0c1bbbac2a
commit 0e342b491d
153 changed files with 589 additions and 349 deletions
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/index
## 2.1.1
### Patch Changes
- [#10482](https://github.com/medusajs/medusa/pull/10482) [`69f4c4f4e06022990fcd9c66d8f1a68ff0ff97b1`](https://github.com/medusajs/medusa/commit/69f4c4f4e06022990fcd9c66d8f1a68ff0ff97b1) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore: index module to DML
## 2.1.0
## 2.0.7
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/index",
"version": "2.1.0",
"version": "2.1.1",
"description": "Medusa Index module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@medusajs/framework": "^2.1.1",
"@medusajs/test-utils": "^2.1.1",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",