Skip to content

Commit 98e7134

Browse files
Version Packages (#2726)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5bace75 commit 98e7134

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/eight-lizards-decide.md

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

.changeset/fluffy-ducks-roll.md

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

packages/circuit-ui/CHANGELOG.md

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

3+
## 8.15.0
4+
5+
### Minor Changes
6+
7+
- [#2725](https://github.com/sumup-oss/circuit-ui/pull/2725) [`3830252`](https://github.com/sumup-oss/circuit-ui/commit/3830252cf1072972fce7866fae11a2edbee682da) Thanks [@connor-baer](https://github.com/connor-baer)! - Extended the `badge` prop of the SideNavigation's primary link props to accept an object with a custom badge color and a label for visually impaired users.
8+
9+
- [#2725](https://github.com/sumup-oss/circuit-ui/pull/2725) [`3830252`](https://github.com/sumup-oss/circuit-ui/commit/3830252cf1072972fce7866fae11a2edbee682da) Thanks [@connor-baer](https://github.com/connor-baer)! - Added an `externalLabel` prop to the SideNavigation's primary link props to describe to visually impaired users that the link leads to an external page or opens in a new tab.
10+
311
## 8.14.0
412

513
### Minor 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.14.0",
3+
"version": "8.15.0",
44
"description": "SumUp's React UI component library",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)