chore: Version Packages (#13209)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-28 17:25:32 +02:00
committed by GitHub
parent 65dfcf9be4
commit 08ec3ed9f2
184 changed files with 1067 additions and 562 deletions

View File

@@ -1,5 +1,7 @@
# @medusajs/icons
## 2.10.0
## 2.9.0
## 2.8.8

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/icons",
"version": "2.9.0",
"version": "2.10.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.9.0",
"@medusajs/toolbox": "2.10.0",
"@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.10.0
## 2.9.0
## 2.8.8

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/toolbox",
"private": true,
"version": "2.9.0",
"version": "2.10.0",
"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.10.0
## 2.9.0
## 2.8.8

View File

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

View File

@@ -1,5 +1,14 @@
# @medusajs/ui
## 4.0.20
### Patch Changes
- [#13092](https://github.com/medusajs/medusa/pull/13092) [`5b7a0412463ebab1dbc86c29024c1fd326ac47fc`](https://github.com/medusajs/medusa/commit/5b7a0412463ebab1dbc86c29024c1fd326ac47fc) Thanks [@fPolic](https://github.com/fPolic)! - chore(ui): display toast in top right corner
- Updated dependencies []:
- @medusajs/icons@2.10.0
## 4.0.19
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "4.0.19",
"version": "4.0.20",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"repository": {
@@ -43,7 +43,7 @@
},
"devDependencies": {
"@faker-js/faker": "^9.2.0",
"@medusajs/ui-preset": "2.9.0",
"@medusajs/ui-preset": "2.10.0",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
@@ -81,7 +81,7 @@
"vitest": "^3.0.5"
},
"dependencies": {
"@medusajs/icons": "2.9.0",
"@medusajs/icons": "2.10.0",
"@tanstack/react-table": "8.20.5",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",