Skip to content

Commit e354c56

Browse files
committed
chore: release 5.0.4
1 parent 3087929 commit e354c56

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,14 +4,21 @@ 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.4](https://github.com/pagopa/io-app-design-system/compare/v5.0.3...v5.0.4)
8+
9+
- chore(Badge): Add `accessible` prop [`#419`](https://github.com/pagopa/io-app-design-system/pull/419)
10+
711
#### [v5.0.3](https://github.com/pagopa/io-app-design-system/compare/v5.0.2...v5.0.3)
812

13+
> 28 February 2025
14+
915
- fix: [IOPLT-988] Let the parent container set the alignment of `ButtonSolid` and `ButtonOutline` [`#412`](https://github.com/pagopa/io-app-design-system/pull/412)
1016
- fix: [IOPLT-995] Fix Talkback issue on Android when accordion is collapsed [`#418`](https://github.com/pagopa/io-app-design-system/pull/418)
1117
- feat: improve `HeaderSecondLevel` a11y visibility based on scroll [`#408`](https://github.com/pagopa/io-app-design-system/pull/408)
1218
- refactor(Tab): Add prop to exclude padding in container [`#417`](https://github.com/pagopa/io-app-design-system/pull/417)
1319
- chore: [IOPAE-1728] Improve accessibility on `SearchInput` component [`#416`](https://github.com/pagopa/io-app-design-system/pull/416)
1420
- chore: [IOAPPX-488] Increase title size in the `HeaderFirstLevel` [`#415`](https://github.com/pagopa/io-app-design-system/pull/415)
21+
- chore: release 5.0.3 [`b9d81f5`](https://github.com/pagopa/io-app-design-system/commit/b9d81f5853267f573d3c42f59f18ae9fedbc9694)
1522

1623
#### [v5.0.2](https://github.com/pagopa/io-app-design-system/compare/v5.0.1...v5.0.2)
1724

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.3",
3+
"version": "5.0.4",
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)