chore: Version Packages (#13494)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
41047b3854
commit
174b5b1cb7
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user