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
+8
View File
@@ -1,5 +1,13 @@
# @medusajs/admin-ui
## 1.9.3
### 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
## 1.9.2
### Patch Changes
+3 -3
View File
@@ -2,7 +2,7 @@
"name": "@medusajs/admin-ui",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"version": "1.9.2",
"version": "1.9.3",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
@@ -83,8 +83,8 @@
"@medusajs/medusa": "^1.12.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.12.3",
"@medusajs/types": "^1.8.11",
"@medusajs/medusa": "^1.13.0",
"@medusajs/types": "^1.9.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",