chore: Version Packages (#13045)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-14 13:23:45 +02:00
committed by GitHub
parent ae12623ca6
commit 01fa17d2ad
155 changed files with 873 additions and 373 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-sdk",
"description": "SDK for building extension for the Medusa admin dashboard.",
"version": "2.8.8",
"version": "2.9.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.8.8",
"@medusajs/admin-shared": "2.9.0",
"zod": "3.25.76"
},
"packageManager": "yarn@3.2.1"