From b70ee78d2596d440c0d761bcf7a947ccc318f456 Mon Sep 17 00:00:00 2001 From: Pouzor Date: Thu, 18 Jun 2026 01:51:13 +0200 Subject: [PATCH] chore: bump version to 2.5.1 ha-relevant: no --- VERSION | 2 +- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 437459c..73462a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 +2.5.1 diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 31e884e..7a7b97d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend", - "version": "2.5.0", + "version": "2.5.1", "dependencies": { "@base-ui/react": "^1.2.0", "@dagrejs/dagre": "^2.0.4", diff --git a/frontend/package.json b/frontend/package.json index c12fc3f..36ef9da 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "2.5.0", + "version": "2.5.1", "type": "module", "scripts": { "dev": "vite",