From 49a17daafc1fc54cbd1d958e60aa59eab0d6e224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Tue, 12 Nov 2024 15:09:51 +0100 Subject: [PATCH] Version Packages (#2773) Co-authored-by: github-actions[bot] --- .changeset/beige-readers-burn.md | 5 ----- .changeset/fluffy-pants-sin.md | 5 ----- .changeset/weak-kings-refuse.md | 5 ----- packages/circuit-ui/CHANGELOG.md | 10 ++++++++++ packages/circuit-ui/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/beige-readers-burn.md delete mode 100644 .changeset/fluffy-pants-sin.md delete mode 100644 .changeset/weak-kings-refuse.md diff --git a/.changeset/beige-readers-burn.md b/.changeset/beige-readers-burn.md deleted file mode 100644 index b958a0f99f..0000000000 --- a/.changeset/beige-readers-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": patch ---- - -Improved the accessibility of the DateInput component by restoring focus to the opening element when closing the calendar dialog. diff --git a/.changeset/fluffy-pants-sin.md b/.changeset/fluffy-pants-sin.md deleted file mode 100644 index d5f68dd90d..0000000000 --- a/.changeset/fluffy-pants-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": patch ---- - -Fixed unclickable previous/next month buttons on the Calendar component. diff --git a/.changeset/weak-kings-refuse.md b/.changeset/weak-kings-refuse.md deleted file mode 100644 index ce399d5000..0000000000 --- a/.changeset/weak-kings-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/circuit-ui': patch ---- - -Added `type="button"` to all `button` elements in the Calendar and DateInput components to prevent them from triggering form submissions. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 05b4a36f24..97c6995ec7 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @sumup-oss/circuit-ui +## 9.0.3 + +### Patch Changes + +- [#2771](https://github.com/sumup-oss/circuit-ui/pull/2771) [`a7982db`](https://github.com/sumup-oss/circuit-ui/commit/a7982db64869aee62d99c2944aea234d221b588c) Thanks [@sirineJ](https://github.com/sirineJ)! - Improved the accessibility of the DateInput component by restoring focus to the opening element when closing the calendar dialog. + +- [#2771](https://github.com/sumup-oss/circuit-ui/pull/2771) [`a7982db`](https://github.com/sumup-oss/circuit-ui/commit/a7982db64869aee62d99c2944aea234d221b588c) Thanks [@sirineJ](https://github.com/sirineJ)! - Fixed unclickable previous/next month buttons on the Calendar component. + +- [#2772](https://github.com/sumup-oss/circuit-ui/pull/2772) [`d91ddee`](https://github.com/sumup-oss/circuit-ui/commit/d91ddee9ed19ff5be38cf4bd0c9d3df3a430f3e2) Thanks [@connor-baer](https://github.com/connor-baer)! - Added `type="button"` to all `button` elements in the Calendar and DateInput components to prevent them from triggering form submissions. + ## 9.0.2 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index aa2707a466..cf0d50b679 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.2", + "version": "9.0.3", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",