diff --git a/CHANGELOG.md b/CHANGELOG.md index b02ea02e..2550b29a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,32 @@ 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.4](https://github.com/pagopa/io-app-design-system/compare/v5.0.0-0...v4.4.4) +#### [v4.4.5](https://github.com/pagopa/io-app-design-system/compare/v5.0.0-2...v4.4.5) + +- [IOAPPX-460] Fix `NumberButton` off-centre alignment when text is larger [`#378`](https://github.com/pagopa/io-app-design-system/pull/378) + +#### [v5.0.0-2](https://github.com/pagopa/io-app-design-system/compare/v5.0.0-1...v5.0.0-2) + +> 8 January 2025 + +- [IOAPPX-415] Remove the legacy UI + Add the new `useIONewTypeface` hook to manage new and legacy typography [`#345`](https://github.com/pagopa/io-app-design-system/pull/345) +- [IOAPPX-459] Add the new `theme` and `typeface` icons [`#377`](https://github.com/pagopa/io-app-design-system/pull/377) +- [IOAPPX-450] Remove `title` prop from `Alert` [`#370`](https://github.com/pagopa/io-app-design-system/pull/370) +- Remove some variants of `Badge` [`#372`](https://github.com/pagopa/io-app-design-system/pull/372) +- [IOAPPX-449] Remove `size` prop from `Banner` [`#369`](https://github.com/pagopa/io-app-design-system/pull/369) +- chore: release 5.0.0-2 [`61fc968`](https://github.com/pagopa/io-app-design-system/commit/61fc968f11e726d2d8f26b3bc264285504714f4e) + +#### [v5.0.0-1](https://github.com/pagopa/io-app-design-system/compare/v5.0.0-0...v5.0.0-1) + +> 8 January 2025 - Add `numberOfLines` and `textAlign` props to `ButtonLink` [`#375`](https://github.com/pagopa/io-app-design-system/pull/375) - Skip the `entering` transition on the first render of `ButtonSolid` [`#374`](https://github.com/pagopa/io-app-design-system/pull/374) - chore: release 4.4.3 [`58ea9e9`](https://github.com/pagopa/io-app-design-system/commit/58ea9e96bd87ab4ab2b78cfabd8efc7ed357f25a) +- 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.3...v5.0.0-0) +#### [v5.0.0-0](https://github.com/pagopa/io-app-design-system/compare/v4.4.4...v5.0.0-0) > 20 December 2024 @@ -18,6 +37,13 @@ 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.4](https://github.com/pagopa/io-app-design-system/compare/v4.4.3...v4.4.4) + +> 7 January 2025 + +- Add `numberOfLines` and `textAlign` props to `ButtonLink` [`#375`](https://github.com/pagopa/io-app-design-system/pull/375) +- chore: release 4.4.4 [`3a52bb7`](https://github.com/pagopa/io-app-design-system/commit/3a52bb766c40e79f178685fff0b05b7eb0ccdc36) + #### [v4.4.3](https://github.com/pagopa/io-app-design-system/compare/v4.4.2...v4.4.3) > 20 December 2024 diff --git a/package.json b/package.json index 48adb826..2e0543f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "4.4.4", + "version": "4.4.5", "description": "The library defining the core components of the design system of @pagopa/io-app", "main": "lib/commonjs/index", "module": "lib/module/index",