Release v0.1.16
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-05 19:52:12 +02:00
parent eb17c7889a
commit 63a64328ae
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.15" version = "0.1.16"
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.15"] dependencies = ["govoplan-core>=0.1.16"]
[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.15" MODULE_VERSION = "0.1.16"
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.15", "version": "0.1.16",
"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.15", "@govoplan/core-webui": "^0.1.16",
"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",