Skip to content

Commit 51578f5

Browse files
committed
chore: release 5.1.0
1 parent c0a81b8 commit 51578f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ 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.1.0](https://github.com/pagopa/io-app-design-system/compare/v5.0.7...v5.1.0)
8+
9+
- [IOPLT-968] Add dark mode version to `NumberPad` component [`#425`](https://github.com/pagopa/io-app-design-system/pull/425)
10+
- chore: [IOPLT-989] Slightly improve `ForceScrollDownView` component [`#423`](https://github.com/pagopa/io-app-design-system/pull/423)
11+
712
#### [v5.0.7](https://github.com/pagopa/io-app-design-system/compare/v5.0.6...v5.0.7)
813

14+
> 6 March 2025
15+
916
- refactor: default hint for a11y label [`#424`](https://github.com/pagopa/io-app-design-system/pull/424)
1017
- fix: [IOPLT-997] Fix visual issue on dark mode version of `TabItem` [`#420`](https://github.com/pagopa/io-app-design-system/pull/420)
18+
- chore: release 5.0.7 [`2114fc1`](https://github.com/pagopa/io-app-design-system/commit/2114fc10468abdce5293681ba3ada33b65b7622b)
1119

1220
#### [v5.0.6](https://github.com/pagopa/io-app-design-system/compare/v5.0.5...v5.0.6)
1321

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