chore: Version packages

This commit is contained in:
olivermrbl
2025-02-24 11:24:21 +01:00
parent a9e2ef6c20
commit 3f7470022c
163 changed files with 615 additions and 407 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/admin-sdk
## 2.5.1
### Patch Changes
- [#11413](https://github.com/medusajs/medusa/pull/11413) [`a039dd6932c3c5581b3ee0ebba1eb8413912ec43`](https://github.com/medusajs/medusa/commit/a039dd6932c3c5581b3ee0ebba1eb8413912ec43) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - chore(admin-sdk): Pin zod in admin-sdk
- Updated dependencies []:
- @medusajs/admin-shared@2.5.1
## 2.5.0
### Patch Changes

View File

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