diff --git a/.changeset/orange-tigers-fetch.md b/.changeset/orange-tigers-fetch.md deleted file mode 100644 index 4bc684538b..0000000000 --- a/.changeset/orange-tigers-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup/circuit-ui": minor ---- - -Deprecated the Toggle component's `checkedLabel` and `uncheckedLabel` props since they are no longer needed. diff --git a/.changeset/violet-seahorses-study.md b/.changeset/violet-seahorses-study.md deleted file mode 100644 index e1824f0b1d..0000000000 --- a/.changeset/violet-seahorses-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup/circuit-ui": minor ---- - -Added an experimental ColorInput component that enables users to type or select a color. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 88a28d1d44..b3b60691ca 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @sumup/circuit-ui +## 8.13.0 + +### Minor Changes + +- [#2679](https://github.com/sumup-oss/circuit-ui/pull/2679) [`ce178f8`](https://github.com/sumup-oss/circuit-ui/commit/ce178f8b6463e4c3a93fc3a5551af8cae05247a2) Thanks [@connor-baer](https://github.com/connor-baer)! - Deprecated the Toggle component's `checkedLabel` and `uncheckedLabel` props since they are no longer needed. + +- [#2655](https://github.com/sumup-oss/circuit-ui/pull/2655) [`5c62949`](https://github.com/sumup-oss/circuit-ui/commit/5c629491b1bb8f7fe1eeeca5cff4918eefdb91f9) Thanks [@matoous](https://github.com/matoous)! - Added an experimental ColorInput component that enables users to type or select a color. + ## 8.12.1 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index f878b51435..47c1887a51 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "8.12.1", + "version": "8.13.0", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",