Skip to content

Commit e1f30f9

Browse files
committed
2.8.3
1 parent ac06a98 commit e1f30f9

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

qt_dotgraph/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package qt_dotgraph
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.8.3 (2024-11-20)
6+
------------------
77
* Cleanup qt_dotgraph and make the tests more robust. (`#296 <https://github.com/ros-visualization/qt_gui_core/issues/296>`_)
88
* Contributors: Chris Lalancette
99

qt_dotgraph/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>qt_dotgraph</name>
3-
<version>2.8.2</version>
3+
<version>2.8.3</version>
44
<description>
55
qt_dotgraph provides helpers to work with dot graphs.
66
</description>

qt_gui/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package qt_gui
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.8.3 (2024-11-20)
6+
------------------
77

88
2.8.2 (2024-07-10)
99
------------------

qt_gui/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>qt_gui</name>
3-
<version>2.8.2</version>
3+
<version>2.8.3</version>
44
<description>
55
qt_gui provides the infrastructure for an integrated graphical user interface based on Qt.
66
It is extensible with Python- and C++-based plugins (implemented in separate packages) which can contribute arbitrary widgets.

qt_gui_app/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package qt_gui_app
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.8.3 (2024-11-20)
6+
------------------
77

88
2.8.2 (2024-07-10)
99
------------------

qt_gui_app/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>qt_gui_app</name>
3-
<version>2.8.2</version>
3+
<version>2.8.3</version>
44
<description>
55
qt_gui_app provides the main to start an instance of the integrated graphical user interface provided by qt_gui.
66
</description>

qt_gui_core/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package qt_gui_core
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.8.3 (2024-11-20)
6+
------------------
77

88
2.8.2 (2024-07-10)
99
------------------

qt_gui_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>qt_gui_core</name>
3-
<version>2.8.2</version>
3+
<version>2.8.3</version>
44
<description>
55
Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI.
66
</description>

qt_gui_cpp/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package qt_gui_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.8.3 (2024-11-20)
6+
------------------
77

88
2.8.2 (2024-07-10)
99
------------------

qt_gui_cpp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>qt_gui_cpp</name>
3-
<version>2.8.2</version>
3+
<version>2.8.3</version>
44
<description>
55
qt_gui_cpp provides the foundation for C++-bindings for qt_gui and creates bindings for every generator available.
66
At least one specific binding must be available in order to use C++-plugins.

qt_gui_py_common/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package qt_gui_py_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.8.3 (2024-11-20)
6+
------------------
77

88
2.8.2 (2024-07-10)
99
------------------

qt_gui_py_common/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>qt_gui_py_common</name>
3-
<version>2.8.2</version>
3+
<version>2.8.3</version>
44
<description>
55
qt_gui_py_common provides common functionality for GUI plugins written in Python.
66
</description>

0 commit comments

Comments
 (0)