diff --git a/.changeset/lemon-pens-shop.md b/.changeset/lemon-pens-shop.md deleted file mode 100644 index b896bcbdab..0000000000 --- a/.changeset/lemon-pens-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Reverted usage of the experimental Tooltip component in the IconButton, Pagination, and Table components. Testing the change in applications surfaced too many edge cases and conflicts. The changes will be re-applied in the next major release. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 9bd9e8e4c3..2a342449a3 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup/circuit-ui +## 8.6.2 + +### Patch Changes + +- [#2489](https://github.com/sumup-oss/circuit-ui/pull/2489) [`c97a10a`](https://github.com/sumup-oss/circuit-ui/commit/c97a10afa19cec3beb3a994ad623b95c47ace7a4) Thanks [@connor-baer](https://github.com/connor-baer)! - Reverted usage of the experimental Tooltip component in the IconButton, Pagination, and Table components. Testing the change in applications surfaced too many edge cases and conflicts. The changes will be re-applied in the next major release. + ## 8.6.1 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 76fd41612f..e8ce3c9263 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "8.6.1", + "version": "8.6.2", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",