diff --git a/CHANGELOG.md b/CHANGELOG.md index 34958a8d..b49d87f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,22 @@ 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). +#### [v2.0.3](https://github.com/pagopa/io-app-design-system/compare/v2.0.2...v2.0.3) + +- Make the `2.x` version the official, latest release. [`#339`](https://github.com/pagopa/io-app-design-system/pull/339) +- [IOAPPX-402] Add full dark mode support to `ListItemTransaction` [`#337`](https://github.com/pagopa/io-app-design-system/pull/337) + #### [v2.0.2](https://github.com/pagopa/io-app-design-system/compare/v2.0.1...v2.0.2) +> 17 October 2024 + - [IOAPPX-400] Add `testID` to `ContentWrapper` [`#336`](https://github.com/pagopa/io-app-design-system/pull/336) - [IOAPPX-398] Add dark mode compatibility to `HeaderSecondLevel` [`#335`](https://github.com/pagopa/io-app-design-system/pull/335) - [IOAPPX-353] Add the new `FooterActions` (from `io-app`) and `FooterActionsInline` [`#316`](https://github.com/pagopa/io-app-design-system/pull/316) - feat: [EUDIW-54] Add new pictograms for EUDIW app [`#332`](https://github.com/pagopa/io-app-design-system/pull/332) - chore: release 1.46.2 [`492b8a6`](https://github.com/pagopa/io-app-design-system/commit/492b8a67d452c93b47b6a3ca23a1dd3d191b267f) +- chore: release 2.0.2 [`f904e02`](https://github.com/pagopa/io-app-design-system/commit/f904e025a426d346e0e3848f5ae572487bfe5048) - chore: release 1.47.0 [`5b3f8a6`](https://github.com/pagopa/io-app-design-system/commit/5b3f8a650fa3c7573000eb35a332d0906d0551ed) -- chore: release 1.47.2 [`2ccec35`](https://github.com/pagopa/io-app-design-system/commit/2ccec35de737493b3092592fe63911c77e1abef3) #### [v2.0.1](https://github.com/pagopa/io-app-design-system/compare/v2.0.0...v2.0.1) diff --git a/package.json b/package.json index f075df1a..7b1f07fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "2.0.2", + "version": "2.0.3", "description": "The library defining the core components of the design system of @pagopa/io-app", "main": "lib/commonjs/index", "module": "lib/module/index",