chore: Version Packages (#14331)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-06 16:21:52 +01:00
committed by GitHub
parent d54589751c
commit 229fc6f8fd
182 changed files with 1016 additions and 504 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/ui
## 4.0.32
### Patch Changes
- [#14464](https://github.com/medusajs/medusa/pull/14464) [`d54589751c7f929c173c500344ce5689b8a5dc15`](https://github.com/medusajs/medusa/commit/d54589751c7f929c173c500344ce5689b8a5dc15) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(translation): Improve translation alert in empty languages state
- Updated dependencies []:
- @medusajs/icons@2.12.4
## 4.0.31
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "4.0.31",
"version": "4.0.32",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"repository": {
@@ -42,7 +42,7 @@
"typecheck": "yarn run -T tsc --noEmit"
},
"devDependencies": {
"@medusajs/ui-preset": "2.12.3",
"@medusajs/ui-preset": "2.12.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
@@ -50,7 +50,7 @@
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@medusajs/icons": "2.12.3",
"@medusajs/icons": "2.12.4",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dismissable-layer": "1.1.4",
"@tanstack/react-table": "8.20.5",