chore: Version packages

This commit is contained in:
olivermrbl
2024-12-20 11:25:36 +01:00
parent fc321e96ce
commit 348f866ffe
138 changed files with 546 additions and 263 deletions

View File

@@ -1,5 +1,11 @@
# @medusajs/product
## 2.1.3
### Patch Changes
- [#10668](https://github.com/medusajs/medusa/pull/10668) [`d08b71f9b87c68350e57016e62e406a9bdd82342`](https://github.com/medusajs/medusa/commit/d08b71f9b87c68350e57016e62e406a9bdd82342) Thanks [@riqwan](https://github.com/riqwan)! - fix(product): updating collections with products fix
## 2.1.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/product",
"version": "2.1.2",
"version": "2.1.3",
"description": "Medusa Product 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.2",
"@medusajs/test-utils": "^2.1.2",
"@medusajs/framework": "^2.1.3",
"@medusajs/test-utils": "^2.1.3",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",