From da292f959f93279996b2aa68a808105a469d2273 Mon Sep 17 00:00:00 2001 From: "Luis Guzman (AppDevForAll)" Date: Thu, 27 Aug 2026 22:24:09 -0600 Subject: [PATCH] ADFA-5329 chore(dashboard): bump version 1.2.7 -> 1.2.8 The Books search change (offset paging in books.query.ts / routes.ts) ships in a new dash-node build. Bump the version so /system/version reports the new build and the box's update check picks it up for a rebuild. --- static/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/dashboard/package.json b/static/dashboard/package.json index 4560a8c84..fee58a417 100644 --- a/static/dashboard/package.json +++ b/static/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-console", - "version": "1.2.7", + "version": "1.2.8", "description": "", "main": "index.js", "scripts": {