chore: Version Packages (#13045)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-14 13:23:45 +02:00
committed by GitHub
parent ae12623ca6
commit 01fa17d2ad
155 changed files with 873 additions and 373 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/link-modules
## 2.9.0
### Patch Changes
- [#13137](https://github.com/medusajs/medusa/pull/13137) [`9725bff25d321011da7ba5096fe0946c5a8f0059`](https://github.com/medusajs/medusa/commit/9725bff25d321011da7ba5096fe0946c5a8f0059) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(index): handle $and and $or operators
- Updated dependencies []:
- @medusajs/framework@2.9.0
## 2.8.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "2.8.8",
"version": "2.9.0",
"description": "Medusa Default Link Modules Package and Definitions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -33,8 +33,8 @@
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts"
},
"devDependencies": {
"@medusajs/framework": "2.8.8",
"@medusajs/test-utils": "2.8.8",
"@medusajs/framework": "2.9.0",
"@medusajs/test-utils": "2.9.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
@@ -47,7 +47,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.8",
"@medusajs/framework": "2.9.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",