From 1e76c176ae3862e7118cf47a7c80c5a68179c7e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 May 2023 06:28:44 +0000 Subject: [PATCH] Version Packages --- .changeset/fresh-lemons-add.md | 5 ----- .changeset/fuzzy-emus-add.md | 5 ----- .changeset/purple-forks-shop.md | 5 ----- packages/circuit-ui/CHANGELOG.md | 12 ++++++++++++ packages/circuit-ui/package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fresh-lemons-add.md delete mode 100644 .changeset/fuzzy-emus-add.md delete mode 100644 .changeset/purple-forks-shop.md diff --git a/.changeset/fresh-lemons-add.md b/.changeset/fresh-lemons-add.md deleted file mode 100644 index 810343de65..0000000000 --- a/.changeset/fresh-lemons-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Fixed the styles of a checked and disabled Checkbox. diff --git a/.changeset/fuzzy-emus-add.md b/.changeset/fuzzy-emus-add.md deleted file mode 100644 index d2e234951a..0000000000 --- a/.changeset/fuzzy-emus-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Marked `Popover` dividers as presentational to ensure that the right number of items is announced by screen readers. diff --git a/.changeset/purple-forks-shop.md b/.changeset/purple-forks-shop.md deleted file mode 100644 index 3b50e8b366..0000000000 --- a/.changeset/purple-forks-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Added the `CheckboxGroup` component. The `options` prop specifies how the Checkboxes are rendered. Each option in the `options` prop must have a `value` key and a `label` key. The `value` prop indicates which Checkboxes are checked by default. The `validationHint` for the individual Checkboxes are disallowed in favor of a single `validationHint` for the `CheckboxGroup`. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 75bce25740..a1e3e086d8 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @sumup/circuit-ui +## 6.9.0 + +### Minor Changes + +- [#1851](https://github.com/sumup-oss/circuit-ui/pull/1851) [`0e3bdd53`](https://github.com/sumup-oss/circuit-ui/commit/0e3bdd53c86845da58afcc6b27b5360d71d02e00) Thanks [@tranhoangan22](https://github.com/tranhoangan22)! - Added the `CheckboxGroup` component. The `options` prop specifies how the Checkboxes are rendered. Each option in the `options` prop must have a `value` key and a `label` key. The `value` prop indicates which Checkboxes are checked by default. The `validationHint` for the individual Checkboxes are disallowed in favor of a single `validationHint` for the `CheckboxGroup`. + +### Patch Changes + +- [#2115](https://github.com/sumup-oss/circuit-ui/pull/2115) [`5f955ce5`](https://github.com/sumup-oss/circuit-ui/commit/5f955ce5bc532803185feb25ff9dba4ecc8345d7) Thanks [@pdrmdrs](https://github.com/pdrmdrs)! - Fixed the styles of a checked and disabled Checkbox. + +- [#2113](https://github.com/sumup-oss/circuit-ui/pull/2113) [`2bea43ff`](https://github.com/sumup-oss/circuit-ui/commit/2bea43ff074ddfe1148a80da5b64affeb11056c5) Thanks [@robinmetral](https://github.com/robinmetral)! - Marked `Popover` dividers as presentational to ensure that the right number of items is announced by screen readers. + ## 6.8.0 ### Minor Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index c1a8b08909..2b79d9dd02 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "6.8.0", + "version": "6.9.0", "description": "SumUp's React UI component library", "main": "dist/cjs/index.js", "module": "dist/es/index.js",