chore: Version packages

This commit is contained in:
olivermrbl
2025-03-04 14:11:37 +01:00
parent cad8b40c13
commit 5d74ac3cc3
158 changed files with 628 additions and 377 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-sdk",
"description": "SDK for building extension for the Medusa admin dashboard.",
"version": "2.5.1",
"version": "2.6.0",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
@@ -24,7 +24,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/admin-shared": "^2.5.1",
"@medusajs/admin-shared": "^2.6.0",
"zod": "3.22.4"
},
"packageManager": "yarn@3.2.1"