diff --git a/.changeset/eighty-dogs-shop.md b/.changeset/eighty-dogs-shop.md deleted file mode 100644 index b41f8e6013..0000000000 --- a/.changeset/eighty-dogs-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Fixed the size of the main content while the SidePanel's `onClose` callback is pending. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 33bc2dfc61..a52bac8a96 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup/circuit-ui +## 8.8.2 + +### Patch Changes + +- [#2516](https://github.com/sumup-oss/circuit-ui/pull/2516) [`d3ce6bf`](https://github.com/sumup-oss/circuit-ui/commit/d3ce6bf7613e90c66c542fc1c95d754ef79c3b75) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed the size of the main content while the SidePanel's `onClose` callback is pending. + ## 8.8.1 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index f9e36f7cbf..bc332dcc35 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "8.8.1", + "version": "8.8.2", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",