diff --git a/.changeset/metal-avocados-matter.md b/.changeset/metal-avocados-matter.md deleted file mode 100644 index e3447ef6d2..0000000000 --- a/.changeset/metal-avocados-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": patch ---- - -Fixed passing a custom `className` to the outermost element of the Select component. diff --git a/.changeset/slimy-spoons-rule.md b/.changeset/slimy-spoons-rule.md deleted file mode 100644 index 1f41b1e01b..0000000000 --- a/.changeset/slimy-spoons-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": minor ---- - -Added support for typing and pasting 3-character hex code into the ColorInput component. diff --git a/.changeset/swift-frogs-laugh.md b/.changeset/swift-frogs-laugh.md deleted file mode 100644 index 6cb1714dec..0000000000 --- a/.changeset/swift-frogs-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": minor ---- - -Improved parsing of the PhoneNumberInput component's `value` and `defaultValue` props. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 43fe47b76d..3cf983e3da 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @sumup-oss/circuit-ui +## 9.2.0 + +### Minor Changes + +- [#2794](https://github.com/sumup-oss/circuit-ui/pull/2794) [`604c012`](https://github.com/sumup-oss/circuit-ui/commit/604c012464fd975a0083e15ee248b1f80f9f5804) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for typing and pasting 3-character hex code into the ColorInput component. + +- [#2794](https://github.com/sumup-oss/circuit-ui/pull/2794) [`604c012`](https://github.com/sumup-oss/circuit-ui/commit/604c012464fd975a0083e15ee248b1f80f9f5804) Thanks [@connor-baer](https://github.com/connor-baer)! - Improved parsing of the PhoneNumberInput component's `value` and `defaultValue` props. + +### Patch Changes + +- [#2791](https://github.com/sumup-oss/circuit-ui/pull/2791) [`0bf387e`](https://github.com/sumup-oss/circuit-ui/commit/0bf387e426a26eb14935e007dc44ac01a8f7d18b) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed passing a custom `className` to the outermost element of the Select component. + ## 9.1.1 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 128c120431..3a83c129f1 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/circuit-ui", - "version": "9.1.1", + "version": "9.2.0", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",