Release v0.1.15

This commit is contained in:
2026-08-04 15:10:20 +02:00
parent 011c2f66c6
commit 72e4127907
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-portal"
version = "0.1.8"
version = "0.1.15"
description = "GovOPlaN service discovery and public portal module."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.8"]
dependencies = ["govoplan-core>=0.1.15"]
[tool.setuptools.packages.find]
where = ["src"]
+1 -1
View File
@@ -32,7 +32,7 @@ from govoplan_core.core.views import ViewSurface
MODULE_ID = "portal"
MODULE_VERSION = "0.1.8"
MODULE_VERSION = "0.1.15"
READ_SCOPE = "portal:service:read"
SERVICE_LAUNCH_CAPABILITIES = tuple(
service_launch_capability(kind) for kind in ("case", "form", "workflow")
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/portal-webui",
"version": "0.1.8",
"version": "0.1.15",
"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.14",
"@govoplan/core-webui": "^0.1.15",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20",