Skip to content

Commit

Permalink
Version Packages (#2723)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
connor-baer and github-actions[bot] authored Oct 15, 2024
1 parent 708c52e commit db7cac5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-cows-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-glasses-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-horses-fold.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sumup/circuit-ui

## 8.14.0

### Minor Changes

- [#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.

- [#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.

### Patch Changes

- [#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.

## 8.13.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/circuit-ui",
"version": "8.13.2",
"version": "8.14.0",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit db7cac5

Please sign in to comment.