From f604ff74bbe0413680e47c86c53acfbca4fd9372 Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 11 Jul 2024 10:08:52 +0000 Subject: [PATCH] Chore: 4.0.2 ## [4.0.2](https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator/compare/v4.0.1...v4.0.2) (2024-07-11) ### Fix * Slot Migration ([97908ca](https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator/commit/97908ca3be6e4e3ea2192bb49b04f9e21b38344b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0d7695..c59fe5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/form-generator", - "version": "4.0.1", + "version": "4.0.2", "main": "./dist/index.js", "module": "./dist/index.js", "browser": "./dist/index.js", -- GitLab