From e082fc59cebdb3ad4e21247ce94b20c125cc09fb Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Thu, 12 Oct 2023 12:08:23 +0000 Subject: [PATCH] Chore: 3.3.0 # [3.3.0](https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator/compare/v3.2.2...v3.3.0) (2023-10-12) ### New * QualifiedValueShape Support ([5111c96](https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator/commit/5111c96fa0b903df3e16da5936ea67d5feef8bb3)) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6961e4e..d7bdef3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/form-generator", - "version": "3.2.2", + "version": "3.3.0", "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "browser": "./dist/index.js", @@ -92,5 +92,5 @@ "url": "https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator.git" }, "license": "MIT", - "packageManager": "yarn@3.6.1" + "packageManager": "yarn@3.6.4" } -- GitLab