diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c29d289..87e4f348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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). +#### [v3.1.0](https://github.com/pagopa/io-app-design-system/compare/v3.0.1...v3.1.0) + +- [IOPID-2426] Tooltip component [`#351`](https://github.com/pagopa/io-app-design-system/pull/351) + #### [v3.0.1](https://github.com/pagopa/io-app-design-system/compare/v3.0.0...v3.0.1) +> 14 November 2024 + - [IOAPPX-427] Fix `CodeInput` wrong empty colour when we're using dark or accent backgrounds [`#357`](https://github.com/pagopa/io-app-design-system/pull/357) - Remove `HeaderSecondLevel` background opacity animation if `transparent: false` [`#355`](https://github.com/pagopa/io-app-design-system/pull/355) +- chore: release 3.0.1 [`30a5b9d`](https://github.com/pagopa/io-app-design-system/commit/30a5b9dc405d9d868a09a6bd7ff8d32c64722e66) ### [v3.0.0](https://github.com/pagopa/io-app-design-system/compare/v2.1.2...v3.0.0) diff --git a/package.json b/package.json index 11c7e8f3..8c1d6af0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "3.0.1", + "version": "3.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",