chore: Version Packages (#4591)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-07-27 13:19:14 +02:00
committed by GitHub
parent 379c83933e
commit 5a569c4a20
40 changed files with 184 additions and 123 deletions

View File

@@ -1,5 +1,16 @@
# @medusajs/admin
## 6.0.4
### Patch Changes
- [#4594](https://github.com/medusajs/medusa/pull/4594) [`aab890174`](https://github.com/medusajs/medusa/commit/aab890174dbe2c73d57e8a6f15e74f88b6ffa532) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Add missing SO relation
- [#4536](https://github.com/medusajs/medusa/pull/4536) [`f561601bf`](https://github.com/medusajs/medusa/commit/f561601bf638be73ff0d0e55e28bd2192de8db32) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin): Exclude prices from PriceLists overview
- Updated dependencies [[`aab890174`](https://github.com/medusajs/medusa/commit/aab890174dbe2c73d57e8a6f15e74f88b6ffa532), [`f561601bf`](https://github.com/medusajs/medusa/commit/f561601bf638be73ff0d0e55e28bd2192de8db32)]:
- @medusajs/admin-ui@1.9.3
## 6.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "6.0.3",
"version": "6.0.4",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
@@ -26,7 +26,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^1.9.2",
"@medusajs/admin-ui": "^1.9.3",
"commander": "^10.0.0",
"dotenv": "^16.0.3",
"express": "^4.17.1",
@@ -40,7 +40,7 @@
"@medusajs/medusa": "^1.12.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.12.3",
"@medusajs/medusa": "^1.13.0",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},