diff --git a/.changeset/pre.json b/.changeset/pre.json index 5eda476430..3b1df02ef2 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,6 +11,7 @@ "changesets": [ "chilled-walls-learn", "green-singers-sneeze", + "khaki-baboons-deliver", "loud-pots-act", "perfect-beers-fold", "popular-eels-fetch", diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 17ca7a63e1..f171a44a82 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup/circuit-ui +## 7.0.0-next.2 + +### Major Changes + +- [#2067](https://github.com/sumup-oss/circuit-ui/pull/2067) [`4f78573e`](https://github.com/sumup-oss/circuit-ui/commit/4f78573e94829e87fc250f284159969d4e5d8fc2) Thanks [@connor-baer](https://github.com/connor-baer)! - Changed the signature of the ImageInput's `component` prop. The `component` should now accept `aria-hidden` instead of `alt`. + ## 7.0.0-next.1 ### Major Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 31ee030ca1..440ffd8904 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "7.0.0-next.1", + "version": "7.0.0-next.2", "description": "SumUp's React UI component library", "main": "dist/cjs/index.js", "module": "dist/es/index.js",