chore: Version Packages (#4074)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-16 11:03:47 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 9518efccae
commit 0be70113f9
59 changed files with 273 additions and 123 deletions
+8
View File
@@ -1,5 +1,13 @@
# @medusajs/admin
## 5.0.0
### Patch Changes
- Updated dependencies [[`a66646233`](https://github.com/medusajs/medusa/commit/a666462333d20821a3e50e3fbc65bc8a511c726f), [`9518efcca`](https://github.com/medusajs/medusa/commit/9518efccae1961d9b3cd1e85148e293a3744eedb), [`a86f0e815`](https://github.com/medusajs/medusa/commit/a86f0e815a9e75d7d562fbe516c5bb7e0ab1f6ee), [`cdbac2c84`](https://github.com/medusajs/medusa/commit/cdbac2c8403a3c15c0e11993f6b7dab268fa5c08), [`26963acc0`](https://github.com/medusajs/medusa/commit/26963acc0a5caa1bca97cfe4cbcee113a8d75b84)]:
- @medusajs/medusa@1.11.0
- @medusajs/admin-ui@1.8.6
## 4.0.1
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "4.0.1",
"version": "5.0.0",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
@@ -26,7 +26,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "1.8.5",
"@medusajs/admin-ui": "1.8.6",
"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.10.1"
"@medusajs/medusa": "1.11.0"
},
"devDependencies": {
"@types/express": "^4.17.13",