chore: Version packages

This commit is contained in:
olivermrbl
2025-03-04 14:11:37 +01:00
parent cad8b40c13
commit 5d74ac3cc3
158 changed files with 628 additions and 377 deletions
@@ -1,5 +1,13 @@
# @medusajs/link-modules
## 2.6.0
### Patch Changes
- [#11643](https://github.com/medusajs/medusa/pull/11643) [`228b7b608dfa935618179684fa3d005f7a9aaf01`](https://github.com/medusajs/medusa/commit/228b7b608dfa935618179684fa3d005f7a9aaf01) Thanks [@adrien2p](https://github.com/adrien2p)! - Chore/link module serialization
- [#11601](https://github.com/medusajs/medusa/pull/11601) [`b42f151be31161a5d7a73132ee6794b990403d76`](https://github.com/medusajs/medusa/commit/b42f151be31161a5d7a73132ee6794b990403d76) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Improve internal repository delete algo
## 2.5.1
## 2.5.0
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "2.5.1",
"version": "2.6.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.5.1",
"@medusajs/test-utils": "^2.5.1",
"@medusajs/framework": "^2.6.0",
"@medusajs/test-utils": "^2.6.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",