From 370356882cf5becfdf6fc0c53f2a2b2b3db1e975 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Sat, 11 Jul 2026 02:34:56 +0200 Subject: [PATCH] Release v0.1.7 --- package.json | 5 ++--- pyproject.toml | 6 +++--- src/govoplan_docs/backend/manifest.py | 2 +- webui/package.json | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 65fab60..dc73595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/docs-webui", - "version": "0.1.6", + "version": "0.1.7", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -17,7 +17,7 @@ "README.md" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.6", + "@govoplan/core-webui": "^0.1.7", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -32,4 +32,3 @@ } } } - diff --git a/pyproject.toml b/pyproject.toml index 5c026d0..6468744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-docs" -version = "0.1.6" +version = "0.1.7" description = "GovOPlaN documentation module for configured-system, available, and evidence documentation." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.6", - "govoplan-access>=0.1.6", + "govoplan-core>=0.1.7", + "govoplan-access>=0.1.7", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_docs/backend/manifest.py b/src/govoplan_docs/backend/manifest.py index b4b3f56..7a88cee 100644 --- a/src/govoplan_docs/backend/manifest.py +++ b/src/govoplan_docs/backend/manifest.py @@ -41,7 +41,7 @@ def _route_factory(context: ModuleContext): manifest = ModuleManifest( id="docs", name="Docs", - version="0.1.6", + version="0.1.7", required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), optional_dependencies=("policy", "audit", "ops", "workflow", "search"), permissions=( diff --git a/webui/package.json b/webui/package.json index b51e5a4..0df0adf 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/docs-webui", - "version": "0.1.6", + "version": "0.1.7", "private": true, "type": "module", "main": "src/index.ts", @@ -13,7 +13,7 @@ } }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.6", + "@govoplan/core-webui": "^0.1.7", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0",