From a6d30fffa7fccd1440a0872bc050974beebc3ea9 Mon Sep 17 00:00:00 2001 From: Andrea Stagi Date: Mon, 11 Nov 2024 17:14:58 +0100 Subject: [PATCH] 5.4.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7265e8bc5..5a18dc0f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [5.4.1](https://github.com/italia/design-react-kit/compare/v5.4.0...v5.4.1) (2024-11-11) + + +### Bug Fixes + +* form control class missing for text area ([be15805](https://github.com/italia/design-react-kit/commit/be15805128978bb02a3ed537f52f5427c9a8e990)) +* remove classname from input wrapper ([5fe3186](https://github.com/italia/design-react-kit/commit/5fe3186574a5b33adf5d1085f01320dcc4b8abf5)) + + + # [5.4.0](https://github.com/italia/design-react-kit/compare/v5.3.0...v5.4.0) (2024-11-07) diff --git a/package.json b/package.json index 5c7063e64..36c1b4f31 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "bugs": { "url": "https://github.com/italia/design-react-kit/issues" }, - "version": "5.4.0", + "version": "5.4.1", "license": "BSD-3", "type": "module", "module": "./dist/index.js",