Skip to content

Commit 40b55b4

Browse files
Version Packages
1 parent fea6e1d commit 40b55b4

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

.changeset/poor-peas-hunt.md

-5
This file was deleted.

.changeset/stale-carrots-pull.md

-5
This file was deleted.

packages/circuit-ui/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sumup-oss/circuit-ui
22

3+
## 9.8.3
4+
5+
### Patch Changes
6+
7+
- [#2985](https://github.com/sumup-oss/circuit-ui/pull/2985) [`6281a89`](https://github.com/sumup-oss/circuit-ui/commit/6281a897e4f0d03d30e250ed10149d360cda9fda) Thanks [@sirineJ](https://github.com/sirineJ)! - Fixed a bug on the Table component to allow table rows to be activated using Enter or Space keys.
8+
39
## 9.8.2
410

511
### Patch Changes

packages/circuit-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/circuit-ui",
3-
"version": "9.8.2",
3+
"version": "9.8.3",
44
"description": "SumUp's React UI component library",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -71,7 +71,7 @@
7171
"@emotion/react": "^11.14.0",
7272
"@emotion/styled": "^11.14.0",
7373
"@sumup-oss/design-tokens": "^8.2.0",
74-
"@sumup-oss/icons": "^5.6.0",
74+
"@sumup-oss/icons": "^5.7.0",
7575
"@sumup-oss/intl": "^3.1.0",
7676
"@testing-library/dom": "^10.4.0",
7777
"@testing-library/jest-dom": "6.6.3",

packages/icons/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sumup-oss/icons
22

3+
## 5.7.0
4+
5+
### Minor Changes
6+
7+
- [#2991](https://github.com/sumup-oss/circuit-ui/pull/2991) [`fea6e1d`](https://github.com/sumup-oss/circuit-ui/commit/fea6e1d61bfd2611394df5c78c651745278039bd) Thanks [@kamenlitchev](https://github.com/kamenlitchev)! - Added a new `Girocard` payment method icon in size 24.
8+
39
## 5.6.0
410

511
### Minor Changes

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/icons",
3-
"version": "5.6.0",
3+
"version": "5.7.0",
44
"description": "A collection of icons by SumUp",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)