chore: Release (#3856)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-26 19:09:01 +02:00
committed by GitHub
parent 4f448fbb2a
commit b41b6303cc
80 changed files with 419 additions and 442 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "2.0.2",
"version": "3.0.0",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
@@ -26,7 +26,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "1.8.2",
"@medusajs/admin-ui": "1.8.3",
"commander": "^10.0.0",
"dotenv": "^16.0.3",
"express": "^4.17.1",
@@ -37,7 +37,7 @@
"ts-dedent": "^2.2.0"
},
"peerDependencies": {
"@medusajs/medusa": "1.8.2"
"@medusajs/medusa": "1.9.0"
},
"devDependencies": {
"@types/express": "^4.17.13",