From ab15550500614148a93f6e5d5c6a464f6a54ff88 Mon Sep 17 00:00:00 2001 From: Oli Frebourg <128059569+oli-hivemq@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:27:33 +0200 Subject: [PATCH] manually update version to 0.4.5 --- theme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/package.json b/theme/package.json index 6648d30..cf3ec82 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "@hivemq/ui-theme", - "version": "0.4.4", + "version": "0.4.5", "type": "module", "main": "./dist/index.es.js", "module": "./dist/index.es.js",