chore: Merge changesets

This commit is contained in:
olivermrbl
2023-04-04 18:19:20 +02:00
parent f0d37b4d2d
commit 1044a328b2
12 changed files with 11 additions and 55 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): remove soft delete from categories + adds indexes for categories

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): invalidate price selection caching within update request

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(admin-ui): add errors and block receiving returns dependent on existing inventory item levels

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Improve store list products

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(oas): pluralize OAS tags

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Account for multiple inventory items when getting inventory

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Category seeding result in non null constraint error

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Issue when ordering with multiple columns

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Feat(medusa): fulfill swaps and claims with locations

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": minor
---
feat(admin-ui): move customs and shipping into manage inventory modal

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Update transaction base service to expose an activeManager_ getter

View File

@@ -3,3 +3,14 @@
---
feat(oas): identify required fields in responses - admin
feat(medusa): Update transaction base service to expose an activeManager_ getter
feat(admin-ui): move customs and shipping into manage inventory modal
Feat(medusa): fulfill swaps and claims with locations
fix(medusa): Issue when ordering with multiple columns
fix(medusa): Category seeding result in non null constraint error
fix(medusa): Account for multiple inventory items when getting inventory
feat(oas): pluralize OAS tags
feat(medusa): Improve store list products
feat(admin-ui): add errors and block receiving returns dependent on existing inventory item levels
feat(medusa): invalidate price selection caching within update request
feat(medusa): remove soft delete from categories + adds indexes for categories