From 11a48bffedf50fcde23826c9d0477e2a1d5e6656 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 11 Aug 2026 11:51:04 +1000 Subject: [PATCH] Update version for @inventreedb/ui (#12611) * Update version for @inventreedb/ui * Revert yarn.lock changes --- src/frontend/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/frontend/CHANGELOG.md b/src/frontend/CHANGELOG.md index 54d5f6f2aa..c6ec4db32a 100644 --- a/src/frontend/CHANGELOG.md +++ b/src/frontend/CHANGELOG.md @@ -2,6 +2,10 @@ This file contains historical changelog information for the InvenTree UI components library. +### 1.5.0 - August 2026 + +Updated UI components library to match 1.5.0 InvenTree release. + ### 1.4.6 - June 2026 Adds `useInvenTreeHotkeys` hook that mirrors mantine's `useHotkeys` hook, but adds visibility of the hotkeys to the user interface.