diff --git a/CHANGELOG.md b/CHANGELOG.md index 46aeabb..611264b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.4.1 (2024-09-24) + +### Fix + +* **child-server:** Update SizeObserver to handle translation ([`1b7095c`](https://github.com/Kitware/trame-components/commit/1b7095ccae5dc7ff7a34347c75773fe09c5f12fa)) + ## v2.4.0 (2024-08-05) ### Feature diff --git a/setup.cfg b/setup.cfg index d76d7af..3fd1306 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = trame-components -version = 2.4.0 +version = 2.4.1 description = Core components for trame widgets long_description = file: README.rst long_description_content_type = text/x-rst