chore: Version packages

This commit is contained in:
olivermrbl
2025-12-11 14:10:54 +01:00
parent 00e57a21a8
commit 237b472e73
179 changed files with 1013 additions and 491 deletions

View File

@@ -1,5 +1,27 @@
# @medusajs/framework
## 2.12.2
### Patch Changes
- [#14204](https://github.com/medusajs/medusa/pull/14204) [`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): revert route loading parallelization
- [#14074](https://github.com/medusajs/medusa/pull/14074) [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653) Thanks [@adrien2p](https://github.com/adrien2p)! - chore: Backend HMR (expriemental)
- [#14189](https://github.com/medusajs/medusa/pull/14189) [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(framework): Prevent registering express handler for disabled routes
- [#14262](https://github.com/medusajs/medusa/pull/14262) [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Accept an extra agument 'all-or-nothing' on the migrate command
- Updated dependencies [[`4dbf46f2cb64240092843ebfdef766ec5b2a7116`](https://github.com/medusajs/medusa/commit/4dbf46f2cb64240092843ebfdef766ec5b2a7116), [`e4877616c38777f583fe0b58bb10d1c7cf41c0b3`](https://github.com/medusajs/medusa/commit/e4877616c38777f583fe0b58bb10d1c7cf41c0b3), [`a78f68fa46dceb8e201fe60e770bd9ea654390d8`](https://github.com/medusajs/medusa/commit/a78f68fa46dceb8e201fe60e770bd9ea654390d8), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`b517137466726c15d5e31ab0c9f42aa57af90c4e`](https://github.com/medusajs/medusa/commit/b517137466726c15d5e31ab0c9f42aa57af90c4e), [`fd3965974dc0b750d377ff621387d34611760957`](https://github.com/medusajs/medusa/commit/fd3965974dc0b750d377ff621387d34611760957), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78), [`5b7e3c0e7649a3a61b0a4fe796f37e5f7fbe9a3a`](https://github.com/medusajs/medusa/commit/5b7e3c0e7649a3a61b0a4fe796f37e5f7fbe9a3a)]:
- @medusajs/utils@2.12.2
- @medusajs/types@2.12.2
- @medusajs/workflows-sdk@2.12.2
- @medusajs/modules-sdk@2.12.2
- @medusajs/cli@2.12.2
- @medusajs/orchestration@2.12.2
- @medusajs/deps@2.12.2
- @medusajs/telemetry@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/framework",
"version": "2.12.1",
"version": "2.12.2",
"description": "Framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -67,17 +67,17 @@
"test": "../../../node_modules/.bin/jest --bail --forceExit --testPathPattern=src"
},
"devDependencies": {
"@medusajs/cli": "2.12.1"
"@medusajs/cli": "2.12.2"
},
"dependencies": {
"@jercle/yargonaut": "^1.1.5",
"@medusajs/deps": "2.12.1",
"@medusajs/modules-sdk": "2.12.1",
"@medusajs/orchestration": "2.12.1",
"@medusajs/telemetry": "2.12.1",
"@medusajs/types": "2.12.1",
"@medusajs/utils": "2.12.1",
"@medusajs/workflows-sdk": "2.12.1",
"@medusajs/deps": "2.12.2",
"@medusajs/modules-sdk": "2.12.2",
"@medusajs/orchestration": "2.12.2",
"@medusajs/telemetry": "2.12.2",
"@medusajs/types": "2.12.2",
"@medusajs/utils": "2.12.2",
"@medusajs/workflows-sdk": "2.12.2",
"@types/express": "^4.17.21",
"chokidar": "^3.5.3",
"compression": "^1.8.1",
@@ -97,7 +97,7 @@
},
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.218.0",
"@medusajs/cli": "2.12.1",
"@medusajs/cli": "2.12.2",
"connect-dynamodb": "^3.0.5",
"ioredis": "^5.4.1"
},