Chore: 1.15.0
# [1.15.0](v1.14.0...v1.15.0) (2021-11-19) ### Fix * Correct Validation triggering (coscine/issues#1765) ([5e813d6e](5e813d6e)), closes [coscine/issues#1765](https://git.rwth-aachen.de/coscine/issues/issues/1765) * Url if no label is present ([bc549dd1](bc549dd1)) ### Update * InputTextField as default for datatypes ([afa59dbf](afa59dbf))
{ | ||
"name": "@coscine/form-generator", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.common.js", | ||
"browser": "dist/index.umd.min.js", | ||
... | ... | @@ -70,5 +70,6 @@ |
"type": "git", | ||
"url": "https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator.git" | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"packageManager": "yarn@3.1.0" | ||
} |
Please register or sign in to comment