chore: Version packages

This commit is contained in:
olivermrbl
2025-02-24 11:24:21 +01:00
parent a9e2ef6c20
commit 3f7470022c
163 changed files with 615 additions and 407 deletions

View File

@@ -1,5 +1,25 @@
# @medusajs/framework
## 2.5.1
### Patch Changes
- [#11511](https://github.com/medusajs/medusa/pull/11511) [`b60e1c855ebd3f10753fcb31a4a0402799e7c470`](https://github.com/medusajs/medusa/commit/b60e1c855ebd3f10753fcb31a4a0402799e7c470) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(framework): add missing storefrontUrl from configuration type
- [#11489](https://github.com/medusajs/medusa/pull/11489) [`3b7856e8f515baaabd852ad6fb5bf21388205a4c`](https://github.com/medusajs/medusa/commit/3b7856e8f515baaabd852ad6fb5bf21388205a4c) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(framework): Improve production structured logging with more valuable information as well
- [#11526](https://github.com/medusajs/medusa/pull/11526) [`feec0243ab92c217e9b88aa31db250925da04e5e`](https://github.com/medusajs/medusa/commit/feec0243ab92c217e9b88aa31db250925da04e5e) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: add middleware and routes sorter
- [#11414](https://github.com/medusajs/medusa/pull/11414) [`47edd01deec79b394552cea349f1e41b7b88723b`](https://github.com/medusajs/medusa/commit/47edd01deec79b394552cea349f1e41b7b88723b) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-vite-plugin,admin-bundler,ui,icons,dashboard,framework,types): Update Vite dependencies
- Updated dependencies [[`22276648ad0aef12206464b555efdce97e316bb4`](https://github.com/medusajs/medusa/commit/22276648ad0aef12206464b555efdce97e316bb4), [`d1cbe4c61ed99bbeccf1be49721e0aa7b74edd71`](https://github.com/medusajs/medusa/commit/d1cbe4c61ed99bbeccf1be49721e0aa7b74edd71), [`63f0774569643ffe473daef2fcfd8944954d72c0`](https://github.com/medusajs/medusa/commit/63f0774569643ffe473daef2fcfd8944954d72c0), [`1a3843a92a6db83b9249e9c0aece7b3d13a600a9`](https://github.com/medusajs/medusa/commit/1a3843a92a6db83b9249e9c0aece7b3d13a600a9), [`d6c03ee5427457237e3c739545a8816cc3a3198e`](https://github.com/medusajs/medusa/commit/d6c03ee5427457237e3c739545a8816cc3a3198e), [`3b4997840e624ef8da1a75744b4bfb5c5a371f7c`](https://github.com/medusajs/medusa/commit/3b4997840e624ef8da1a75744b4bfb5c5a371f7c), [`0c957350a6688c78572361b51c1f16a452a31aed`](https://github.com/medusajs/medusa/commit/0c957350a6688c78572361b51c1f16a452a31aed), [`448dbcb5963c732c9c3b822b81330556bcf883cd`](https://github.com/medusajs/medusa/commit/448dbcb5963c732c9c3b822b81330556bcf883cd), [`065df75e7d5b90a4de43873d8c08e1aab65e3fd7`](https://github.com/medusajs/medusa/commit/065df75e7d5b90a4de43873d8c08e1aab65e3fd7), [`47edd01deec79b394552cea349f1e41b7b88723b`](https://github.com/medusajs/medusa/commit/47edd01deec79b394552cea349f1e41b7b88723b), [`32c5015f563b7d60221a472635b44820fe4ef1f6`](https://github.com/medusajs/medusa/commit/32c5015f563b7d60221a472635b44820fe4ef1f6)]:
- @medusajs/orchestration@2.5.1
- @medusajs/modules-sdk@2.5.1
- @medusajs/types@2.5.1
- @medusajs/utils@2.5.1
- @medusajs/workflows-sdk@2.5.1
- @medusajs/telemetry@2.5.1
## 2.5.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/framework",
"version": "2.5.0",
"version": "2.5.1",
"description": "Framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -54,7 +54,7 @@
"test": "jest --runInBand --bail --forceExit -- src/**/__tests__/**/*.ts"
},
"devDependencies": {
"@medusajs/cli": "^2.5.0",
"@medusajs/cli": "^2.5.1",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -74,12 +74,12 @@
},
"dependencies": {
"@jercle/yargonaut": "^1.1.5",
"@medusajs/modules-sdk": "^2.5.0",
"@medusajs/orchestration": "^2.5.0",
"@medusajs/telemetry": "^2.5.0",
"@medusajs/types": "^2.5.0",
"@medusajs/utils": "^2.5.0",
"@medusajs/workflows-sdk": "^2.5.0",
"@medusajs/modules-sdk": "^2.5.1",
"@medusajs/orchestration": "^2.5.1",
"@medusajs/telemetry": "^2.5.1",
"@medusajs/types": "^2.5.1",
"@medusajs/utils": "^2.5.1",
"@medusajs/workflows-sdk": "^2.5.1",
"@opentelemetry/api": "^1.9.0",
"@types/express": "^4.17.17",
"chokidar": "^3.4.2",