From d3d2c60d7dc180cbd402cfeae38fa4f47f96969a Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Sat, 11 Jul 2026 16:49:00 +0200 Subject: [PATCH] Release v0.1.8 --- README.md | 4 ++++ package.json | 4 ++-- pyproject.toml | 4 ++-- src/govoplan_audit/backend/manifest.py | 2 +- webui/package.json | 4 ++-- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5aba8b1..f1ecb8f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # GovOPlaN Audit + +**Repository type:** module (platform). + + `govoplan-audit` owns audit API route contributions and audit administration WebUI sections during the GovOPlaN module split. diff --git a/package.json b/package.json index befe986..5ac5b69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/audit-webui", - "version": "0.1.7", + "version": "0.1.8", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -18,7 +18,7 @@ "LICENSE" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.7", + "@govoplan/core-webui": "^0.1.8", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/pyproject.toml b/pyproject.toml index 59f8590..ca434e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-audit" -version = "0.1.7" +version = "0.1.8" description = "GovOPlaN audit platform module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.7", + "govoplan-core>=0.1.8", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_audit/backend/manifest.py b/src/govoplan_audit/backend/manifest.py index 32a9895..a8ac78f 100644 --- a/src/govoplan_audit/backend/manifest.py +++ b/src/govoplan_audit/backend/manifest.py @@ -36,7 +36,7 @@ def _audit_retention(context: ModuleContext): manifest = ModuleManifest( id="audit", name="Audit", - version="0.1.7", + version="0.1.8", required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), route_factory=_route_factory, frontend=FrontendModule( diff --git a/webui/package.json b/webui/package.json index 82b096a..dc77ff8 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/audit-webui", - "version": "0.1.7", + "version": "0.1.8", "private": true, "type": "module", "main": "src/index.ts", @@ -13,7 +13,7 @@ } }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.7", + "@govoplan/core-webui": "^0.1.8", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0",