From 8e03e96d934d9c3a0d0bce4dc6a5ea3da6159117 Mon Sep 17 00:00:00 2001 From: Alice Di Rico Date: Mon, 26 Feb 2024 15:10:39 +0100 Subject: [PATCH] chore: release 1.25.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e0e146..857d5d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,20 @@ 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.25.0](https://github.com/pagopa/io-app-design-system/compare/v1.24.0...v1.25.0) + +- [IOPID-1610] on RadioGroup component change type of description [`#199`](https://github.com/pagopa/io-app-design-system/pull/199) +- [IOPLT-362] Adds the ProgressLoader component [`#196`](https://github.com/pagopa/io-app-design-system/pull/196) +- docs: [IOAPPX-251] Update README.md [`#195`](https://github.com/pagopa/io-app-design-system/pull/195) +- chore: Set the `ModuleCheckout` description prop as optional [`#198`](https://github.com/pagopa/io-app-design-system/pull/198) + #### [v1.24.0](https://github.com/pagopa/io-app-design-system/compare/v1.23.3...v1.24.0) +> 22 February 2024 + - [IOPID-1501] Update then pictogram "hello" [`#197`](https://github.com/pagopa/io-app-design-system/pull/197) - fix: [IOBP-530] `ModuleCheckout` without CTA [`#193`](https://github.com/pagopa/io-app-design-system/pull/193) +- chore: release 1.24.0 [`58ba727`](https://github.com/pagopa/io-app-design-system/commit/58ba7276df4454571c4074f11946810790ba4b79) #### [v1.23.3](https://github.com/pagopa/io-app-design-system/compare/v1.23.2...v1.23.3) diff --git a/package.json b/package.json index 37351c1f..c70b3656 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "1.24.0", + "version": "1.25.0", "description": "The library defining the core components of the design system of @pagopa/io-app", "main": "lib/commonjs/index", "module": "lib/module/index",