Skip to content

Commit db7cac5

Browse files
Version Packages (#2723)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 708c52e commit db7cac5

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/fair-cows-type.md

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

.changeset/happy-glasses-work.md

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

.changeset/two-horses-fold.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/circuit-ui
22

3+
## 8.14.0
4+
5+
### Minor Changes
6+
7+
- [#2721](https://github.com/sumup-oss/circuit-ui/pull/2721) [`01e5589`](https://github.com/sumup-oss/circuit-ui/commit/01e55897982ca1ff0bc941a27542e27d96eed9c6) Thanks [@connor-baer](https://github.com/connor-baer)! - Added a `hideLabel` prop to the ImageInput component (defaulting to `true` to match the existing behavior) and added an `optionalLabel` prop to indicate to users whether the input is required.
8+
9+
- [#2586](https://github.com/sumup-oss/circuit-ui/pull/2586) [`708c52e`](https://github.com/sumup-oss/circuit-ui/commit/708c52e2ab922350cffe84c7bd60019d136a63da) Thanks [@roma-claudio](https://github.com/roma-claudio)! - Use the country code instead of the phone prefix as the value of the PhoneNumberInput component's country code select. This is an implementation detail, but might require changes to unit tests that query the country code select.
10+
11+
### Patch Changes
12+
13+
- [#2720](https://github.com/sumup-oss/circuit-ui/pull/2720) [`7fce1de`](https://github.com/sumup-oss/circuit-ui/commit/7fce1debd283f7970ba1a6d5270457cc6ab8ba1d) Thanks [@sirineJ](https://github.com/sirineJ)! - Fixed positioning issue of the Tooltip and the Toggletip components. Improved styling of the Toggletip's backdrop element.
14+
315
## 8.13.2
416

517
### Patch 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/circuit-ui",
3-
"version": "8.13.2",
3+
"version": "8.14.0",
44
"description": "SumUp's React UI component library",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)