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,12 @@
# @medusajs/ui
## 4.0.30
### Patch Changes
- Updated dependencies []:
- @medusajs/icons@2.12.2
## 4.0.29
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "4.0.29",
"version": "4.0.30",
"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.1",
"@medusajs/ui-preset": "2.12.2",
"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.1",
"@medusajs/icons": "2.12.2",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dismissable-layer": "1.1.4",
"@tanstack/react-table": "8.20.5",