diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f3b22e..17115172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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.11.1](https://github.com/pagopa/io-app-design-system/compare/v1.11.0...v1.11.1) + +- Export types of `ListItemSwitch` and `ModulePaymentNotice` components [`#87`](https://github.com/pagopa/io-app-design-system/pull/87) +- Remove unused `ModuleIDP` prop [`#86`](https://github.com/pagopa/io-app-design-system/pull/86) + #### [v1.11.0](https://github.com/pagopa/io-app-design-system/compare/v1.10.0...v1.11.0) +> 27 September 2023 + - [IOAPPFD0-157] Refactor `ListItemSwitch` to handle payment logos [`#85`](https://github.com/pagopa/io-app-design-system/pull/85) +- chore: release 1.11.0 [`02060c8`](https://github.com/pagopa/io-app-design-system/commit/02060c8895bfe5cd474a114a8e7b2acc951ca019) - chore: adds testID definition on Header ActionProp [`eefdc45`](https://github.com/pagopa/io-app-design-system/commit/eefdc45d307f8a2082b5f985d8dd36133b21f386) #### [v1.10.0](https://github.com/pagopa/io-app-design-system/compare/v1.9.3...v1.10.0) diff --git a/package.json b/package.json index a24391c5..e2cf4037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "1.11.0", + "version": "1.11.1", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index",