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
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/types": patch
"@medusajs/medusa": patch
---
fix(types, medusa): remove fulfillment and payment status filters from validator + http types
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Use derrived state in DataTable
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/types": patch
---
chore(types): change payment provider types to interfaces
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/types": patch
"@medusajs/medusa": patch
---
fix(types,medusa): calculate taxes for original price
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/product": patch
"@medusajs/utils": patch
---
chore(product): Remove upsertWithReplace where needed
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": minor
---
chore: Move token from query params to authorization header
-7
View File
@@ -1,7 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/core-flows": patch
"@medusajs/types": patch
---
fix: add additionl data to product categories hook
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
chore(core-flows): pass cart as reference to subflows
-7
View File
@@ -1,7 +0,0 @@
---
"@medusajs/cart": patch
"@medusajs/core-flows": patch
"@medusajs/types": patch
---
chore(): Improve cart update line items
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/core-flows": patch
"@medusajs/cart": patch
---
chore(): Prevent workflow steps to even call modules when not necessary
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/framework": patch
---
feat: add middleware-file-loader
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/framework": patch
"@medusajs/utils": patch
---
chore(): Add support for extra pool configuration
-9
View File
@@ -1,9 +0,0 @@
---
"@medusajs/cache-redis": patch
"@medusajs/event-bus-redis": patch
"@medusajs/workflow-engine-redis": patch
"@medusajs/locking-redis": patch
"@medusajs/workflows-sdk": patch
---
chore(): Prevent sub workflow events release early + redis unlink
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/types": patch
---
fix(types): Allow providing either vite@5 or vite@6 for the peer dependency
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/utils": patch
---
chore(): Improve cascade soft deletetion and update
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/link-modules": patch
---
Chore/link module serialization
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): support 0 as a valid unit price for custom line items
-9
View File
@@ -1,9 +0,0 @@
---
"@medusajs/inventory": patch
"@medusajs/link-modules": patch
"@medusajs/product": patch
"@medusajs/types": patch
"@medusajs/utils": patch
---
chore(): Improve internal repository delete algo
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): bust variant inventory cache on inventory update
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
chore(core-flows): reserve inventory from locations with availability
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/framework": patch
---
chore(framework): Unified resource loading and exclude non js/ts files
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/utils": patch
---
feat(utils): add error message when manager is not found
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/framework": patch
---
feat: add routes loader
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/inventory": patch
---
fix(inventory): Wrong event emitted on reservation update
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/order": patch
"@medusajs/core-flows": patch
---
fix(order): summary raw totals
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
chore(core-flows): avoid overfetching to refresh cart
-7
View File
@@ -1,7 +0,0 @@
---
"@medusajs/dashboard": patch
"@medusajs/core-flows": patch
"@medusajs/medusa": patch
---
fix(core-flows, dashboard, medusa): prevent creatiion of a fulfilment without items
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/framework": patch
---
feat: Replace existing router with the new implementation