Skip to content

Commit e8667d2

Browse files
committed
release(packages/sui-svg): v3.27.0 [skip ci]
1 parent 496f26d commit e8667d2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/sui-svg/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
# 3.27.0 (2025-05-20)
4+
5+
6+
### Features
7+
8+
* correct aria-labelledby attribute in AtomIcon component ([dc9d204](https://github.com/SUI-Components/sui/commit/dc9d204edca90ae828941cb39ad9f72a8379edb3))
9+
* enhance accessibility for AtomIcon component ([b0d69ab](https://github.com/SUI-Components/sui/commit/b0d69ab557cf73edd23a2c2cd6cfbcbb6ea44430))
10+
* refactor accessibility injection in AtomIcon component ([ac0fff6](https://github.com/SUI-Components/sui/commit/ac0fff6d31bdff1bf052aa923ae7186c70791bd0))
11+
12+
13+
314
# 3.26.0 (2024-11-11)
415

516

packages/sui-svg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@s-ui/svg",
3-
"version": "3.26.0",
3+
"version": "3.27.0",
44
"description": "Converts svg files into React Components",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)