chore: Version packages

This commit is contained in:
olivermrbl
2025-12-11 14:10:54 +01:00
parent 00e57a21a8
commit 237b472e73
179 changed files with 1013 additions and 491 deletions

View File

@@ -1,5 +1,12 @@
# @medusajs/admin-sdk
## 2.12.2
### Patch Changes
- Updated dependencies []:
- @medusajs/admin-shared@2.12.2
## 2.12.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.12.1",
"version": "2.12.2",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
@@ -19,7 +19,7 @@
"build": "yarn run -T tsup"
},
"dependencies": {
"@medusajs/admin-shared": "2.12.1",
"@medusajs/admin-shared": "2.12.2",
"zod": "3.25.76"
},
"packageManager": "yarn@3.2.1"