chore: Version Packages (#6757)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-26 18:04:04 +01:00
committed by GitHub
parent 448a30d030
commit 74e17ee6f9
82 changed files with 420 additions and 273 deletions

View File

@@ -1,5 +1,16 @@
# @medusajs/ui
## 2.4.3
### Patch Changes
- [#6779](https://github.com/medusajs/medusa/pull/6779) [`247ca3c3fa`](https://github.com/medusajs/medusa/commit/247ca3c3fadd69a1e90415041643727b53458e41) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(ui): Ensure that Hint's with variant 'error' are not squished when constrained.
- [#6680](https://github.com/medusajs/medusa/pull/6680) [`26531c5a38`](https://github.com/medusajs/medusa/commit/26531c5a38bf09ab3e77a1444cefd65a073ae713) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(ui-preset): Pull latest styles from Figma.
fix(ui): Fix invalid state styling of Select, so it correctly shows when aria-invalid is true.
fix(medusa): Align query params between `/admin/products/:id/variants` and `/admin/variants`.
chore(client-types): Update `medusa` client types to reflect changes to the API.
## 2.4.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "2.4.2",
"version": "2.4.3",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"repository": {
@@ -42,7 +42,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@medusajs/ui-preset": "^1.1.2",
"@medusajs/ui-preset": "^1.1.3",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",