diff --git a/qt_dotgraph/CHANGELOG.rst b/qt_dotgraph/CHANGELOG.rst index 8ac7303f..2a7c9885 100644 --- a/qt_dotgraph/CHANGELOG.rst +++ b/qt_dotgraph/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_dotgraph ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.8.3 (2024-11-20) +------------------ * Cleanup qt_dotgraph and make the tests more robust. (`#296 `_) * Contributors: Chris Lalancette diff --git a/qt_dotgraph/package.xml b/qt_dotgraph/package.xml index 1e09734a..6d01f794 100644 --- a/qt_dotgraph/package.xml +++ b/qt_dotgraph/package.xml @@ -1,6 +1,6 @@ qt_dotgraph - 2.8.2 + 2.8.3 qt_dotgraph provides helpers to work with dot graphs. diff --git a/qt_gui/CHANGELOG.rst b/qt_gui/CHANGELOG.rst index a2f2553f..7c547d86 100644 --- a/qt_gui/CHANGELOG.rst +++ b/qt_gui/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_gui ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.8.3 (2024-11-20) +------------------ 2.8.2 (2024-07-10) ------------------ diff --git a/qt_gui/package.xml b/qt_gui/package.xml index c83e1182..14b1e03c 100644 --- a/qt_gui/package.xml +++ b/qt_gui/package.xml @@ -1,6 +1,6 @@ qt_gui - 2.8.2 + 2.8.3 qt_gui provides the infrastructure for an integrated graphical user interface based on Qt. It is extensible with Python- and C++-based plugins (implemented in separate packages) which can contribute arbitrary widgets. diff --git a/qt_gui_app/CHANGELOG.rst b/qt_gui_app/CHANGELOG.rst index 9f148167..ba13756a 100644 --- a/qt_gui_app/CHANGELOG.rst +++ b/qt_gui_app/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_gui_app ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.8.3 (2024-11-20) +------------------ 2.8.2 (2024-07-10) ------------------ diff --git a/qt_gui_app/package.xml b/qt_gui_app/package.xml index 2650d4d8..6d4f8a93 100644 --- a/qt_gui_app/package.xml +++ b/qt_gui_app/package.xml @@ -1,6 +1,6 @@ qt_gui_app - 2.8.2 + 2.8.3 qt_gui_app provides the main to start an instance of the integrated graphical user interface provided by qt_gui. diff --git a/qt_gui_core/CHANGELOG.rst b/qt_gui_core/CHANGELOG.rst index 13c85970..a9895890 100644 --- a/qt_gui_core/CHANGELOG.rst +++ b/qt_gui_core/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_gui_core ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.8.3 (2024-11-20) +------------------ 2.8.2 (2024-07-10) ------------------ diff --git a/qt_gui_core/package.xml b/qt_gui_core/package.xml index b399d61f..6fefeef1 100644 --- a/qt_gui_core/package.xml +++ b/qt_gui_core/package.xml @@ -1,6 +1,6 @@ qt_gui_core - 2.8.2 + 2.8.3 Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI. diff --git a/qt_gui_cpp/CHANGELOG.rst b/qt_gui_cpp/CHANGELOG.rst index 35f927aa..bd1bbfe5 100644 --- a/qt_gui_cpp/CHANGELOG.rst +++ b/qt_gui_cpp/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_gui_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.8.3 (2024-11-20) +------------------ 2.8.2 (2024-07-10) ------------------ diff --git a/qt_gui_cpp/package.xml b/qt_gui_cpp/package.xml index 3ad0601e..0cffa425 100644 --- a/qt_gui_cpp/package.xml +++ b/qt_gui_cpp/package.xml @@ -1,6 +1,6 @@ qt_gui_cpp - 2.8.2 + 2.8.3 qt_gui_cpp provides the foundation for C++-bindings for qt_gui and creates bindings for every generator available. At least one specific binding must be available in order to use C++-plugins. diff --git a/qt_gui_py_common/CHANGELOG.rst b/qt_gui_py_common/CHANGELOG.rst index 0fd3b5a4..f4113559 100644 --- a/qt_gui_py_common/CHANGELOG.rst +++ b/qt_gui_py_common/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_gui_py_common ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.8.3 (2024-11-20) +------------------ 2.8.2 (2024-07-10) ------------------ diff --git a/qt_gui_py_common/package.xml b/qt_gui_py_common/package.xml index 35590059..e7701ec1 100644 --- a/qt_gui_py_common/package.xml +++ b/qt_gui_py_common/package.xml @@ -1,6 +1,6 @@ qt_gui_py_common - 2.8.2 + 2.8.3 qt_gui_py_common provides common functionality for GUI plugins written in Python.