From fbb9d66dfb974e8eeb071db8171b4cc37d2cb940 Mon Sep 17 00:00:00 2001 From: Alexander Tiderko Date: Thu, 5 Sep 2024 09:39:50 +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 9c3bed1c..9186997f 100644 --- a/fkie_mas_gui/CHANGELOG.md +++ b/fkie_mas_gui/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.5.2 - 05.09.2024 + +Fix: eliminate -- inside XML comments + ## 2.5.1 - 04.09.2024 Added host colors to editor, terminal, echo, publisher and service caller panels diff --git a/fkie_mas_gui/package-lock.json b/fkie_mas_gui/package-lock.json index 7c11e2cd..507dd0af 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.5.1", + "version": "2.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fkie-mas-gui", - "version": "2.5.1", + "version": "2.5.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/fkie_mas_gui/package.json b/fkie_mas_gui/package.json index fc2472ec..cccd5c69 100644 --- a/fkie_mas_gui/package.json +++ b/fkie_mas_gui/package.json @@ -1,6 +1,6 @@ { "name": "fkie-mas-gui", - "version": "2.5.1", + "version": "2.5.2", "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 14483def..a9d5bf95 100644 --- a/fkie_mas_gui/package.xml +++ b/fkie_mas_gui/package.xml @@ -1,7 +1,7 @@ fkie_mas_gui - 2.5.1 + 2.5.2 Graphical interface to manage the running and configured ROS nodes on different hosts.