From f2d891e1316c0c0d7fdef641be3acea3d3afc561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Mon, 8 Apr 2024 15:44:31 +0200 Subject: [PATCH] Version Packages (#2490) Co-authored-by: github-actions[bot] --- .changeset/lemon-pens-shop.md | 5 ----- packages/circuit-ui/CHANGELOG.md | 6 ++++++ packages/circuit-ui/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lemon-pens-shop.md 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",