diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2bb98b..4330552a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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). +#### [v1.33.0](https://github.com/pagopa/io-app-design-system/compare/v1.32.1...v1.33.0) + +- fix: avatar image resize mode on wrong style element [`#231`](https://github.com/pagopa/io-app-design-system/pull/231) +- [SIW-965] Add `ModuleCredential` component [`#233`](https://github.com/pagopa/io-app-design-system/pull/233) +- [IOBP-600] Fix list item radio icon resize mode [`#232`](https://github.com/pagopa/io-app-design-system/pull/232) + #### [v1.32.1](https://github.com/pagopa/io-app-design-system/compare/v1.32.0...v1.32.1) +> 28 March 2024 + - fix: avatar component unused props [`#230`](https://github.com/pagopa/io-app-design-system/pull/230) +- chore: release 1.32.1 [`5edfe37`](https://github.com/pagopa/io-app-design-system/commit/5edfe370e46bc16955075ec87bbe2e5bda5313fa) #### [v1.32.0](https://github.com/pagopa/io-app-design-system/compare/v1.31.0...v1.32.0) diff --git a/package.json b/package.json index 3cafe9e3..7c298423 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "1.32.1", + "version": "1.33.0", "description": "The library defining the core components of the design system of @pagopa/io-app", "main": "lib/commonjs/index", "module": "lib/module/index",