chore(release): v1.8.0-rc.6

This commit is contained in:
olivermrbl
2023-04-03 18:05:12 +02:00
parent 7a9740bad7
commit bb9df09e37
49 changed files with 326 additions and 119 deletions
+8
View File
@@ -1,5 +1,13 @@
# @medusajs/admin
## 1.0.0-rc.6
### Patch Changes
- Updated dependencies [[`ca3b32d53`](https://github.com/medusajs/medusa/commit/ca3b32d53c6854716bcbfb641ed381fa0f019a58), [`788ddc0f4`](https://github.com/medusajs/medusa/commit/788ddc0f43696df607f07133af15a04b29d5447d), [`a5ad6c054`](https://github.com/medusajs/medusa/commit/a5ad6c05428e1bb090bbc5a51345a00821781c06), [`7f87c4f2c`](https://github.com/medusajs/medusa/commit/7f87c4f2c8abb876213a595005e67d770be9cbe4), [`eed784d7d`](https://github.com/medusajs/medusa/commit/eed784d7d0b58aeddc9f6f5ea56fe80c608b22f5), [`a0c919a8d`](https://github.com/medusajs/medusa/commit/a0c919a8d01ca5edf62336de48e9a112e3822f38), [`0cca13779`](https://github.com/medusajs/medusa/commit/0cca13779d0e84683193ad82ab163a10a807e903)]:
- @medusajs/admin-ui@0.0.1-rc.6
- @medusajs/medusa@1.8.0-rc.6
## 1.0.0-rc.5
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
@@ -26,7 +26,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "0.0.1-rc.5",
"@medusajs/admin-ui": "0.0.1-rc.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.8.0-rc.5"
"@medusajs/medusa": "1.8.0-rc.6"
},
"devDependencies": {
"@types/express": "^4.17.13",