Skip to content

Commit 08472a7

Browse files
committed
chore: release 5.1.2
1 parent 9e1afa1 commit 08472a7

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.1.2](https://github.com/pagopa/io-app-design-system/compare/v5.1.1...v5.1.2)
8+
9+
- fix(`TextInputBase`): correct counter limit handling [`#428`](https://github.com/pagopa/io-app-design-system/pull/428)
10+
711
#### [v5.1.1](https://github.com/pagopa/io-app-design-system/compare/v5.1.0...v5.1.1)
812

13+
> 11 March 2025
14+
915
- feat(TextInput): iban formatter [`#426`](https://github.com/pagopa/io-app-design-system/pull/426)
16+
- chore: release 5.1.1 [`432f4e5`](https://github.com/pagopa/io-app-design-system/commit/432f4e520ad49903fb1f4bbe1183500a519448bc)
1017

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