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
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): remove soft delete from categories + adds indexes for categories
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): invalidate price selection caching within update request
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(admin-ui): add errors and block receiving returns dependent on existing inventory item levels
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Improve store list products
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(oas): pluralize OAS tags
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Account for multiple inventory items when getting inventory
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Category seeding result in non null constraint error
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Issue when ordering with multiple columns
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Feat(medusa): fulfill swaps and claims with locations
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": minor
---
feat(admin-ui): move customs and shipping into manage inventory modal
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Update transaction base service to expose an activeManager_ getter
+11
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