chore: Version packages

This commit is contained in:
olivermrbl
2025-05-13 12:56:07 +02:00
parent 2c49e8b733
commit d3a5868e8b
159 changed files with 870 additions and 418 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/link-modules
## 2.8.0
### Patch Changes
- [#11898](https://github.com/medusajs/medusa/pull/11898) [`b868a4ef4deb7df09d6156a907f4c883cd55a3fd`](https://github.com/medusajs/medusa/commit/b868a4ef4deb7df09d6156a907f4c883cd55a3fd) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat(index): add filterable fields to link definition
- Updated dependencies [[`b868a4ef4deb7df09d6156a907f4c883cd55a3fd`](https://github.com/medusajs/medusa/commit/b868a4ef4deb7df09d6156a907f4c883cd55a3fd)]:
- @medusajs/framework@2.8.0
## 2.7.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "2.7.1",
"version": "2.8.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.7.1",
"@medusajs/test-utils": "2.7.1",
"@medusajs/framework": "2.8.0",
"@medusajs/test-utils": "2.8.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.7.1",
"@medusajs/framework": "2.8.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",