From 564fcc42f2daa2f4099e87705f4d3a6e8dd327e6 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 25 Aug 2025 16:02:01 +1000 Subject: [PATCH] Bump frontend lib version (#10219) - Ref: https://github.com/inventree/InvenTree/pull/10202/ --- src/frontend/CHANGELOG.md | 6 ++++++ src/frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/frontend/CHANGELOG.md b/src/frontend/CHANGELOG.md index 86d5bd25a3..ca6b880027 100644 --- a/src/frontend/CHANGELOG.md +++ b/src/frontend/CHANGELOG.md @@ -2,6 +2,12 @@ This file contains historical changelog information for the InvenTree UI components library. +### 0.5.0 - August 2025 + +This release updates the base `react` major version from `18.3.1` to `19.1.1`. This change may introduce breaking changes for plugins that rely on the InvenTree UI components library (plugin developers should test their plugins against this new version). + +Ref: https://github.com/inventree/InvenTree/pull/10202/ + ### 0.4.0 - July 2025 Externalize React, Lingui and Mantine libraries in the plugin library build step to avoid version conflicts. This ensures that the components provided as part of the @inventreedb/ui package *does not bundle* the React and Mantine libraries, but instead expects them to be provided by the InvenTree server. diff --git a/src/frontend/package.json b/src/frontend/package.json index 8e33492b07..b1fdd87713 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,7 +1,7 @@ { "name": "@inventreedb/ui", "description": "UI components for the InvenTree project", - "version": "0.4.0", + "version": "0.5.0", "private": false, "type": "module", "license": "MIT",