chore: Version Packages (#13494)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-18 18:38:07 +02:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 41047b3854
commit 174b5b1cb7
156 changed files with 941 additions and 398 deletions
@@ -1,5 +1,14 @@
# @medusajs/admin-bundler
## 2.10.3
### Patch Changes
- Updated dependencies [[`5e5f628d87a78962978fe105f4c5ef41b1b4f57c`](https://github.com/medusajs/medusa/commit/5e5f628d87a78962978fe105f4c5ef41b1b4f57c), [`dcca42ec5105dfc0ca9075bbbfbe14a786ca4955`](https://github.com/medusajs/medusa/commit/dcca42ec5105dfc0ca9075bbbfbe14a786ca4955)]:
- @medusajs/dashboard@2.10.3
- @medusajs/admin-shared@2.10.3
- @medusajs/admin-vite-plugin@2.10.3
## 2.10.2
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "2.10.2",
"version": "2.10.3",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"scripts": {
@@ -18,16 +18,16 @@
"package.json"
],
"devDependencies": {
"@medusajs/types": "2.10.2",
"@medusajs/types": "2.10.3",
"@types/compression": "^1.7.5",
"express": "^4.21.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/admin-shared": "2.10.2",
"@medusajs/admin-vite-plugin": "2.10.2",
"@medusajs/dashboard": "2.10.2",
"@medusajs/admin-shared": "2.10.3",
"@medusajs/admin-vite-plugin": "2.10.3",
"@medusajs/dashboard": "2.10.3",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"compression": "^1.7.4",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/admin-sdk
## 2.10.3
### Patch Changes
- Updated dependencies []:
- @medusajs/admin-shared@2.10.3
## 2.10.2
### 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.10.2",
"version": "2.10.3",
"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.10.2",
"@medusajs/admin-shared": "2.10.3",
"zod": "3.25.76"
},
"packageManager": "yarn@3.2.1"
+2
View File
@@ -1,5 +1,7 @@
# @medusajs/admin-shared
## 2.10.3
## 2.10.2
## 2.10.1
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-shared",
"description": "Shared code for Medusa admin packages.",
"version": "2.10.2",
"version": "2.10.3",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
@@ -1,5 +1,12 @@
# @medusajs/admin-vite-plugin
## 2.10.3
### Patch Changes
- Updated dependencies []:
- @medusajs/admin-shared@2.10.3
## 2.10.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-vite-plugin",
"version": "2.10.2",
"version": "2.10.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@medusajs/admin-shared": "2.10.2",
"@medusajs/admin-shared": "2.10.3",
"chokidar": "3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",
+14
View File
@@ -1,5 +1,19 @@
# @medusajs/dashboard
## 2.10.3
### Patch Changes
- [#11613](https://github.com/medusajs/medusa/pull/11613) [`5e5f628d87a78962978fe105f4c5ef41b1b4f57c`](https://github.com/medusajs/medusa/commit/5e5f628d87a78962978fe105f4c5ef41b1b4f57c) Thanks [@docloulou](https://github.com/docloulou)! - feat(dashboard): update display of tracking/label URLs on order details
- [#13214](https://github.com/medusajs/medusa/pull/13214) [`dcca42ec5105dfc0ca9075bbbfbe14a786ca4955`](https://github.com/medusajs/medusa/commit/dcca42ec5105dfc0ca9075bbbfbe14a786ca4955) Thanks [@tehaulp](https://github.com/tehaulp)! - fix(dashboard): added missing currencies
- Updated dependencies [[`25634b038248ab6501af719faec79b59b496bada`](https://github.com/medusajs/medusa/commit/25634b038248ab6501af719faec79b59b496bada), [`1b30b656b3f9592adaf6288021896ea79ca95df0`](https://github.com/medusajs/medusa/commit/1b30b656b3f9592adaf6288021896ea79ca95df0)]:
- @medusajs/js-sdk@2.10.3
- @medusajs/admin-shared@2.10.3
- @medusajs/icons@2.10.3
- @medusajs/ui@4.0.23
## 2.10.2
### Patch Changes
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/dashboard",
"version": "2.10.2",
"version": "2.10.3",
"scripts": {
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
"dev": "vite",
@@ -45,10 +45,10 @@
"@dnd-kit/utilities": "^3.2.2",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "3.4.2",
"@medusajs/admin-shared": "2.10.2",
"@medusajs/icons": "2.10.2",
"@medusajs/js-sdk": "2.10.2",
"@medusajs/ui": "4.0.22",
"@medusajs/admin-shared": "2.10.3",
"@medusajs/icons": "2.10.3",
"@medusajs/js-sdk": "2.10.3",
"@medusajs/ui": "4.0.23",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dismissable-layer": "1.1.4",
"@tanstack/react-query": "5.64.2",
@@ -78,10 +78,10 @@
"zod": "3.25.76"
},
"devDependencies": {
"@medusajs/admin-shared": "2.10.2",
"@medusajs/admin-vite-plugin": "2.10.2",
"@medusajs/types": "2.10.2",
"@medusajs/ui-preset": "2.10.2",
"@medusajs/admin-shared": "2.10.3",
"@medusajs/admin-vite-plugin": "2.10.3",
"@medusajs/types": "2.10.3",
"@medusajs/ui-preset": "2.10.3",
"@types/node": "^20.11.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",