Skip to content

Commit 432f4e5

Browse files
committed
chore: release 5.1.1
1 parent f40f464 commit 432f4e5

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,10 +4,17 @@ 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.1](https://github.com/pagopa/io-app-design-system/compare/v5.1.0...v5.1.1)
8+
9+
- feat(TextInput): iban formatter [`#426`](https://github.com/pagopa/io-app-design-system/pull/426)
10+
711
#### [v5.1.0](https://github.com/pagopa/io-app-design-system/compare/v5.0.7...v5.1.0)
812

13+
> 10 March 2025
14+
915
- [IOPLT-968] Add dark mode version to `NumberPad` component [`#425`](https://github.com/pagopa/io-app-design-system/pull/425)
1016
- chore: [IOPLT-989] Slightly improve `ForceScrollDownView` component [`#423`](https://github.com/pagopa/io-app-design-system/pull/423)
17+
- chore: release 5.1.0 [`51578f5`](https://github.com/pagopa/io-app-design-system/commit/51578f5194ed9d18a8911f306254035ab0d94b5b)
1118

1219
#### [v5.0.7](https://github.com/pagopa/io-app-design-system/compare/v5.0.6...v5.0.7)
1320

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