From 25c0f1cd3b6998d7c87ff61fe4cfd84bf92a733c Mon Sep 17 00:00:00 2001 From: "veda-release[bot]" <191258646+veda-release[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:07:32 +0000 Subject: [PATCH 1/2] Update UI to v6.20.2 --- .veda/ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.veda/ui b/.veda/ui index 64908a157..f7dc972a0 160000 --- a/.veda/ui +++ b/.veda/ui @@ -1 +1 @@ -Subproject commit 64908a157b8310a760974e9b8f330a84177d40a5 +Subproject commit f7dc972a0a3e3f3d4c9b4d69d73d720c33ddc5e5 From 1a9d63e7a32ec716f73c5a2c7372d8b6778a7768 Mon Sep 17 00:00:00 2001 From: Gjore Milevski Date: Wed, 21 Jan 2026 14:14:12 +0100 Subject: [PATCH 2/2] feat: update paths to app package --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d048023fb..8de1749b1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "veda-config", "description": "Configuration for Veda", "version": "0.21.2", - "source": "./.veda/ui/app/index.html", + "source": "./.veda/ui/apps/dashboard-parcel/index.html", "license": "Apache-2.0", "scripts": { "dev": "yarn clean && yarn serve", @@ -15,7 +15,7 @@ }, "targets": { "veda-app": { - "source": "./.veda/ui/app/index.html", + "source": "./.veda/ui/apps/dashboard-parcel/index.html", "context": "browser" } },