fix(packaging): expose immutable WebUI Git package for v0.1.22
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-09-08 02:06:10 +02:00
parent 14808037fb
commit d2a19248c4
5 changed files with 54 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ from govoplan_core.core.views import ViewSurface
MODULE_ID = "portal"
MODULE_VERSION = "0.1.21"
MODULE_VERSION = "0.1.22"
READ_SCOPE = "portal:service:read"
SERVICE_LAUNCH_CAPABILITIES = tuple(
service_launch_capability(kind) for kind in ("case", "form", "workflow")