From a7169a4e72f5a6a1fe8053de4cf5a7e6fcb39eae Mon Sep 17 00:00:00 2001 From: Alessandro Dell'Oste Date: Tue, 11 Jun 2024 17:03:06 +0200 Subject: [PATCH] chore: release 1.38.4 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8622adf6..7c09412d 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). +#### [v1.38.4](https://github.com/pagopa/io-app-design-system/compare/v1.38.3...v1.38.4) + +- [IOPAE-1235] Add `onCancel` prop on `SearchInput` [`#286`](https://github.com/pagopa/io-app-design-system/pull/286) +- remove .node-version file [`d6ee99a`](https://github.com/pagopa/io-app-design-system/commit/d6ee99ac36945c921ad4eeb29c6c0f6d85768aae) + #### [v1.38.3](https://github.com/pagopa/io-app-design-system/compare/v1.38.2...v1.38.3) +> 7 June 2024 + - [IOAPPX-314] Fix wrong alignment of content in the `Alert` component [`#282`](https://github.com/pagopa/io-app-design-system/pull/282) - [IOAPPX-315] Update `Search` pictograms [`#283`](https://github.com/pagopa/io-app-design-system/pull/283) +- chore: release 1.38.3 [`028952b`](https://github.com/pagopa/io-app-design-system/commit/028952b48b3b699005dbccbf3e5d9ad87ce7fbc7) #### [v1.38.2](https://github.com/pagopa/io-app-design-system/compare/v1.38.1...v1.38.2) diff --git a/package.json b/package.json index f81a5b3a..e97b17a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "1.38.3", + "version": "1.38.4", "description": "The library defining the core components of the design system of @pagopa/io-app", "main": "lib/commonjs/index", "module": "lib/module/index",