From 77924e7a2c8366be39c9305477e085802a578d0b Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 5 Aug 2026 19:52:00 +0200 Subject: [PATCH] Release v0.1.16 --- package.json | 4 ++-- pyproject.toml | 6 +++--- src/govoplan_dashboard/__init__.py | 2 +- src/govoplan_dashboard/backend/manifest.py | 2 +- webui/package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 45f0b92..51fa90b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/dashboard-webui", - "version": "0.1.15", + "version": "0.1.16", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -18,7 +18,7 @@ "README.md" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.15", + "@govoplan/core-webui": "^0.1.16", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20", diff --git a/pyproject.toml b/pyproject.toml index d9c7695..cd10e0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-dashboard" -version = "0.1.15" +version = "0.1.16" description = "GovOPlaN configurable dashboard module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.15", - "govoplan-access>=0.1.15", + "govoplan-core>=0.1.16", + "govoplan-access>=0.1.16", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_dashboard/__init__.py b/src/govoplan_dashboard/__init__.py index fe3c13c..012b486 100644 --- a/src/govoplan_dashboard/__init__.py +++ b/src/govoplan_dashboard/__init__.py @@ -2,4 +2,4 @@ __all__ = ["__version__"] -__version__ = "0.1.15" +__version__ = "0.1.16" diff --git a/src/govoplan_dashboard/backend/manifest.py b/src/govoplan_dashboard/backend/manifest.py index cc2af44..ccf0fe0 100644 --- a/src/govoplan_dashboard/backend/manifest.py +++ b/src/govoplan_dashboard/backend/manifest.py @@ -40,7 +40,7 @@ def _tenant_summary(session, tenant_id: str) -> dict[str, int]: manifest = ModuleManifest( id="dashboard", name="Dashboard", - version="0.1.15", + version="0.1.16", required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), optional_dependencies=("ops", "campaigns", "files", "mail", "tasks", "notifications", "reporting"), route_factory=_dashboard_router, diff --git a/webui/package.json b/webui/package.json index 0514955..4952ec0 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/dashboard-webui", - "version": "0.1.15", + "version": "0.1.16", "private": true, "type": "module", "main": "src/index.ts", @@ -17,7 +17,7 @@ "test:dashboard-layout": "node --experimental-strip-types tests/dashboard-layout.test.ts" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.15", + "@govoplan/core-webui": "^0.1.16", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",