diff --git a/.changeset/late-nails-tell.md b/.changeset/late-nails-tell.md deleted file mode 100644 index 979cea3990..0000000000 --- a/.changeset/late-nails-tell.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@commercetools-uikit/rich-text-utils': minor -'@commercetools-uikit/checkbox-input': minor -'@commercetools-uikit/icons': minor -'@commercetools-uikit/design-system': minor ---- - -Add icon-utils to design-system package so that icon styling boilerplate can be standardized and reduced, remove extraneous index.tsx in favor of index.ts files in each generated icon file" diff --git a/design-system/CHANGELOG.md b/design-system/CHANGELOG.md index b1aa2f7ef1..e4ccbdc94e 100644 --- a/design-system/CHANGELOG.md +++ b/design-system/CHANGELOG.md @@ -1,5 +1,16 @@ # @commercetools-uikit/design-system +## 19.19.0 + +### Minor Changes + +- [#3009](https://github.com/commercetools/ui-kit/pull/3009) [`7b1a6ce`](https://github.com/commercetools/ui-kit/commit/7b1a6cedff51db8bbecddab241f516490ee37428) Thanks [@ByronDWall](https://github.com/ByronDWall)! - Add icon-utils to design-system package so that icon styling boilerplate can be standardized and reduced, remove extraneous index.tsx in favor of index.ts files in each generated icon file" + +### Patch Changes + +- Updated dependencies []: + - @commercetools-uikit/hooks@19.19.0 + ## 19.18.0 ### Patch Changes diff --git a/design-system/package.json b/design-system/package.json index 86918725d1..9d7cb4acbe 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.18.0", + "version": "19.19.0", "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.18.0", + "@commercetools-uikit/hooks": "19.19.0", "@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 3475bb5df4..824b259b28 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.19.0 + +### Patch Changes + +- Updated dependencies []: + - @commercetools-uikit/utils@19.19.0 + ## 19.18.0 ### Minor Changes diff --git a/packages/calendar-time-utils/package.json b/packages/calendar-time-utils/package.json index 989b82e7a6..7f0a229487 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.18.0", + "version": "19.19.0", "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.18.0" + "@commercetools-uikit/utils": "19.19.0" }, "devDependencies": { "moment-timezone": "0.5.46" diff --git a/packages/calendar-utils/CHANGELOG.md b/packages/calendar-utils/CHANGELOG.md index 135b19875a..6e472c7790 100644 --- a/packages/calendar-utils/CHANGELOG.md +++ b/packages/calendar-utils/CHANGELOG.md @@ -1,5 +1,21 @@ # @commercetools-uikit/calendar-utils +## 19.19.0 + +### Patch Changes + +- Updated dependencies [[`7b1a6ce`](https://github.com/commercetools/ui-kit/commit/7b1a6cedff51db8bbecddab241f516490ee37428)]: + - @commercetools-uikit/icons@19.19.0 + - @commercetools-uikit/design-system@19.19.0 + - @commercetools-uikit/input-utils@19.19.0 + - @commercetools-uikit/accessible-button@19.19.0 + - @commercetools-uikit/secondary-icon-button@19.19.0 + - @commercetools-uikit/spacings-inline@19.19.0 + - @commercetools-uikit/text@19.19.0 + - @commercetools-uikit/tooltip@19.19.0 + - @commercetools-uikit/hooks@19.19.0 + - @commercetools-uikit/utils@19.19.0 + ## 19.18.0 ### Patch Changes diff --git a/packages/calendar-utils/package.json b/packages/calendar-utils/package.json index 23913eaaf9..b2abcc8f9c 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.18.0", + "version": "19.19.0", "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.18.0", - "@commercetools-uikit/design-system": "19.18.0", - "@commercetools-uikit/hooks": "19.18.0", - "@commercetools-uikit/icons": "19.18.0", - "@commercetools-uikit/input-utils": "19.18.0", - "@commercetools-uikit/secondary-icon-button": "19.18.0", - "@commercetools-uikit/spacings-inline": "19.18.0", - "@commercetools-uikit/text": "19.18.0", - "@commercetools-uikit/tooltip": "19.18.0", - "@commercetools-uikit/utils": "19.18.0", + "@commercetools-uikit/accessible-button": "19.19.0", + "@commercetools-uikit/design-system": "19.19.0", + "@commercetools-uikit/hooks": "19.19.0", + "@commercetools-uikit/icons": "19.19.0", + "@commercetools-uikit/input-utils": "19.19.0", + "@commercetools-uikit/secondary-icon-button": "19.19.0", + "@commercetools-uikit/spacings-inline": "19.19.0", + "@commercetools-uikit/text": "19.19.0", + "@commercetools-uikit/tooltip": "19.19.0", + "@commercetools-uikit/utils": "19.19.0", "@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 16b95fb511..399579ef14 100644 --- a/packages/components/accessible-hidden/CHANGELOG.md +++ b/packages/components/accessible-hidden/CHANGELOG.md @@ -1,5 +1,7 @@ # @commercetools-uikit/accessible-hidden +## 19.19.0 + ## 19.18.0 ## 19.17.1 diff --git a/packages/components/accessible-hidden/package.json b/packages/components/accessible-hidden/package.json index 522479ad3f..29f2a3b564 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.18.0", + "version": "19.19.0", "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 ecef6de88b..dd30f5b0b6 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-uikit/avatar +## 19.19.0 + +### Patch Changes + +- Updated dependencies [[`7b1a6ce`](https://github.com/commercetools/ui-kit/commit/7b1a6cedff51db8bbecddab241f516490ee37428)]: + - @commercetools-uikit/design-system@19.19.0 + - @commercetools-uikit/utils@19.19.0 + ## 19.18.0 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 6a343fbc4a..b6589abe10 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.18.0", + "version": "19.19.0", "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.18.0", - "@commercetools-uikit/utils": "19.18.0", + "@commercetools-uikit/design-system": "19.19.0", + "@commercetools-uikit/utils": "19.19.0", "@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 3910693e36..a26154b6de 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.19.0 + +### Patch Changes + +- Updated dependencies [[`7b1a6ce`](https://github.com/commercetools/ui-kit/commit/7b1a6cedff51db8bbecddab241f516490ee37428)]: + - @commercetools-uikit/design-system@19.19.0 + - @commercetools-uikit/utils@19.19.0 + ## 19.18.0 ### Patch Changes diff --git a/packages/components/buttons/accessible-button/package.json b/packages/components/buttons/accessible-button/package.json index ad13e3aa09..f4caac1b96 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