Skip to content

Commit c89e394

Browse files
committed
chore: release 5.0.6
1 parent 113da2a commit c89e394

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.6](https://github.com/pagopa/io-app-design-system/compare/v5.0.5...v5.0.6)
8+
9+
- fix: [IOBP-1254] Add the correct accessibilityState to the `TabItem` [`#422`](https://github.com/pagopa/io-app-design-system/pull/422)
10+
711
#### [v5.0.5](https://github.com/pagopa/io-app-design-system/compare/v5.0.4...v5.0.5)
812

13+
> 3 March 2025
14+
915
- chore: [IOBP-1186] Add `accessibilityLabel` prop to `RadioItem` type component [`#421`](https://github.com/pagopa/io-app-design-system/pull/421)
16+
- chore: release 5.0.5 [`f50bf0d`](https://github.com/pagopa/io-app-design-system/commit/f50bf0d07bb5bb69a582a133209f02913ad4ee39)
1017

1118
#### [v5.0.4](https://github.com/pagopa/io-app-design-system/compare/v5.0.3...v5.0.4)
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.5",
3+
"version": "5.0.6",
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)