From 02060c8895bfe5cd474a114a8e7b2acc951ca019 Mon Sep 17 00:00:00 2001 From: Cristiano Tofani Date: Wed, 27 Sep 2023 17:17:22 +0200 Subject: [PATCH] chore: release 1.11.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 149fe49d..e3f3b22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.0](https://github.com/pagopa/io-app-design-system/compare/v1.10.0...v1.11.0) + +- [IOAPPFD0-157] Refactor `ListItemSwitch` to handle payment logos [`#85`](https://github.com/pagopa/io-app-design-system/pull/85) +- 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) +> 26 September 2023 + - Make the buttons contained in the new `FooterWithButtons` full width by default [`#84`](https://github.com/pagopa/io-app-design-system/pull/84) - [IOPLT-135] Refinement of the `HeaderSecondLevel` Component [`#77`](https://github.com/pagopa/io-app-design-system/pull/77) - [IOAPPFD0-155] Add color mode support to all the pictograms [`#82`](https://github.com/pagopa/io-app-design-system/pull/82) @@ -13,6 +20,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - [IOPLT-138] Creates the new ModulePaymentNotice [`#78`](https://github.com/pagopa/io-app-design-system/pull/78) - feat: [IOBP-236] ListItemSwitch extension with loading state and badge [`#79`](https://github.com/pagopa/io-app-design-system/pull/79) - chore: [IOBP-265] Change max size scale of a Pictogram to `180` [`#81`](https://github.com/pagopa/io-app-design-system/pull/81) +- chore: release 1.10.0 [`33b37e2`](https://github.com/pagopa/io-app-design-system/commit/33b37e2d6a689f5887217d4cc7ae46e2e37b9563) - chore: exports BlockButtons component [`da2d3d7`](https://github.com/pagopa/io-app-design-system/commit/da2d3d759e699b3f3a8ef046e8be45b799bea046) #### [v1.9.3](https://github.com/pagopa/io-app-design-system/compare/v1.9.2...v1.9.3) diff --git a/package.json b/package.json index e598f914..a24391c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "1.10.0", + "version": "1.11.0", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index",