From c375ed85b2492fba653e28d93ecd3c1a0ae3e1f8 Mon Sep 17 00:00:00 2001 From: Matthew Wilcoxson Date: Tue, 10 Feb 2026 11:54:36 +0000 Subject: [PATCH] v0.4.0 --- changelog.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4f47a96..d4a52f5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,19 @@ SciReactUI Changelog ==================== +[0.4.1-alpha.1] - 2026-??-?? +-------------------- + +### Added +- + +### Fixed +- + +### Changed +- + + [v0.4.0] - 2026-02-10 --------------------- diff --git a/package.json b/package.json index ae31852..0123fe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diamondlightsource/sci-react-ui", - "version": "0.4.0", + "version": "0.4.1-alpha.1", "files": [ "dist/" ],