Skip to content

Commit f50bf0d

Browse files
committed
chore: release 5.0.5
1 parent e9b544e commit f50bf0d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v5.0.5](https://github.com/pagopa/io-app-design-system/compare/v5.0.4...v5.0.5)
8+
9+
- chore: [IOBP-1186] Add `accessibilityLabel` prop to `RadioItem` type component [`#421`](https://github.com/pagopa/io-app-design-system/pull/421)
10+
711
#### [v5.0.4](https://github.com/pagopa/io-app-design-system/compare/v5.0.3...v5.0.4)
812

13+
> 28 February 2025
14+
915
- chore(Badge): Add `accessible` prop [`#419`](https://github.com/pagopa/io-app-design-system/pull/419)
16+
- chore: release 5.0.4 [`e354c56`](https://github.com/pagopa/io-app-design-system/commit/e354c562e9faa46ff45f8877fd71f31f3270aa13)
1017

1118
#### [v5.0.3](https://github.com/pagopa/io-app-design-system/compare/v5.0.2...v5.0.3)
1219

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pagopa/io-app-design-system",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "The library defining the core components of the design system of @pagopa/io-app",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)