Skip to content

Commit 8d9d1bc

Browse files
Version Packages (#3114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8bc4f55 commit 8d9d1bc

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/blue-comics-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-snakes-allow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-mangos-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sad-cooks-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/circuit-ui/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @sumup-oss/circuit-ui
22

3+
## 10.0.1
4+
5+
### Patch Changes
6+
7+
- [#3116](https://github.com/sumup-oss/circuit-ui/pull/3116) [`8bc4f55`](https://github.com/sumup-oss/circuit-ui/commit/8bc4f55f0ee8ef1ab39a8640c6a9bf33c805f735) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed support for the `required` attribute in the RadioButtonGroup and SelectorGroup components.
8+
9+
- [#3115](https://github.com/sumup-oss/circuit-ui/pull/3115) [`d4eb5b2`](https://github.com/sumup-oss/circuit-ui/commit/d4eb5b2c8c237edf79ae879ff45aeb7748f7b74b) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed applying a custom class name to the Anchor component when it renders as a `span` when neither the `href` nor the `onClick` props have been passed.
10+
11+
- [#3112](https://github.com/sumup-oss/circuit-ui/pull/3112) [`5e0425a`](https://github.com/sumup-oss/circuit-ui/commit/5e0425ac272a820cb25b54a67091dd252337acad) Thanks [@sirineJ](https://github.com/sirineJ)! - Refactored the DateInput component to use the Popover component under the hood.
12+
13+
- [#3112](https://github.com/sumup-oss/circuit-ui/pull/3112) [`5e0425a`](https://github.com/sumup-oss/circuit-ui/commit/5e0425ac272a820cb25b54a67091dd252337acad) Thanks [@sirineJ](https://github.com/sirineJ)! - Improved the Popover's floating element's positioning.
14+
315
## 10.0.0
416

517
### Major Changes

packages/circuit-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/circuit-ui",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "SumUp's React UI component library",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)