From 9bca590e53db10301d981f8eabfcab9071938226 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 5 Aug 2026 20:34:10 +0200 Subject: [PATCH] Release v0.1.17 --- package.json | 4 ++-- pyproject.toml | 4 ++-- src/govoplan_tenancy/backend/manifest.py | 2 +- webui/package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e7b5ec4..8d1749a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/tenancy-webui", - "version": "0.1.16", + "version": "0.1.17", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -17,7 +17,7 @@ "README.md" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.16", + "@govoplan/core-webui": "^0.1.17", "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 ccc5eb8..1659f0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-tenancy" -version = "0.1.16" +version = "0.1.17" description = "GovOPlaN tenancy platform module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.16", + "govoplan-core>=0.1.17", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_tenancy/backend/manifest.py b/src/govoplan_tenancy/backend/manifest.py index 82090cd..0a7a8f5 100644 --- a/src/govoplan_tenancy/backend/manifest.py +++ b/src/govoplan_tenancy/backend/manifest.py @@ -32,7 +32,7 @@ def _route_factory(context: ModuleContext): manifest = ModuleManifest( id="tenancy", name="Tenancy", - version="0.1.16", + version="0.1.17", required_capabilities=( CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR, diff --git a/webui/package.json b/webui/package.json index 6efe030..65646ff 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/tenancy-webui", - "version": "0.1.16", + "version": "0.1.17", "private": true, "type": "module", "main": "src/index.ts", @@ -17,7 +17,7 @@ } }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.16", + "@govoplan/core-webui": "^0.1.17", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20"