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,14 @@
# @medusajs/admin-bundler
## 2.12.2
### Patch Changes
- Updated dependencies [[`6176f93ac5ad403dd5fb733d6d22632747ccfca3`](https://github.com/medusajs/medusa/commit/6176f93ac5ad403dd5fb733d6d22632747ccfca3), [`008f5bb47df3322fc678d16e80fa62e991bbc8f1`](https://github.com/medusajs/medusa/commit/008f5bb47df3322fc678d16e80fa62e991bbc8f1), [`b53d63d6c86f0aee1d5601b680e6cca7fd5c31a7`](https://github.com/medusajs/medusa/commit/b53d63d6c86f0aee1d5601b680e6cca7fd5c31a7), [`9e4d2df72fe9d50188e56670a96f79dace45d1ae`](https://github.com/medusajs/medusa/commit/9e4d2df72fe9d50188e56670a96f79dace45d1ae), [`3e3e6c37bd325cd78370aa4783666117ea665bb8`](https://github.com/medusajs/medusa/commit/3e3e6c37bd325cd78370aa4783666117ea665bb8)]:
- @medusajs/dashboard@2.12.2
- @medusajs/admin-shared@2.12.2
- @medusajs/admin-vite-plugin@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "2.12.1",
"version": "2.12.2",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"scripts": {
@@ -18,12 +18,12 @@
"package.json"
],
"devDependencies": {
"@medusajs/types": "2.12.1"
"@medusajs/types": "2.12.2"
},
"dependencies": {
"@medusajs/admin-shared": "2.12.1",
"@medusajs/admin-vite-plugin": "2.12.1",
"@medusajs/dashboard": "2.12.1",
"@medusajs/admin-shared": "2.12.2",
"@medusajs/admin-vite-plugin": "2.12.2",
"@medusajs/dashboard": "2.12.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"compression": "^1.8.0",

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"

View File

@@ -1,5 +1,7 @@
# @medusajs/admin-shared
## 2.12.2
## 2.12.1
## 2.12.0

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-shared",
"description": "Shared code for Medusa admin packages.",
"version": "2.12.1",
"version": "2.12.2",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts",
"main": "dist/index.js",

View File

@@ -1,5 +1,12 @@
# @medusajs/admin-vite-plugin
## 2.12.2
### Patch Changes
- Updated dependencies []:
- @medusajs/admin-shared@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-vite-plugin",
"version": "2.12.1",
"version": "2.12.2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
@@ -36,7 +36,7 @@
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@medusajs/admin-shared": "2.12.1",
"@medusajs/admin-shared": "2.12.2",
"chokidar": "^3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",

View File

@@ -1,5 +1,25 @@
# @medusajs/dashboard
## 2.12.2
### Patch Changes
- [#14221](https://github.com/medusajs/medusa/pull/14221) [`6176f93ac5ad403dd5fb733d6d22632747ccfca3`](https://github.com/medusajs/medusa/commit/6176f93ac5ad403dd5fb733d6d22632747ccfca3) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard, order): summary pending diff calculation on preview
- [#14077](https://github.com/medusajs/medusa/pull/14077) [`008f5bb47df3322fc678d16e80fa62e991bbc8f1`](https://github.com/medusajs/medusa/commit/008f5bb47df3322fc678d16e80fa62e991bbc8f1) Thanks [@NicolasGorga](https://github.com/NicolasGorga)! - feat(dashboard): Improve fully refunded order details
- [#14232](https://github.com/medusajs/medusa/pull/14232) [`b53d63d6c86f0aee1d5601b680e6cca7fd5c31a7`](https://github.com/medusajs/medusa/commit/b53d63d6c86f0aee1d5601b680e6cca7fd5c31a7) Thanks [@NicolasGorga](https://github.com/NicolasGorga)! - fix(dashboard): pass prefix to useDataTable to fix product list not paginating
- [#14175](https://github.com/medusajs/medusa/pull/14175) [`9e4d2df72fe9d50188e56670a96f79dace45d1ae`](https://github.com/medusajs/medusa/commit/9e4d2df72fe9d50188e56670a96f79dace45d1ae) Thanks [@NicolasGorga](https://github.com/NicolasGorga)! - fix(dashboard): avoid unnecessary product relations to be returned by default
- [#14215](https://github.com/medusajs/medusa/pull/14215) [`3e3e6c37bd325cd78370aa4783666117ea665bb8`](https://github.com/medusajs/medusa/commit/3e3e6c37bd325cd78370aa4783666117ea665bb8) Thanks [@NicolasGorga](https://github.com/NicolasGorga)! - fix(dashboard): show correct color indicators for payment and fulfillment status columns for `view_configuration` feature flag
- Updated dependencies []:
- @medusajs/js-sdk@2.12.2
- @medusajs/admin-shared@2.12.2
- @medusajs/icons@2.12.2
- @medusajs/ui@4.0.30
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/dashboard",
"version": "2.12.1",
"version": "2.12.2",
"scripts": {
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
"dev": "../../../node_modules/.bin/vite",
@@ -46,10 +46,10 @@
"@dnd-kit/utilities": "^3.2.2",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "3.4.2",
"@medusajs/admin-shared": "2.12.1",
"@medusajs/icons": "2.12.1",
"@medusajs/js-sdk": "2.12.1",
"@medusajs/ui": "4.0.29",
"@medusajs/admin-shared": "2.12.2",
"@medusajs/icons": "2.12.2",
"@medusajs/js-sdk": "2.12.2",
"@medusajs/ui": "4.0.30",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dismissable-layer": "1.1.4",
"@tanstack/react-query": "5.64.2",
@@ -80,10 +80,10 @@
"zod": "3.25.76"
},
"devDependencies": {
"@medusajs/admin-shared": "2.12.1",
"@medusajs/admin-vite-plugin": "2.12.1",
"@medusajs/types": "2.12.1",
"@medusajs/ui-preset": "2.12.1"
"@medusajs/admin-shared": "2.12.2",
"@medusajs/admin-vite-plugin": "2.12.2",
"@medusajs/types": "2.12.2",
"@medusajs/ui-preset": "2.12.2"
},
"packageManager": "yarn@3.2.1"
}