chore: Cleanup changesets and group fixes (#3543)

* cleanup changeset and group fixes

* chore: merge more fixes

* chore: merge more changesets

* chore: fix issue with naming
This commit is contained in:
Riqwan Thamir
2023-03-21 18:45:39 +01:00
committed by GitHub
parent f831b7db37
commit 7408111d11
33 changed files with 39 additions and 158 deletions

View File

@@ -13,4 +13,6 @@
"@medusajs/medusa-js": patch
---
chore(medusa): upgrade typeorm from 0.2.51 to 0.3.11
chore(medusa): Typeorm fixes / enhancements
- upgrade typeorm from 0.2.51 to 0.3.11
- Plugin repository loader to work with Typeorm update

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): allow appending all category descendants with a param in list endpoint

View File

@@ -1,5 +1,25 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
fix(admin-ui): Inventory and order UI fixes and tweaks
fix(admin-ui): Admin UI fixes / enhancements
- Inventory and order UI fixes and tweaks
- focus-border clipping
- Fix use of `expand` parameter on order page
- Fix location address editing form state
- ensure that the allocation indicator is correctly displayed
- Fix inventory table pagination on location filter change
- Try and ensure allocation table checkmarks align better
- Add gap in table actions
- remove allocate button if no more allcoations can be made
- update edit-allocation sidebar
- create/update/delete inventory items according to inventory items on the variant
- Fix minor bugs related to the edit-allocation modal
- move tailwind to direct dependency
- display error messages for batch jobs
- draft order shipping details
- Implements redesigned public facing pages of admin UI.
- Add location names to fulfilment rows and timeline events
- Encode location id in URL on location table

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
feat(admin-ui): added breadcrumbs for categories on create/edit modal

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
Fix(admin-ui): focus-border clipping

View File

@@ -1,6 +0,0 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
fix(admin-ui): Fix use of `expand` parameter on order page

View File

@@ -1,7 +0,0 @@
---
"@medusajs/medusa-js": patch
"medusa-react": patch
"@medusajs/medusa": patch
---
feat(medusa-react): add product category queries and mutations

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
feat(admin-ui): adds category ui for tree/list, edit, create, delete

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
feat(admin-ui): add empty state for product categories

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): Fix location address editing form state

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): fix rank order changing on category update

View File

@@ -1,6 +0,0 @@
---
"@medusajs/admin-ui": patch
"@medusajs/medusa": patch
---
feat(medusa, admin-ui): increase tree depth + scope categories on store + allow categories relation in products API

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): fix(admin-ui): ensure that the allocation indicator is correctly displayed

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): Fix inventory table pagination on location filter change

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): Try and ensure allocation table checkmarks align better

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): Add gap in table actions

View File

@@ -1,5 +0,0 @@
---
"medusa-react": patch
---
fix(medusa-react): invalidate products query on category delete

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): categories can be ranked based on position

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): remove allocate button if no more allcoations can be made

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
feat(admin-ui): Implements redesigned public facing pages of admin UI.

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): update edit-allocation sidebar

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): create/update/delete inventory items according to inventory items on the variant

View File

@@ -1,11 +1,25 @@
---
"@medusajs/admin-ui": patch
"@medusajs/medusa": patch
"medusa-react": patch
---
feat(medusa, admin-ui): Improvements to product categories
feat(medusa, admin-ui, medusa-react): Improvements to product categories
- Adds name as required in category create form
- Adds name and handle as required in category edit form
- Updates message on create/update forms
- Adds category indicators for is_internal and is_active fields in the tree list
- Fixes bug where tree is not reset when update fails
- allow appending all category descendants with a param in list endpoint
- fix rank order changing on category update
- invalidate products query on category delete
- adds category ui for tree/list, edit, create, delete
- add product category queries and mutations
- category list API can return all descendant
- added breadcrumbs for categories on create/edit modal
- add empty state for product categories
- increase tree depth + scope categories on store + allow categories relation in products API
- categories can be ranked based on position
- seed command can create product categories
- hide categories in products behind feature flag
- fixes bug for mpath incorrectly updated for nested categories

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
Fix(admin-ui): Fix minor bugs related to the edit-allocation modal

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): category list API can return all descendant

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
feat(admin-ui): Add location names to fulfilment rows and timeline events

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat(medusa): seed command can create product categories

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): move tailwind to direct dependency

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): display error messages for batch jobs

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): hide categories in products behind feature flag

View File

@@ -1,6 +0,0 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
fix(admin-ui): draft order shipping details

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): fixes bug for mpath incorrectly updated for nested categories

View File

@@ -1,5 +0,0 @@
---
"@medusajs/admin-ui": patch
---
feat(admin-ui): Encode location id in URL on location table