diff --git a/.changeset/curvy-wombats-exist.md b/.changeset/curvy-wombats-exist.md deleted file mode 100644 index e87ff8ab97..0000000000 --- a/.changeset/curvy-wombats-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup/circuit-ui": patch ---- - -Added the missing exports for the experimental ColorInput component. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index b3b60691ca..98defbcd9b 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup/circuit-ui +## 8.13.1 + +### Patch Changes + +- [#2682](https://github.com/sumup-oss/circuit-ui/pull/2682) [`032b696`](https://github.com/sumup-oss/circuit-ui/commit/032b696ead332d5fa52cf22a62e91c77bf7e0d5f) Thanks [@matoous](https://github.com/matoous)! - Added the missing exports for the experimental ColorInput component. + ## 8.13.0 ### Minor Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 47c1887a51..765721ff62 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "8.13.0", + "version": "8.13.1", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",