chore: Version packages

This commit is contained in:
olivermrbl
2025-12-01 18:54:07 +01:00
parent 8ddf8b4d76
commit 1d4af32749
206 changed files with 1124 additions and 660 deletions
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/admin-sdk
## 2.12.0
### Patch Changes
- [#13843](https://github.com/medusajs/medusa/pull/13843) [`3852efbcfffbfd10b7f7cae7d1a15de2a5f3afee`](https://github.com/medusajs/medusa/commit/3852efbcfffbfd10b7f7cae7d1a15de2a5f3afee) Thanks [@leobenzol](https://github.com/leobenzol)! - feat(admin-\*,dashboard): i18n labels for menu item extensions
- [#13946](https://github.com/medusajs/medusa/pull/13946) [`213c344804fb1077aaca3e3cefbd1653ae559899`](https://github.com/medusajs/medusa/commit/213c344804fb1077aaca3e3cefbd1653ae559899) Thanks [@bqst](https://github.com/bqst)! - feat(dashboard): add custom admin route ranking feature
- Updated dependencies []:
- @medusajs/admin-shared@2.12.0
## 2.11.3
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-sdk",
"description": "SDK for building extension for the Medusa admin dashboard.",
"version": "2.11.3",
"version": "2.12.0",
"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.11.3",
"@medusajs/admin-shared": "2.12.0",
"zod": "3.25.76"
},
"packageManager": "yarn@3.2.1"