diff --git a/CHANGELOG.md b/CHANGELOG.md index 39999121..7da33596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.4.0](https://github.com/pagopa/io-app-design-system/compare/v1.3.2...v1.4.0) + +- feat: [IOBP-186] Import updated `ListItemTransaction` component [`#51`](https://github.com/pagopa/io-app-design-system/pull/51) +- [IOAPPFD0-134] Add the new `AccordionItem` component [`#43`](https://github.com/pagopa/io-app-design-system/pull/43) +- [IOPLT-113] Input text component [`#44`](https://github.com/pagopa/io-app-design-system/pull/44) +- chore: [IOBP-155] Add ellipses if text too long into `ListItemTransaction` [`#50`](https://github.com/pagopa/io-app-design-system/pull/50) + #### [v1.3.2](https://github.com/pagopa/io-app-design-system/compare/v1.3.1...v1.3.2) +> 22 August 2023 + - fix: PictogramFocusOn typo fix [`#47`](https://github.com/pagopa/io-app-design-system/pull/47) +- chore: release 1.3.2 [`e47b64d`](https://github.com/pagopa/io-app-design-system/commit/e47b64d1ecfffc8f8794bec23f3adf095a83454d) #### [v1.3.1](https://github.com/pagopa/io-app-design-system/compare/v1.3.0...v1.3.1) diff --git a/package.json b/package.json index b4efcf10..ef84aa41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "1.3.2", + "version": "1.4.0", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index",