chore: Version Packages (#3942)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent
440110493e
commit
6b2bcc1a36
@@ -1,5 +1,20 @@
|
||||
# @medusajs/admin-ui
|
||||
|
||||
## 1.8.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3955](https://github.com/medusajs/medusa/pull/3955) [`4c5c4fd9b`](https://github.com/medusajs/medusa/commit/4c5c4fd9b3941ee27e6c8166377fd8e8f1b7ad51) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Feat(admin-ui): add metadata controls for stock locations
|
||||
|
||||
- [#3950](https://github.com/medusajs/medusa/pull/3950) [`0c30d05cf`](https://github.com/medusajs/medusa/commit/0c30d05cf3805515086dc589a0332b59b6df045f) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): allocation status for cancelled and archived orders
|
||||
|
||||
- [#3999](https://github.com/medusajs/medusa/pull/3999) [`a7adb8fbf`](https://github.com/medusajs/medusa/commit/a7adb8fbf4f6a0708e590848ec6c315ff7eb05cf) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Pins version of `react-router-dom` as upgrade to 6.11.0 broke navigation in nested routes
|
||||
|
||||
- [#3989](https://github.com/medusajs/medusa/pull/3989) [`596566a51`](https://github.com/medusajs/medusa/commit/596566a51061ba868ffd2306658f01030e52316f) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): fixes an issue where navigating to tax settings would append the basename multiple times. Removes `react-helmet` for `react-helmet-async` to get rid off error caused by unsafe sideeffects"
|
||||
|
||||
- Updated dependencies []:
|
||||
- medusa-react@7.0.0
|
||||
|
||||
## 1.8.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@medusajs/admin-ui",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"license": "MIT",
|
||||
"version": "1.8.3",
|
||||
"version": "1.8.4",
|
||||
"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": "6.0.0",
|
||||
"medusa-react": "7.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.9.0",
|
||||
"@medusajs/types": "1.8.3",
|
||||
"@medusajs/medusa": "1.10.0",
|
||||
"@medusajs/types": "1.8.4",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
|
||||
Reference in New Issue
Block a user