chore: Version Packages (#14331)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-06 16:21:52 +01:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent d54589751c
commit 229fc6f8fd
182 changed files with 1016 additions and 504 deletions
@@ -1,5 +1,14 @@
# @medusajs/admin-bundler
## 2.12.4
### Patch Changes
- Updated dependencies [[`d06729d0d14d7f657a2cdeb958dd7ac6d3c6f199`](https://github.com/medusajs/medusa/commit/d06729d0d14d7f657a2cdeb958dd7ac6d3c6f199), [`caa561badf960c076b4f564dadbbbb9e36d00a18`](https://github.com/medusajs/medusa/commit/caa561badf960c076b4f564dadbbbb9e36d00a18), [`b21a599d118f126e64d2993d46ba60f4a4e94545`](https://github.com/medusajs/medusa/commit/b21a599d118f126e64d2993d46ba60f4a4e94545), [`d9bc2767c1dd099844c54c3ef49d64e4135c117d`](https://github.com/medusajs/medusa/commit/d9bc2767c1dd099844c54c3ef49d64e4135c117d), [`9f8da1e2e07ae1424e38b8bc61be465558e6980b`](https://github.com/medusajs/medusa/commit/9f8da1e2e07ae1424e38b8bc61be465558e6980b), [`d54589751c7f929c173c500344ce5689b8a5dc15`](https://github.com/medusajs/medusa/commit/d54589751c7f929c173c500344ce5689b8a5dc15), [`0490a1c67fb6abd80b49a926c41c1f22eb759493`](https://github.com/medusajs/medusa/commit/0490a1c67fb6abd80b49a926c41c1f22eb759493), [`4ac7b72d10e1046100d6ad92c686e846e9635e77`](https://github.com/medusajs/medusa/commit/4ac7b72d10e1046100d6ad92c686e846e9635e77), [`242f1d7d7f96ec27f3d2c9aafa8324f2ee9b28fd`](https://github.com/medusajs/medusa/commit/242f1d7d7f96ec27f3d2c9aafa8324f2ee9b28fd)]:
- @medusajs/dashboard@2.12.4
- @medusajs/admin-shared@2.12.4
- @medusajs/admin-vite-plugin@2.12.4
## 2.12.3
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "2.12.3",
"version": "2.12.4",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"scripts": {
@@ -18,12 +18,12 @@
"package.json"
],
"devDependencies": {
"@medusajs/types": "2.12.3"
"@medusajs/types": "2.12.4"
},
"dependencies": {
"@medusajs/admin-shared": "2.12.3",
"@medusajs/admin-vite-plugin": "2.12.3",
"@medusajs/dashboard": "2.12.3",
"@medusajs/admin-shared": "2.12.4",
"@medusajs/admin-vite-plugin": "2.12.4",
"@medusajs/dashboard": "2.12.4",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"compression": "^1.8.0",