diff --git a/.changeset/beige-bottles-act.md b/.changeset/beige-bottles-act.md deleted file mode 100644 index de215d449a..0000000000 --- a/.changeset/beige-bottles-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Added experimental Tooltip and Toggletip components to display additional information that is contextual, helpful, and nonessential to clarify the purpose of otherwise ambiguous elements. diff --git a/.changeset/giant-seals-vanish.md b/.changeset/giant-seals-vanish.md deleted file mode 100644 index 55c4457582..0000000000 --- a/.changeset/giant-seals-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup/circuit-ui": minor ---- - -Extended the function signature of the `useClickOutside` hook to accept an array of refs as its first argument. diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 9b935db284..0000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "mode": "exit", - "tag": "canary", - "initialVersions": { - "@sumup/astro-template-circuit-ui": "2.0.0", - "@sumup/circuit-ui": "8.5.1", - "@sumup/cna-template": "5.1.0", - "next-app": "1.0.0", - "@sumup/design-tokens": "7.2.0", - "@sumup/eslint-plugin-circuit-ui": "4.1.0", - "@sumup/icons": "3.6.1", - "@sumup/remix-template-circuit-ui": "3.0.0", - "@sumup/stylelint-plugin-circuit-ui": "2.0.0" - }, - "changesets": [ - "beige-bottles-act", - "giant-seals-vanish", - "olive-seals-dance" - ] -} diff --git a/.changeset/tidy-buses-sleep.md b/.changeset/tidy-buses-sleep.md deleted file mode 100644 index 2114644696..0000000000 --- a/.changeset/tidy-buses-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup/circuit-ui": minor ---- - -Added support for passing custom components to the `links` prop of the TopNavigation component and deprecated the `user` and `profileMenu` props. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 19464989c3..b0c6350968 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @sumup/circuit-ui +## 8.6.0 + +### Minor Changes + +- [`2d69309`](https://github.com/sumup-oss/circuit-ui/commit/2d6930930204bc7da2772e411b841237f144e64f) Thanks [@connor-baer](https://github.com/connor-baer)! - Added experimental Tooltip and Toggletip components to display additional information that is contextual, helpful, and nonessential to clarify the purpose of otherwise ambiguous elements. + +- [`2d69309`](https://github.com/sumup-oss/circuit-ui/commit/2d6930930204bc7da2772e411b841237f144e64f) Thanks [@connor-baer](https://github.com/connor-baer)! - Extended the function signature of the `useClickOutside` hook to accept an array of refs as its first argument. + +- [#2481](https://github.com/sumup-oss/circuit-ui/pull/2481) [`43951d0`](https://github.com/sumup-oss/circuit-ui/commit/43951d01fa9b0d9671192e654d5476199d66c55a) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for passing custom components to the `links` prop of the TopNavigation component and deprecated the `user` and `profileMenu` props. + ## 8.5.4 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index c5b182a922..dfee332950 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "8.5.4", + "version": "8.6.0", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",