diff --git a/pyproject.toml b/pyproject.toml index 115c61d..abab808 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-portal" -version = "0.1.17" +version = "0.1.18" description = "GovOPlaN service discovery and public portal module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] -dependencies = ["govoplan-core>=0.1.17"] +dependencies = ["govoplan-core>=0.1.18"] [tool.setuptools.packages.find] where = ["src"] diff --git a/src/govoplan_portal/backend/manifest.py b/src/govoplan_portal/backend/manifest.py index e7c3033..a9a9ac6 100644 --- a/src/govoplan_portal/backend/manifest.py +++ b/src/govoplan_portal/backend/manifest.py @@ -32,7 +32,7 @@ from govoplan_core.core.views import ViewSurface MODULE_ID = "portal" -MODULE_VERSION = "0.1.17" +MODULE_VERSION = "0.1.18" 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 0db2635..3d3cb43 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/portal-webui", - "version": "0.1.17", + "version": "0.1.18", "private": true, "type": "module", "main": "src/index.ts", @@ -17,7 +17,7 @@ "test:interface-pattern": "node scripts/test-interface-pattern.mjs" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.17", + "@govoplan/core-webui": "^0.1.18", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",