-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
# @medusajs/admin-ui | ||
|
||
## 1.8.3 | ||
|
||
### Patch Changes | ||
|
||
- [#3753](https://github.com/medusajs/medusa/pull/3753) [`ba45a316a`](https://github.com/medusajs/medusa/commit/ba45a316a7638cc003599900d0088e5a5aeb51c8) Thanks [@StephixOne](https://github.com/StephixOne)! - feat(admin): Implement allocations on draft orders | ||
|
||
- [#3895](https://github.com/medusajs/medusa/pull/3895) [`88a224e42`](https://github.com/medusajs/medusa/commit/88a224e42a490fd7fae29677c463740b89ad9b27) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin): display correct items in the timeline after OE | ||
|
||
- [`d302db239`](https://github.com/medusajs/medusa/commit/d302db23975227527e5632110d67c2ac299317b3) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin): add guard for null variant in inventory overview | ||
|
||
- [#3886](https://github.com/medusajs/medusa/pull/3886) [`5fdccf5e3`](https://github.com/medusajs/medusa/commit/5fdccf5e3256b5e515c3d9a8ba9eaf60b2ce7ad3) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Check for undefined categories | ||
|
||
- [#3897](https://github.com/medusajs/medusa/pull/3897) [`0be681657`](https://github.com/medusajs/medusa/commit/0be6816578f5cac6f22ddea267fc4c066727b0ae) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(admin-ui): Add Sales Channel filter | ||
|
||
- [#3883](https://github.com/medusajs/medusa/pull/3883) [`966ddd2f1`](https://github.com/medusajs/medusa/commit/966ddd2f1648d5d3c1c68094f488f307e3186d92) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(inventory): Minor fixes to upserting inventory items | ||
|
||
- Updated dependencies []: | ||
- [email protected] | ||
|
||
## 1.8.2 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@medusajs/admin-ui", | ||
"author": "Kasper Kristensen <[email protected]>", | ||
"license": "MIT", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/medusajs/medusa.git", | ||
|
@@ -49,7 +49,7 @@ | |
"copy-to-clipboard": "^3.3.1", | ||
"emoji-picker-react": "^4.4.3", | ||
"framer-motion": "^9.1.6", | ||
"medusa-react": "5.0.2", | ||
"medusa-react": "6.0.0", | ||
"moment": "^2.29.4", | ||
"pluralize": "^8.0.0", | ||
"postcss": "^8.4.21", | ||
|
@@ -79,8 +79,8 @@ | |
"vite": "^4.1.4" | ||
}, | ||
"devDependencies": { | ||
"@medusajs/medusa": "1.8.2", | ||
"@medusajs/types": "1.8.2", | ||
"@medusajs/medusa": "1.9.0", | ||
"@medusajs/types": "1.8.3", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
|