Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 22, 2023
1 parent 7d20e75 commit 1e76c17
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-lemons-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-emus-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-forks-shop.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1e76c17

Please sign in to comment.