chore: Version Packages (#5527)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-11-10 10:28:21 +01:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent d2309e771d
commit 71d59d2c81
74 changed files with 370 additions and 191 deletions
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/admin
## 7.1.7
### Patch Changes
- [`ca411e54e`](https://github.com/medusajs/medusa/commit/ca411e54eb600e1eef05dbbb378d8e06d9b33ad0) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset
- [#5548](https://github.com/medusajs/medusa/pull/5548) [`b4e8adfcf`](https://github.com/medusajs/medusa/commit/b4e8adfcf9c71f97a2a0b4ad8f0632e213fe7123) Thanks [@rick-lam](https://github.com/rick-lam)! - fix(admin-ui): Admin UI: Invalid Request Header
- Updated dependencies [[`d7e188722`](https://github.com/medusajs/medusa/commit/d7e1887221467929175e7c69b3064dc7e6c967d8), [`e3f1da92d`](https://github.com/medusajs/medusa/commit/e3f1da92db1a5bb07ae8d79a90f0d1d04f9bfee3), [`8e48be58e`](https://github.com/medusajs/medusa/commit/8e48be58efe9bfffd0f3f5af098ef2a4cefc4b2d), [`f7e982988`](https://github.com/medusajs/medusa/commit/f7e98298815b0ffb4ce1b6d2d2e1f26ca5e01049), [`b4e8adfcf`](https://github.com/medusajs/medusa/commit/b4e8adfcf9c71f97a2a0b4ad8f0632e213fe7123)]:
- @medusajs/admin-ui@2.1.7
## 7.1.6
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "7.1.6",
"version": "7.1.7",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
@@ -27,7 +27,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^2.1.6",
"@medusajs/admin-ui": "^2.1.7",
"@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.3",
"@medusajs/medusa": "^1.17.4",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},