chore: Version packages

This commit is contained in:
olivermrbl
2024-11-25 09:57:00 +01:00
parent 29ce10b09e
commit 4245312d8d
156 changed files with 683 additions and 398 deletions
@@ -1,5 +1,14 @@
# @medusajs/admin-vite-plugin
## 2.0.5
### Patch Changes
- [#10236](https://github.com/medusajs/medusa/pull/10236) [`96b8963a6c0ac634de9af45ce3be285fc8030b85`](https://github.com/medusajs/medusa/commit/96b8963a6c0ac634de9af45ce3be285fc8030b85) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-vite-plugin): Move @babel/types to dependencies from devDependencies to make it compatible with Yarn PnP
- Updated dependencies [[`a153bc477c421cd3cfc6f2cb7e30f2f3661f5922`](https://github.com/medusajs/medusa/commit/a153bc477c421cd3cfc6f2cb7e30f2f3661f5922)]:
- @medusajs/admin-shared@2.0.5
## 2.0.4
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-vite-plugin",
"version": "2.0.4",
"version": "2.0.5",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@medusajs/admin-shared": "2.0.4",
"@medusajs/admin-shared": "2.0.5",
"chokidar": "3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",