diff --git a/.changeset/eighty-carrots-double.md b/.changeset/eighty-carrots-double.md deleted file mode 100644 index 5e9adb68a5..0000000000 --- a/.changeset/eighty-carrots-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Migrated all components to use the new semantic color tokens. There are minor visual differences between colors. You will also notice the change in snapshots. diff --git a/.changeset/flat-flies-push.md b/.changeset/flat-flies-push.md deleted file mode 100644 index 4a81d097a0..0000000000 --- a/.changeset/flat-flies-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Added a new `--cui-bg-elevated` color token to use as background for elevated elements such as modals, popovers, etc. diff --git a/.changeset/happy-beds-perform.md b/.changeset/happy-beds-perform.md deleted file mode 100644 index 338269bc85..0000000000 --- a/.changeset/happy-beds-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Fixed the ImageInput component's disabled state. diff --git a/.changeset/large-lies-film.md b/.changeset/large-lies-film.md deleted file mode 100644 index 2574440489..0000000000 --- a/.changeset/large-lies-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Adapted the warning state of form components `validationHint` to the new color tokens. Both the warning icon and copy are now orange with the default Circuit UI theme. diff --git a/.changeset/mighty-pens-learn.md b/.changeset/mighty-pens-learn.md deleted file mode 100644 index 5d774ecf17..0000000000 --- a/.changeset/mighty-pens-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Adjusted the Avatar component's design to work with new semantic color tokens. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 90fea07ae7..94a31380bd 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,21 @@ # @sumup/circuit-ui +## 6.3.0 + +### Minor Changes + +- [#1944](https://github.com/sumup-oss/circuit-ui/pull/1944) [`5e1bbb6a`](https://github.com/sumup-oss/circuit-ui/commit/5e1bbb6a4729873a3cbd4ab7e6f9849d50e187f3) Thanks [@connor-baer](https://github.com/connor-baer)! - Migrated all components to use the new semantic color tokens. There are minor visual differences between colors. You will also notice the change in snapshots. + +- [#1944](https://github.com/sumup-oss/circuit-ui/pull/1944) [`5e1bbb6a`](https://github.com/sumup-oss/circuit-ui/commit/5e1bbb6a4729873a3cbd4ab7e6f9849d50e187f3) Thanks [@connor-baer](https://github.com/connor-baer)! - Added a new `--cui-bg-elevated` color token to use as background for elevated elements such as modals, popovers, etc. + +- [#1944](https://github.com/sumup-oss/circuit-ui/pull/1944) [`5e1bbb6a`](https://github.com/sumup-oss/circuit-ui/commit/5e1bbb6a4729873a3cbd4ab7e6f9849d50e187f3) Thanks [@connor-baer](https://github.com/connor-baer)! - Adapted the warning state of form components `validationHint` to the new color tokens. Both the warning icon and copy are now orange with the default Circuit UI theme. + +- [#1944](https://github.com/sumup-oss/circuit-ui/pull/1944) [`5e1bbb6a`](https://github.com/sumup-oss/circuit-ui/commit/5e1bbb6a4729873a3cbd4ab7e6f9849d50e187f3) Thanks [@connor-baer](https://github.com/connor-baer)! - Adjusted the Avatar component's design to work with new semantic color tokens. + +### Patch Changes + +- [#1944](https://github.com/sumup-oss/circuit-ui/pull/1944) [`5e1bbb6a`](https://github.com/sumup-oss/circuit-ui/commit/5e1bbb6a4729873a3cbd4ab7e6f9849d50e187f3) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed the ImageInput component's disabled state. + ## 6.2.3 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 91dc8d5c74..d82e1a6b0d 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "6.2.3", + "version": "6.3.0", "description": "SumUp's React UI component library", "main": "dist/cjs/index.js", "module": "dist/es/index.js",