chore: Version packages

This commit is contained in:
olivermrbl
2024-12-10 14:01:50 +01:00
parent 0c1bbbac2a
commit 0e342b491d
153 changed files with 589 additions and 349 deletions

View File

@@ -1,5 +1,7 @@
# @medusajs/icons
## 2.1.1
## 2.1.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/icons",
"version": "2.1.0",
"version": "2.1.1",
"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.1.0",
"@medusajs/toolbox": "^2.1.1",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@testing-library/dom": "^9.3.1",

View File

@@ -1,5 +1,7 @@
# @medusajs/toolbox
## 2.1.1
## 2.1.0
## 2.0.7

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/toolbox",
"private": true,
"version": "2.1.0",
"version": "2.1.1",
"description": "CLI tool for importing Figma designs for Medusa UI",
"license": "MIT",
"author": "Kasper Kristensen <kasper@medusajs.com>",

View File

@@ -1,5 +1,7 @@
# @medusajs/ui-preset
## 2.1.1
## 2.1.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui-preset",
"version": "2.1.0",
"version": "2.1.1",
"description": "Medusa UI preset",
"license": "MIT",
"repository": {
@@ -30,7 +30,7 @@
"tailwindcss": ">=3.0.0"
},
"devDependencies": {
"@medusajs/toolbox": "^2.1.0",
"@medusajs/toolbox": "^2.1.1",
"tailwindcss": "^3.4.1",
"tsup": "^7.1.0",
"typescript": "^5.1.6"

View File

@@ -1,5 +1,14 @@
# @medusajs/ui
## 4.0.2
### Patch Changes
- [#10481](https://github.com/medusajs/medusa/pull/10481) [`c9a66b19afcfcc626f9e2e4531771dc36f66a65e`](https://github.com/medusajs/medusa/commit/c9a66b19afcfcc626f9e2e4531771dc36f66a65e) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,ui): Bring ConditionBlock in line with design
- Updated dependencies []:
- @medusajs/icons@2.1.1
## 4.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "4.0.1",
"version": "4.0.2",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"repository": {
@@ -42,7 +42,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@medusajs/ui-preset": "^2.0.1",
"@medusajs/ui-preset": "^2.1.1",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
@@ -80,7 +80,7 @@
"vitest": "^0.32.2"
},
"dependencies": {
"@medusajs/icons": "^2.0.1",
"@medusajs/icons": "^2.1.1",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-avatar": "1.1.0",