chore: Version packages

This commit is contained in:
olivermrbl
2025-05-13 12:56:07 +02:00
parent 2c49e8b733
commit d3a5868e8b
159 changed files with 870 additions and 418 deletions
@@ -1,5 +1,14 @@
# @medusajs/admin-bundler
## 2.8.0
### Patch Changes
- Updated dependencies [[`9cedeb182dc19d6127b602fc06e4b8850490e2a9`](https://github.com/medusajs/medusa/commit/9cedeb182dc19d6127b602fc06e4b8850490e2a9), [`6aa1ebdee24fd3e2762317f31db4e4adcaba7566`](https://github.com/medusajs/medusa/commit/6aa1ebdee24fd3e2762317f31db4e4adcaba7566), [`3fb4d5beb05510fc3727199f0387fae5c8642520`](https://github.com/medusajs/medusa/commit/3fb4d5beb05510fc3727199f0387fae5c8642520), [`32e0194772cd44efa1930f2ee99f147fa2976f1f`](https://github.com/medusajs/medusa/commit/32e0194772cd44efa1930f2ee99f147fa2976f1f), [`cdb135e491b44c7573e7c568565366517576b90a`](https://github.com/medusajs/medusa/commit/cdb135e491b44c7573e7c568565366517576b90a), [`39e5eadefcf123c364240c665e8b455d1a8c38c0`](https://github.com/medusajs/medusa/commit/39e5eadefcf123c364240c665e8b455d1a8c38c0), [`353906614625ce8cc15c7d60537db697a69e160d`](https://github.com/medusajs/medusa/commit/353906614625ce8cc15c7d60537db697a69e160d)]:
- @medusajs/dashboard@2.8.0
- @medusajs/admin-shared@2.8.0
- @medusajs/admin-vite-plugin@2.8.0
## 2.7.1
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "2.7.1",
"version": "2.8.0",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"scripts": {
@@ -18,16 +18,16 @@
"package.json"
],
"devDependencies": {
"@medusajs/types": "2.7.1",
"@medusajs/types": "2.8.0",
"@types/compression": "^1.7.5",
"express": "^4.21.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/admin-shared": "2.7.1",
"@medusajs/admin-vite-plugin": "2.7.1",
"@medusajs/dashboard": "2.7.1",
"@medusajs/admin-shared": "2.8.0",
"@medusajs/admin-vite-plugin": "2.8.0",
"@medusajs/dashboard": "2.8.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"compression": "^1.7.4",