Skip to content

Commit fbd4097

Browse files
committed
chore: release 5.0.2
1 parent f02ac7a commit fbd4097

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,11 +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.0.2](https://github.com/pagopa/io-app-design-system/compare/v5.0.1...v5.0.2)
8+
9+
- fix: Import `TextInputValidationRefProps` with relative path [`#414`](https://github.com/pagopa/io-app-design-system/pull/414)
10+
711
#### [v5.0.1](https://github.com/pagopa/io-app-design-system/compare/v5.0.0...v5.0.1)
812

13+
> 26 February 2025
14+
915
- chore: [IOBP-1196] Added ref to `TabItem` component [`#413`](https://github.com/pagopa/io-app-design-system/pull/413)
1016
- Remove unused assets [`#411`](https://github.com/pagopa/io-app-design-system/pull/411)
1117
- refactor: global text input validation ref prop type [`#410`](https://github.com/pagopa/io-app-design-system/pull/410)
18+
- chore: release 5.0.1 [`1d1a78b`](https://github.com/pagopa/io-app-design-system/commit/1d1a78ba681ec37b55791bcbf48d9412bc0f8d63)
1219

1320
### [v5.0.0](https://github.com/pagopa/io-app-design-system/compare/v5.0.0-8...v5.0.0)
1421

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