chore: Version Packages (#5272)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-06 08:41:24 -07:00
committed by GitHub
parent 0f34e0f381
commit 35d5fbe8cc
44 changed files with 221 additions and 103 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/admin
## 7.1.4
### Patch Changes
- [#5233](https://github.com/medusajs/medusa/pull/5233) [`0f34e0f38`](https://github.com/medusajs/medusa/commit/0f34e0f381833a4790ee590a9cbf93b7660634f3) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(admin-ui, medusa, medusa-react, medusa-js): Price List UI revamp
- Updated dependencies [[`0f34e0f38`](https://github.com/medusajs/medusa/commit/0f34e0f381833a4790ee590a9cbf93b7660634f3)]:
- @medusajs/admin-ui@2.1.4
## 7.1.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "7.1.3",
"version": "7.1.4",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
@@ -27,7 +27,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^2.1.3",
"@medusajs/admin-ui": "^2.1.4",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-json": "6.0.0",
@@ -49,7 +49,7 @@
"@medusajs/medusa": "^1.14.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.17.0",
"@medusajs/medusa": "^1.17.1",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},