diff --git a/.changeset/blue-pillows-beam.md b/.changeset/blue-pillows-beam.md deleted file mode 100644 index 81286826ec..0000000000 --- a/.changeset/blue-pillows-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": patch ---- - -Fixed the spacing of the Carousel component's buttons. diff --git a/.changeset/proud-pigs-yell.md b/.changeset/proud-pigs-yell.md deleted file mode 100644 index cb612ff02c..0000000000 --- a/.changeset/proud-pigs-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": patch ---- - -Removed the `default` attribute that was accidentally added to components with default translations. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 51624ed567..f0a71b183f 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @sumup-oss/circuit-ui +## 9.3.1 + +### Patch Changes + +- [#2824](https://github.com/sumup-oss/circuit-ui/pull/2824) [`630667d`](https://github.com/sumup-oss/circuit-ui/commit/630667d1a20f2664431d2a7d9d3b45a8444c077c) Thanks [@sirineJ](https://github.com/sirineJ)! - Fixed the spacing of the Carousel component's buttons. + +- [#2825](https://github.com/sumup-oss/circuit-ui/pull/2825) [`e036aff`](https://github.com/sumup-oss/circuit-ui/commit/e036aff6a8fa14249f14a9556392fc3464955198) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the `default` attribute that was accidentally added to components with default translations. + ## 9.3.0 ### Minor Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index e5274fd8ea..285fdb93bf 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/circuit-ui", - "version": "9.3.0", + "version": "9.3.1", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",