Skip to content

Commit

Permalink
Version Packages (#2918)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
connor-baer and github-actions[bot] authored Jan 29, 2025
1 parent 3f002ad commit 3506775
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-scissors-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-dryers-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-adults-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-cobras-hear.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-oss/circuit-ui

## 9.7.0

### Minor Changes

- [#2913](https://github.com/sumup-oss/circuit-ui/pull/2913) [`335eff1`](https://github.com/sumup-oss/circuit-ui/commit/335eff1dc91dca000795f3dec3915ad21607a48e) Thanks [@connor-baer](https://github.com/connor-baer)! - Exported the component styles without the global style reset under `@sumup-oss/circuit-ui/experimental/styles.css`. The global style reset will be removed in the next major release.

- [#2917](https://github.com/sumup-oss/circuit-ui/pull/2917) [`3f002ad`](https://github.com/sumup-oss/circuit-ui/commit/3f002ad0a36faa60dc5f9ffaee30c7931412d450) Thanks [@connor-baer](https://github.com/connor-baer)! - Exported the CheckboxInput and RadioButtonInput components. These internal, low-level components are intended for advanced use cases that aren't covered by the regular, feature-complete Checkbox, CheckboxGroup, and RadioButtonGroup components.

- [#2681](https://github.com/sumup-oss/circuit-ui/pull/2681) [`763c194`](https://github.com/sumup-oss/circuit-ui/commit/763c194855019e571f0cbe4640a8658671cb1865) Thanks [@connor-baer](https://github.com/connor-baer)! - Added a new CarouselPagination component. Use it to display larger amounts of content in limited spaces by dividing it into multiple pieces to be discoverd by the users through interaction.

- [#2917](https://github.com/sumup-oss/circuit-ui/pull/2917) [`3f002ad`](https://github.com/sumup-oss/circuit-ui/commit/3f002ad0a36faa60dc5f9ffaee30c7931412d450) Thanks [@connor-baer](https://github.com/connor-baer)! - Increased the tap target area of the Checkbox and RadioButton components.

## 9.6.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-oss/circuit-ui",
"version": "9.6.0",
"version": "9.7.0",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 3506775

Please sign in to comment.