From 584f7c183634e51a2bac9298eaa30e9f76281ad6 Mon Sep 17 00:00:00 2001 From: Andrea Stagi Date: Mon, 5 Aug 2024 18:00:22 +0200 Subject: [PATCH] 5.2.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 280e627c..a11e6391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [5.2.0](https://github.com/italia/design-react-kit/compare/v5.1.0...v5.2.0) (2024-08-05) + + +### Bug Fixes + +* thumbnav is a navigation component ([501417e](https://github.com/italia/design-react-kit/commit/501417eda9006de9ea1931d7809aed33125fd90f)) + + +### Features + +* add list component ([e4c9e14](https://github.com/italia/design-react-kit/commit/e4c9e14f6295343bce7262665fa54ba4085cad30)) + + + # [5.1.0](https://github.com/italia/design-react-kit/compare/v5.0.4...v5.1.0) (2024-07-02) diff --git a/package.json b/package.json index 175d9b17..f7932302 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "bugs": { "url": "https://github.com/italia/design-react-kit/issues" }, - "version": "5.1.0", + "version": "5.2.0", "license": "BSD-3", "type": "module", "module": "./dist/index.js",