diff --git a/CHANGELOG.md b/CHANGELOG.md index a1aee049..e470386d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ 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.1.0](https://github.com/pagopa/io-app-design-system/compare/v4.0.1...v4.1.0) + +- [IOAPPX-440] Slightly refactor `Stack` component [`#362`](https://github.com/pagopa/io-app-design-system/pull/362) +- [IOAPPX-413] Add dark mode support to `Alert`, `Banner` and `FeatureInfo` components [`#344`](https://github.com/pagopa/io-app-design-system/pull/344) + #### [v4.0.1](https://github.com/pagopa/io-app-design-system/compare/v4.0.0...v4.0.1) +> 21 November 2024 + - [IOAPPX-438] Relax the TS constraints of `IOText` to accept any numeric value as `size` [`#361`](https://github.com/pagopa/io-app-design-system/pull/361) - [IOAPPX-412] Add dark mode support to `Badge` and `Tag` components [`#343`](https://github.com/pagopa/io-app-design-system/pull/343) +- chore: release 4.0.1 [`6c2728f`](https://github.com/pagopa/io-app-design-system/commit/6c2728fab088e046a39949f8a8a69205d41a4897) ### [v4.0.0](https://github.com/pagopa/io-app-design-system/compare/v3.1.0...v4.0.0) diff --git a/package.json b/package.json index 8fd1f090..02d29380 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "4.0.1", + "version": "4.1.0", "description": "The library defining the core components of the design system of @pagopa/io-app", "main": "lib/commonjs/index", "module": "lib/module/index",