diff --git a/.changeset/cuddly-bats-buy.md b/.changeset/cuddly-bats-buy.md deleted file mode 100644 index 647a7ad99d..0000000000 --- a/.changeset/cuddly-bats-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Added a new `ImageInput` component to allow users to upload images. diff --git a/.changeset/sharp-mugs-marry.md b/.changeset/sharp-mugs-marry.md deleted file mode 100644 index 8d2b8408b4..0000000000 --- a/.changeset/sharp-mugs-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Added a new `Avatar` component to display identity or object images. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 1bc8025ecc..4d30cb0271 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @sumup/circuit-ui +## 2.6.0 + +### Minor Changes + +- [#922](https://github.com/sumup-oss/circuit-ui/pull/922) [`feb6b32a`](https://github.com/sumup-oss/circuit-ui/commit/feb6b32a61964a79d87492e99da73a2a63562811) Thanks [@robinmetral](https://github.com/robinmetral)! - Added a new `ImageInput` component to allow users to upload images. + +* [#922](https://github.com/sumup-oss/circuit-ui/pull/922) [`feb6b32a`](https://github.com/sumup-oss/circuit-ui/commit/feb6b32a61964a79d87492e99da73a2a63562811) Thanks [@robinmetral](https://github.com/robinmetral)! - Added a new `Avatar` component to display identity or object images. + ## 2.5.0 ### Minor Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 9953bb61c9..dfa64ecf66 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "2.5.0", + "version": "2.6.0", "description": "SumUp's React UI component library", "main": "dist/cjs/index.js", "module": "dist/es/index.js",