From a8cf9949c64be366ce1d45ec4495a99b53aa0ee3 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_dashboard/backend/manifest.py | 2 +- webui/package.json | 5 ++--- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index a76dd1e..4982a70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/dashboard-webui", - "version": "0.1.6", + "version": "0.1.7", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -18,7 +18,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", @@ -30,4 +30,3 @@ } } } - diff --git a/pyproject.toml b/pyproject.toml index 28ddf81..3804841 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-dashboard" -version = "0.1.6" +version = "0.1.7" description = "GovOPlaN configurable dashboard module." 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_dashboard/backend/manifest.py b/src/govoplan_dashboard/backend/manifest.py index 8a24146..87ec9b9 100644 --- a/src/govoplan_dashboard/backend/manifest.py +++ b/src/govoplan_dashboard/backend/manifest.py @@ -7,7 +7,7 @@ from govoplan_core.core.modules import DocumentationTopic, FrontendModule, Front manifest = ModuleManifest( id="dashboard", name="Dashboard", - version="0.1.6", + version="0.1.7", required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), optional_dependencies=("ops", "campaigns", "files", "mail", "tasks", "notifications", "reporting"), nav_items=(NavItem(path="/dashboard", label="Dashboard", icon="dashboard", order=10),), diff --git a/webui/package.json b/webui/package.json index 9ad4430..37eb0e9 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/dashboard-webui", - "version": "0.1.6", + "version": "0.1.7", "private": true, "type": "module", "main": "src/index.ts", @@ -14,7 +14,7 @@ "./styles/dashboard.css": "./src/styles/dashboard.css" }, "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", @@ -26,4 +26,3 @@ } } } -