diff --git a/pyproject.toml b/pyproject.toml index 3e7c4f0..fc428d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-portal" -version = "0.1.20" +version = "0.1.21" description = "GovOPlaN service discovery and public portal module." readme = "README.md" requires-python = ">=3.12" diff --git a/src/govoplan_portal/backend/manifest.py b/src/govoplan_portal/backend/manifest.py index 17d8f55..73e5aa8 100644 --- a/src/govoplan_portal/backend/manifest.py +++ b/src/govoplan_portal/backend/manifest.py @@ -43,7 +43,7 @@ from govoplan_core.core.views import ViewSurface MODULE_ID = "portal" -MODULE_VERSION = "0.1.20" +MODULE_VERSION = "0.1.21" READ_SCOPE = "portal:service:read" SERVICE_LAUNCH_CAPABILITIES = tuple( service_launch_capability(kind) for kind in ("case", "form", "workflow") diff --git a/webui/package.json b/webui/package.json index 042a7d4..9aa2ff7 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/portal-webui", - "version": "0.1.20", + "version": "0.1.21", "private": true, "type": "module", "main": "src/index.ts", diff --git a/webui/src/features/portal/PortalStatusPage.tsx b/webui/src/features/portal/PortalStatusPage.tsx index 412e841..e14fbc9 100644 --- a/webui/src/features/portal/PortalStatusPage.tsx +++ b/webui/src/features/portal/PortalStatusPage.tsx @@ -130,7 +130,7 @@ export default function PortalStatusPage({ settings }: PlatformRouteContext) { setEmail(event.target.value)} disabled={sending} required autoComplete="email" /> -