From 7cbb1e8b7a3f397a9c60791a24eea62af32bad74 Mon Sep 17 00:00:00 2001 From: Damiano Plebani Date: Wed, 15 Jan 2025 15:23:47 +0100 Subject: [PATCH] chore: release 4.4.7 --- CHANGELOG.md | 14 ++++++++++++-- package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d150afa2..5e6f5b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ 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). -#### [v4.4.6](https://github.com/pagopa/io-app-design-system/compare/v5.0.0-2...v4.4.6) +#### [v4.4.7](https://github.com/pagopa/io-app-design-system/compare/v5.0.0-2...v4.4.7) +- [SIW-1978] Fix a11y issues of list item header and action element [`#380`](https://github.com/pagopa/io-app-design-system/pull/380) - [IOAPPX-462] Fix flickering behaviour in the `SearchInput` on iOS [`#379`](https://github.com/pagopa/io-app-design-system/pull/379) - [IOAPPX-460] Fix `NumberButton` off-centre alignment when text is larger [`#378`](https://github.com/pagopa/io-app-design-system/pull/378) - Revert "Fix flickering issue when text is bolder on iOS" [`a852bea`](https://github.com/pagopa/io-app-design-system/commit/a852bea8c9519b865c93b44cf69451f387d7627d) @@ -33,7 +34,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore: release 5.0.0-1 [`7eba376`](https://github.com/pagopa/io-app-design-system/commit/7eba376ab3b8b695041c46f4777ae12d3d001f43) - chore: release 4.4.4 [`3a52bb7`](https://github.com/pagopa/io-app-design-system/commit/3a52bb766c40e79f178685fff0b05b7eb0ccdc36) -#### [v5.0.0-0](https://github.com/pagopa/io-app-design-system/compare/v4.4.5...v5.0.0-0) +#### [v5.0.0-0](https://github.com/pagopa/io-app-design-system/compare/v4.4.6...v5.0.0-0) > 20 December 2024 @@ -41,6 +42,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update `jest` snapshots [`47d1f88`](https://github.com/pagopa/io-app-design-system/commit/47d1f88c017bc69b245c6996f61884e396bb8dc5) - Update `jest` snapshots [`30076b9`](https://github.com/pagopa/io-app-design-system/commit/30076b93887ccf211ad03a02e4ed2700997b1300) +#### [v4.4.6](https://github.com/pagopa/io-app-design-system/compare/v4.4.5...v4.4.6) + +> 15 January 2025 + +- [IOAPPX-462] Fix flickering behaviour in the `SearchInput` on iOS [`#379`](https://github.com/pagopa/io-app-design-system/pull/379) +- Revert "Fix flickering issue when text is bolder on iOS" [`a852bea`](https://github.com/pagopa/io-app-design-system/commit/a852bea8c9519b865c93b44cf69451f387d7627d) +- Fix flickering issue when text is bolder on iOS [`9abbcea`](https://github.com/pagopa/io-app-design-system/commit/9abbcea891a92416f6a93dae1e3ebb9080f54bea) +- chore: release 4.4.6 [`db6e796`](https://github.com/pagopa/io-app-design-system/commit/db6e7968b53a279ea837992fb7de0a476fcca73c) + #### [v4.4.5](https://github.com/pagopa/io-app-design-system/compare/v4.4.4...v4.4.5) > 9 January 2025 diff --git a/package.json b/package.json index 25fbaa72..558b894b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "4.4.6", + "version": "4.4.7", "description": "The library defining the core components of the design system of @pagopa/io-app", "main": "lib/commonjs/index", "module": "lib/module/index",