diff --git a/.changeset/ninety-scissors-share.md b/.changeset/ninety-scissors-share.md deleted file mode 100644 index 199fa3ddf7..0000000000 --- a/.changeset/ninety-scissors-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/circuit-ui': minor ---- - -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. diff --git a/.changeset/real-dryers-carry.md b/.changeset/real-dryers-carry.md deleted file mode 100644 index ae3f16396c..0000000000 --- a/.changeset/real-dryers-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/circuit-ui': minor ---- - -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. diff --git a/.changeset/short-adults-know.md b/.changeset/short-adults-know.md deleted file mode 100644 index ae06e05778..0000000000 --- a/.changeset/short-adults-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/circuit-ui': minor ---- - -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. diff --git a/.changeset/strong-cobras-hear.md b/.changeset/strong-cobras-hear.md deleted file mode 100644 index d8ceee5e5d..0000000000 --- a/.changeset/strong-cobras-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": minor ---- - -Increased the tap target area of the Checkbox and RadioButton components. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 1034c47bbc..485c9b4cb5 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -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 diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 8b08eea2fc..01d1f50b81 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -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",