chore: Version packages

This commit is contained in:
olivermrbl
2025-02-11 12:00:43 +01:00
parent db03738b5f
commit 682dcf6507
163 changed files with 710 additions and 415 deletions
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/dashboard": patch
"@medusajs/types": patch
---
fix(ui,types): Add Metadata form for collection
-5
View File
@@ -1,5 +0,0 @@
---
"create-medusa-app": patch
---
Fix issue where create-medusa-app repeatedly asked for database credentials even when --db-url was specified. The logic in MedusaProjectCreator->create()->initializeProject()->setupDatabase() always defines a dbName. Updated the getDbClientAndCredentials() method to check db-url first
-7
View File
@@ -1,7 +0,0 @@
---
"@medusajs/orchestration": patch
"@medusajs/core-flows": patch
"@medusajs/framework": patch
---
chore(orchestration): validate missing PK filters when throwIfKeyNotFound
-8
View File
@@ -1,8 +0,0 @@
---
"@medusajs/admin-vite-plugin": patch
"@medusajs/icons": patch
"@medusajs/ui": patch
"@medusajs/dashboard": patch
---
fix(admin-vite-plugin,icons,ui,dashboard): Upgrade vitest in all packages and align Vite version
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Remove wrongful import of utils function
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
chore(core-flows): update the TSDocs of new steps
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/types": patch
"@medusajs/medusa": patch
---
fix(medusa, types): fix promotion HTTP types in cart
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/ui": patch
"@medusajs/dashboard": patch
---
feat(ui,dashboard): Migrate SC tables to DataTable
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/utils": patch
---
fix(utils): add static identifier to AbstractNotificationProviderService
-23
View File
@@ -1,23 +0,0 @@
---
"@medusajs/api-key": patch
"@medusajs/auth": patch
"@medusajs/cart": patch
"@medusajs/customer": patch
"@medusajs/fulfillment": patch
"@medusajs/inventory": patch
"@medusajs/notification": patch
"@medusajs/order": patch
"@medusajs/payment": patch
"@medusajs/pricing": patch
"@medusajs/product": patch
"@medusajs/promotion": patch
"@medusajs/region": patch
"@medusajs/sales-channel": patch
"@medusajs/stock-location": patch
"@medusajs/store": patch
"@medusajs/tax": patch
"@medusajs/user": patch
"@medusajs/utils": patch
---
feat: make AbstractModuleService create method type-safe
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/orchestration": patch
"@medusajs/types": patch
---
feat(orchestration): hydrate resultset
-7
View File
@@ -1,7 +0,0 @@
---
"@medusajs/modules-sdk": patch
"@medusajs/index": patch
"@medusajs/utils": patch
---
feat(indes): full sync
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/ui": patch
"@medusajs/dashboard": patch
---
feat(ui,dashboard): Move Divider component to UI package
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/admin-bundler": patch
"@medusajs/js-sdk": patch
---
fix(js-sdk,admin-bundler): Import resolve from qs in a way that works in both ESM and CJS projects, and add @medusajs/js-sdk to optimized deps
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/framework": patch
---
fix: exit process with a status code when build fails
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/workflow-engine-inmemory": patch
"@medusajs/workflow-engine-redis": patch
---
chore(medusa): remove expired workflow executions
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): use correct request / response types
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/order": patch
---
fix(order): add data model name in define schema
-7
View File
@@ -1,7 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/admin-bundler": patch
"@medusajs/admin-sdk": patch
---
fix: issues with peer dependencies
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/utils": patch
---
fix: always load .env file alongside the environment specific file
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/cli": patch
---
fix(cli): If NODE_ENV is not defined then default to "production" for medusa start
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Ensure conditional prices are assigned to region
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/ui": patch
---
fix(ui): Prevent Command from triggering while a editable field has focus"
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/utils": patch
---
fix: add foreign keys to the generated query types output
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): Fix broken import of MedusaError
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/ui": patch
---
fix(ui): add missing use client directives
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/dashboard": patch
"@medusajs/ui": patch
---
chore(ui,dashboard): Use radix-ui package
-8
View File
@@ -1,8 +0,0 @@
---
"@medusajs/dashboard": patch
"@medusajs/core-flows": patch
"@medusajs/types": patch
"@medusajs/medusa": patch
---
fix(dashboard,core-flows,types,medusa): Allow editing Order metadata
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/payment": minor
---
chore: Revamp payment provider interface
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Allow admins to update default Sales Channel and Stock Location
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/types": patch
"@medusajs/utils": patch
---
feat: map container types for core services to interface