diff --git a/CHANGELOG.md b/CHANGELOG.md index ff788cb6..56e31ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,5 @@ # Changelog -## 3.4.1 - -- updated the condition in handleChange in selectList component when clicked on 'x' -- updated the dependency in useEffectHook - ## [3.4.0](https://github.com/eclipse-tractusx/portal-shared-components/compare/v3.3.0...v3.4.0) (2024-08-28) ### Features diff --git a/package.json b/package.json index cadc8ce9..1e0f9dad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catena-x/portal-shared-components", - "version": "3.4.1", + "version": "3.4.0", "description": "Catena-X Portal Shared Components", "author": "Catena-X Contributors", "license": "Apache-2.0",