From fa0f4a38078f39f7ffb689c622e3f683dc0a7d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Wed, 13 Nov 2024 11:37:45 +0100 Subject: [PATCH] Version Packages (#2776) Co-authored-by: github-actions[bot] --- .changeset/quiet-apples-develop.md | 5 ----- .changeset/silent-lobsters-peel.md | 5 ----- packages/circuit-ui/CHANGELOG.md | 8 ++++++++ packages/circuit-ui/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/quiet-apples-develop.md delete mode 100644 .changeset/silent-lobsters-peel.md diff --git a/.changeset/quiet-apples-develop.md b/.changeset/quiet-apples-develop.md deleted file mode 100644 index e32cf3a8d7..0000000000 --- a/.changeset/quiet-apples-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": patch ---- - -Improved the DateInput component's calendar dialog to be placed on the side with the most available space and to scroll when it overflows the viewport. diff --git a/.changeset/silent-lobsters-peel.md b/.changeset/silent-lobsters-peel.md deleted file mode 100644 index 193ee9307f..0000000000 --- a/.changeset/silent-lobsters-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": patch ---- - -Stretched the DateInput component to take up the available width. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 97c6995ec7..5df91e05f2 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @sumup-oss/circuit-ui +## 9.0.4 + +### Patch Changes + +- [#2775](https://github.com/sumup-oss/circuit-ui/pull/2775) [`1b12634`](https://github.com/sumup-oss/circuit-ui/commit/1b12634dfc4fcad7d16db3f867fde8328aa1dc81) Thanks [@connor-baer](https://github.com/connor-baer)! - Improved the DateInput component's calendar dialog to be placed on the side with the most available space and to scroll when it overflows the viewport. + +- [#2775](https://github.com/sumup-oss/circuit-ui/pull/2775) [`1b12634`](https://github.com/sumup-oss/circuit-ui/commit/1b12634dfc4fcad7d16db3f867fde8328aa1dc81) Thanks [@connor-baer](https://github.com/connor-baer)! - Stretched the DateInput component to take up the available width. + ## 9.0.3 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index cf0d50b679..0bc2310531 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/circuit-ui", - "version": "9.0.3", + "version": "9.0.4", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",