chore: Version Packages (#6839)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-05-01 09:48:24 +02:00
committed by GitHub
parent dca47f77c9
commit 2c807df99d
136 changed files with 725 additions and 608 deletions
+10
View File
@@ -1,5 +1,15 @@
# @medusajs/admin
## 7.1.13
### Patch Changes
- [#6883](https://github.com/medusajs/medusa/pull/6883) [`eadc5e8a79`](https://github.com/medusajs/medusa/commit/eadc5e8a794ec07f7b523808aa0fec2ac394c984) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat: Admin V2 API keys
- Updated dependencies [[`40686ba980`](https://github.com/medusajs/medusa/commit/40686ba98077c1c509744c0bd44fea4d4786abaa), [`0bf0bf819b`](https://github.com/medusajs/medusa/commit/0bf0bf819b04e0c96aabf1e959d4a592970e64ec), [`c3efac5a0d`](https://github.com/medusajs/medusa/commit/c3efac5a0d6cfa38e1af8d248138fa83934a8ceb)]:
- @medusajs/admin-ui@2.1.14
- medusa-core-utils@1.2.2
## 7.1.12
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "7.1.12",
"version": "7.1.13",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
@@ -27,7 +27,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^2.1.13",
"@medusajs/admin-ui": "^2.1.14",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-json": "6.0.0",
@@ -40,7 +40,7 @@
"express": "4.18.2",
"fs-extra": "11.1.0",
"lodash": "^4.17.21",
"medusa-core-utils": "1.2.1",
"medusa-core-utils": "1.2.2",
"rollup": "3.20.7",
"rollup-plugin-esbuild": "5.0.0",
"ts-dedent": "^2.2.0"
@@ -49,7 +49,7 @@
"@medusajs/medusa": "^1.14.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.20.4",
"@medusajs/medusa": "^1.20.5",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},