chore: Version packages

This commit is contained in:
olivermrbl
2025-01-27 09:35:06 +01:00
parent b0a2699e01
commit 986ee8008e
154 changed files with 975 additions and 436 deletions
@@ -1,5 +1,7 @@
# @medusajs/icons
## 2.4.0
## 2.3.1
## 2.3.0
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/icons",
"version": "2.3.1",
"version": "2.4.0",
"description": "Medusa UI React icon library",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
@@ -29,7 +29,7 @@
},
"devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4",
"@medusajs/toolbox": "~2.3.1",
"@medusajs/toolbox": "~2.4.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@testing-library/dom": "^9.3.1",
@@ -1,5 +1,7 @@
# @medusajs/toolbox
## 2.4.0
## 2.3.1
## 2.3.0
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@medusajs/toolbox",
"private": true,
"version": "2.3.1",
"version": "2.4.0",
"description": "CLI tool for importing Figma designs for Medusa UI",
"license": "MIT",
"author": "Kasper Kristensen <kasper@medusajs.com>",
@@ -1,5 +1,11 @@
# @medusajs/ui-preset
## 2.4.0
### Minor Changes
- [#11041](https://github.com/medusajs/medusa/pull/11041) [`909b685961ec43b35d74db2b158769d6ef33d5cf`](https://github.com/medusajs/medusa/commit/909b685961ec43b35d74db2b158769d6ef33d5cf) Thanks [@pnodet](https://github.com/pnodet)! - Remove tailwindcss/defaultTheme import
## 2.3.1
## 2.3.0
@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui-preset",
"version": "2.3.1",
"version": "2.4.0",
"description": "Medusa UI preset",
"license": "MIT",
"repository": {
@@ -30,7 +30,7 @@
"tailwindcss": ">=3.0.0"
},
"devDependencies": {
"@medusajs/toolbox": "~2.3.1",
"@medusajs/toolbox": "~2.4.0",
"tailwindcss": "^3.4.1",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/ui
## 4.0.4
### Patch Changes
- [#11075](https://github.com/medusajs/medusa/pull/11075) [`7feb004600fdbf8bf32b13695fd7f41229d43b52`](https://github.com/medusajs/medusa/commit/7feb004600fdbf8bf32b13695fd7f41229d43b52) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(ui): Fix position of Checkbox indicator
- [#10024](https://github.com/medusajs/medusa/pull/10024) [`147c0e5a353b57d3a17db3b572334db58c830b3c`](https://github.com/medusajs/medusa/commit/147c0e5a353b57d3a17db3b572334db58c830b3c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(ui,dashboard): Add new DataTable block
- Updated dependencies []:
- @medusajs/icons@2.4.0
## 4.0.3
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "4.0.3",
"version": "4.0.4",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"repository": {
@@ -43,7 +43,7 @@
},
"devDependencies": {
"@faker-js/faker": "^9.2.0",
"@medusajs/ui-preset": "~2.2.0",
"@medusajs/ui-preset": "~2.4.0",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
@@ -81,7 +81,7 @@
"vitest": "^0.32.2"
},
"dependencies": {
"@medusajs/icons": "~2.3.0",
"@medusajs/icons": "~2.4.0",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-avatar": "1.1.0",