docs(forms-runtime): complete German reference coverage
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-23 19:31:23 +02:00
parent 2ea7afaead
commit cc15233a44
6 changed files with 171 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/forms-runtime-webui",
"version": "0.1.18",
"version": "0.1.19",
"private": true,
"type": "module",
"main": "src/index.ts",
+1 -1
View File
@@ -15,7 +15,7 @@ const routeScopes = [
export const formsRuntimeModule: PlatformWebModule = {
id: "forms_runtime",
label: "i18n:govoplan-forms-runtime.forms",
version: "0.1.18",
version: "0.1.19",
dependencies: ["access", "forms"],
optionalDependencies: ["files", "approvals", "workflow_engine", "portal", "cases", "records", "policy", "audit"],
translations: generatedTranslations,