From 2bff79d3b427190fb68dcaa43285e43cfd69f8d5 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 5 Sep 2024 10:52:33 +0000 Subject: [PATCH] Chore: 4.0.5 ## [4.0.5](https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator/compare/v4.0.4...v4.0.5) (2024-09-05) ### Fix * Removing fixed values ([29bf59e](https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator/commit/29bf59e124bc3d5912b5eecc9cb66b9dd72e534a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b827673..f5481c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/form-generator", - "version": "4.0.4", + "version": "4.0.5", "main": "./dist/index.js", "module": "./dist/index.js", "browser": "./dist/index.js", -- GitLab