From 938b69a538f3354e52751f41e3661cac4987274e Mon Sep 17 00:00:00 2001 From: Alexander Tiderko Date: Wed, 9 Oct 2024 08:52:10 +0200 Subject: [PATCH] prepare for release --- fkie_mas_gui/CHANGELOG.md | 4 ++++ fkie_mas_gui/package-lock.json | 4 ++-- fkie_mas_gui/package.json | 2 +- fkie_mas_gui/package.xml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/fkie_mas_gui/CHANGELOG.md b/fkie_mas_gui/CHANGELOG.md index eda3cb0..4880738 100644 --- a/fkie_mas_gui/CHANGELOG.md +++ b/fkie_mas_gui/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.6.3 - 09.10.2024 + +Fixed: host color for package explorer + ## 2.6.2 - 09.10.2024 Start nodelet manager before nodelets also if not selected diff --git a/fkie_mas_gui/package-lock.json b/fkie_mas_gui/package-lock.json index c7c4ca8..53bd127 100644 --- a/fkie_mas_gui/package-lock.json +++ b/fkie_mas_gui/package-lock.json @@ -1,12 +1,12 @@ { "name": "fkie-mas-gui", - "version": "2.6.2", + "version": "2.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fkie-mas-gui", - "version": "2.6.2", + "version": "2.6.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/fkie_mas_gui/package.json b/fkie_mas_gui/package.json index 5f76241..bd00a2a 100644 --- a/fkie_mas_gui/package.json +++ b/fkie_mas_gui/package.json @@ -1,6 +1,6 @@ { "name": "fkie-mas-gui", - "version": "2.6.2", + "version": "2.6.3", "description": "GUI to manage running ROS components", "license": "MIT", "author": "Alexander Tiderko ", diff --git a/fkie_mas_gui/package.xml b/fkie_mas_gui/package.xml index fd3c887..132bd09 100644 --- a/fkie_mas_gui/package.xml +++ b/fkie_mas_gui/package.xml @@ -1,7 +1,7 @@ fkie_mas_gui - 2.6.2 + 2.6.3 Graphical interface to manage the running and configured ROS nodes on different hosts.