diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9de9f2..16ca5953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,23 @@ 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.39.5](https://github.com/pagopa/io-app-design-system/compare/v1.39.4...v1.39.5) + +- [SIW-1294] Update `ModuelCredential` component [`#301`](https://github.com/pagopa/io-app-design-system/pull/301) +- [IOAPPX-333] Add dark mode support to all the `Moduleā€¦` components [`#298`](https://github.com/pagopa/io-app-design-system/pull/298) +- [IOAPPX-334] Add `alignItems` prop to `HStack` and `VStack` components [`#297`](https://github.com/pagopa/io-app-design-system/pull/297) +- [IOAPPX-330] Allow font scaling to all the typographic styles when experimental DS is on [`#296`](https://github.com/pagopa/io-app-design-system/pull/296) +- [chore] Fix `isChecked` value on `AnimatedMessageCheckbox` [`#300`](https://github.com/pagopa/io-app-design-system/pull/300) +- [IOAPPX-329] Fix chromatic values of the `AccordionItem` component [`#294`](https://github.com/pagopa/io-app-design-system/pull/294) +- [IOAPPX-331] Add legacy `blue` to `Pictogram`, when experimental DS is off [`#295`](https://github.com/pagopa/io-app-design-system/pull/295) +- chore: Add `prepare` script [`#299`](https://github.com/pagopa/io-app-design-system/pull/299) + #### [v1.39.4](https://github.com/pagopa/io-app-design-system/compare/v1.39.3...v1.39.4) +> 19 June 2024 + - [IOAPPX-326] Fix bug on Android when using `SemiBold` font weight [`#293`](https://github.com/pagopa/io-app-design-system/pull/293) +- chore: release 1.39.4 [`5742cb4`](https://github.com/pagopa/io-app-design-system/commit/5742cb41b0eafa27473eafcd44bb04fc4001cd41) #### [v1.39.3](https://github.com/pagopa/io-app-design-system/compare/v1.39.2...v1.39.3) diff --git a/package.json b/package.json index fb474792..73b469f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "1.39.4", + "version": "1.39.5", "description": "The library defining the core components of the design system of @pagopa/io-app", "main": "lib/commonjs/index", "module": "lib/module/index",