diff --git a/.changeset/kind-countries-yell.md b/.changeset/kind-countries-yell.md deleted file mode 100644 index 1d6d1652b8..0000000000 --- a/.changeset/kind-countries-yell.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@commercetools-uikit/dropdown-menu': patch -'@commercetools-uikit/data-table-manager': patch ---- - -We fixed an issue with the `DropdownMenu` component when using these values: - -* `menuPosition`: right -* `menuHorizontalConstraint`: auto - -In that situation, the width and positioning of the floating menu was not correctly calculated. diff --git a/design-system/CHANGELOG.md b/design-system/CHANGELOG.md index 4162ece683..4605a61885 100644 --- a/design-system/CHANGELOG.md +++ b/design-system/CHANGELOG.md @@ -1,5 +1,12 @@ # @commercetools-uikit/design-system +## 19.3.1 + +### Patch Changes + +- Updated dependencies []: + - @commercetools-uikit/hooks@19.3.1 + ## 19.3.0 ### Patch Changes diff --git a/design-system/package.json b/design-system/package.json index ed926df55d..f8e9eb4a10 100644 --- a/design-system/package.json +++ b/design-system/package.json @@ -1,7 +1,7 @@ { "name": "@commercetools-uikit/design-system", "description": "Core package of the commercetools design system.", - "version": "19.3.0", + "version": "19.3.1", "bugs": "https://github.com/commercetools/ui-kit/issues", "repository": { "type": "git", @@ -25,7 +25,7 @@ "dependencies": { "@babel/runtime": "^7.20.13", "@babel/runtime-corejs3": "^7.20.13", - "@commercetools-uikit/hooks": "19.3.0", + "@commercetools-uikit/hooks": "19.3.1", "@emotion/react": "^11.10.5", "lodash": "4.17.21", "prop-types": "15.8.1", diff --git a/packages/calendar-time-utils/CHANGELOG.md b/packages/calendar-time-utils/CHANGELOG.md index adeb2029d4..ed6962c32d 100644 --- a/packages/calendar-time-utils/CHANGELOG.md +++ b/packages/calendar-time-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @commercetools-uikit/calendar-time-utils +## 19.3.1 + +### Patch Changes + +- Updated dependencies []: + - @commercetools-uikit/utils@19.3.1 + ## 19.3.0 ### Patch Changes diff --git a/packages/calendar-time-utils/package.json b/packages/calendar-time-utils/package.json index ebed448713..57f001ede0 100644 --- a/packages/calendar-time-utils/package.json +++ b/packages/calendar-time-utils/package.json @@ -1,7 +1,7 @@ { "name": "@commercetools-uikit/calendar-time-utils", "description": "Utilities to work with time values for a calendar.", - "version": "19.3.0", + "version": "19.3.1", "bugs": "https://github.com/commercetools/ui-kit/issues", "repository": { "type": "git", @@ -21,7 +21,7 @@ "dependencies": { "@babel/runtime": "^7.20.13", "@babel/runtime-corejs3": "^7.20.13", - "@commercetools-uikit/utils": "19.3.0" + "@commercetools-uikit/utils": "19.3.1" }, "devDependencies": { "moment-timezone": "0.5.45" diff --git a/packages/calendar-utils/CHANGELOG.md b/packages/calendar-utils/CHANGELOG.md index 7b22b73ae6..032e919ab8 100644 --- a/packages/calendar-utils/CHANGELOG.md +++ b/packages/calendar-utils/CHANGELOG.md @@ -1,5 +1,21 @@ # @commercetools-uikit/calendar-utils +## 19.3.1 + +### Patch Changes + +- Updated dependencies []: + - @commercetools-uikit/design-system@19.3.1 + - @commercetools-uikit/accessible-button@19.3.1 + - @commercetools-uikit/secondary-icon-button@19.3.1 + - @commercetools-uikit/icons@19.3.1 + - @commercetools-uikit/input-utils@19.3.1 + - @commercetools-uikit/spacings-inline@19.3.1 + - @commercetools-uikit/text@19.3.1 + - @commercetools-uikit/tooltip@19.3.1 + - @commercetools-uikit/hooks@19.3.1 + - @commercetools-uikit/utils@19.3.1 + ## 19.3.0 ### Patch Changes diff --git a/packages/calendar-utils/package.json b/packages/calendar-utils/package.json index 58bbd42b2d..3e3139a13e 100644 --- a/packages/calendar-utils/package.json +++ b/packages/calendar-utils/package.json @@ -1,7 +1,7 @@ { "name": "@commercetools-uikit/calendar-utils", "description": "Utilities to work with values for a calendar.", - "version": "19.3.0", + "version": "19.3.1", "bugs": "https://github.com/commercetools/ui-kit/issues", "repository": { "type": "git", @@ -21,16 +21,16 @@ "dependencies": { "@babel/runtime": "^7.20.13", "@babel/runtime-corejs3": "^7.20.13", - "@commercetools-uikit/accessible-button": "19.3.0", - "@commercetools-uikit/design-system": "19.3.0", - "@commercetools-uikit/hooks": "19.3.0", - "@commercetools-uikit/icons": "19.3.0", - "@commercetools-uikit/input-utils": "19.3.0", - "@commercetools-uikit/secondary-icon-button": "19.3.0", - "@commercetools-uikit/spacings-inline": "19.3.0", - "@commercetools-uikit/text": "19.3.0", - "@commercetools-uikit/tooltip": "19.3.0", - "@commercetools-uikit/utils": "19.3.0", + "@commercetools-uikit/accessible-button": "19.3.1", + "@commercetools-uikit/design-system": "19.3.1", + "@commercetools-uikit/hooks": "19.3.1", + "@commercetools-uikit/icons": "19.3.1", + "@commercetools-uikit/input-utils": "19.3.1", + "@commercetools-uikit/secondary-icon-button": "19.3.1", + "@commercetools-uikit/spacings-inline": "19.3.1", + "@commercetools-uikit/text": "19.3.1", + "@commercetools-uikit/tooltip": "19.3.1", + "@commercetools-uikit/utils": "19.3.1", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "lodash": "4.17.21", diff --git a/packages/components/accessible-hidden/CHANGELOG.md b/packages/components/accessible-hidden/CHANGELOG.md index dcdff25590..e3ab95f658 100644 --- a/packages/components/accessible-hidden/CHANGELOG.md +++ b/packages/components/accessible-hidden/CHANGELOG.md @@ -1,5 +1,7 @@ # @commercetools-uikit/accessible-hidden +## 19.3.1 + ## 19.3.0 ## 19.2.0 diff --git a/packages/components/accessible-hidden/package.json b/packages/components/accessible-hidden/package.json index 04e7c23177..7fd135afc4 100644 --- a/packages/components/accessible-hidden/package.json +++ b/packages/components/accessible-hidden/package.json @@ -1,7 +1,7 @@ { "name": "@commercetools-uikit/accessible-hidden", "description": "Component to hide content offscreen while keeping it accessible. This is also helpful for testing purposes.", - "version": "19.3.0", + "version": "19.3.1", "bugs": "https://github.com/commercetools/ui-kit/issues", "repository": { "type": "git", diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index 4262b36a4c..17144f4c8d 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-uikit/avatar +## 19.3.1 + +### Patch Changes + +- Updated dependencies []: + - @commercetools-uikit/design-system@19.3.1 + - @commercetools-uikit/utils@19.3.1 + ## 19.3.0 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 906d25aa25..bd2f44332e 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,7 +1,7 @@ { "name": "@commercetools-uikit/avatar", "description": "A component for rendering profile images", - "version": "19.3.0", + "version": "19.3.1", "bugs": "https://github.com/commercetools/ui-kit/issues", "repository": { "type": "git", @@ -21,8 +21,8 @@ "dependencies": { "@babel/runtime": "^7.20.13", "@babel/runtime-corejs3": "^7.20.13", - "@commercetools-uikit/design-system": "19.3.0", - "@commercetools-uikit/utils": "19.3.0", + "@commercetools-uikit/design-system": "19.3.1", + "@commercetools-uikit/utils": "19.3.1", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "lodash": "4.17.21", diff --git a/packages/components/buttons/accessible-button/CHANGELOG.md b/packages/components/buttons/accessible-button/CHANGELOG.md index eefadd9aed..7787d21218 100644 --- a/packages/components/buttons/accessible-button/CHANGELOG.md +++ b/packages/components/buttons/accessible-button/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-uikit/accessible-button +## 19.3.1 + +### Patch Changes + +- Updated dependencies []: + - @commercetools-uikit/design-system@19.3.1 + - @commercetools-uikit/utils@19.3.1 + ## 19.3.0 ### Patch Changes diff --git a/packages/components/buttons/accessible-button/package.json b/packages/components/buttons/accessible-button/package.json index 1433e3f5e2..c42b249a77 100644 --- a/packages/components/buttons/accessible-button/package.json +++ b/packages/components/buttons/accessible-button/package.json @@ -1,7 +1,7 @@ { "name": "@commercetools-uikit/accessible-button", "description": "A React component that you can use to wrap your buttons in an accessible