Release v0.1.17
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-08-05 20:34:09 +02:00
parent 63a64328ae
commit 5e22ce3f34
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-portal" name = "govoplan-portal"
version = "0.1.16" version = "0.1.17"
description = "GovOPlaN service discovery and public portal module." description = "GovOPlaN service discovery and public portal module."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }] authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.16"] dependencies = ["govoplan-core>=0.1.17"]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["src"] where = ["src"]
+1 -1
View File
@@ -32,7 +32,7 @@ from govoplan_core.core.views import ViewSurface
MODULE_ID = "portal" MODULE_ID = "portal"
MODULE_VERSION = "0.1.16" MODULE_VERSION = "0.1.17"
READ_SCOPE = "portal:service:read" READ_SCOPE = "portal:service:read"
SERVICE_LAUNCH_CAPABILITIES = tuple( SERVICE_LAUNCH_CAPABILITIES = tuple(
service_launch_capability(kind) for kind in ("case", "form", "workflow") service_launch_capability(kind) for kind in ("case", "form", "workflow")
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/portal-webui", "name": "@govoplan/portal-webui",
"version": "0.1.16", "version": "0.1.17",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
@@ -17,7 +17,7 @@
"test:interface-pattern": "node scripts/test-interface-pattern.mjs" "test:interface-pattern": "node scripts/test-interface-pattern.mjs"
}, },
"peerDependencies": { "peerDependencies": {
"@govoplan/core-webui": "^0.1.16", "@govoplan/core-webui": "^0.1.17",
"lucide-react": "^1.23.0", "lucide-react": "^1.23.0",
"react": ">=19.2.7 <20", "react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",