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

View File

@@ -1,5 +1,12 @@
# @medusajs/admin-sdk
## 2.8.0
### Patch Changes
- Updated dependencies []:
- @medusajs/admin-shared@2.8.0
## 2.7.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-sdk",
"description": "SDK for building extension for the Medusa admin dashboard.",
"version": "2.7.1",
"version": "2.8.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.7.1",
"@medusajs/admin-shared": "2.8.0",
"zod": "3.22.4"
},
"packageManager": "yarn@3.2.1"