From 85b5f80c59e57dec217e1193d7546e185491203f Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 5 Aug 2026 20:34:04 +0200 Subject: [PATCH] Release v0.1.17 --- package.json | 4 ++-- pyproject.toml | 8 ++++---- src/govoplan_idm/backend/manifest.py | 2 +- webui/package.json | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 743c627..6dc8130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/idm-webui", - "version": "0.1.16", + "version": "0.1.17", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -19,7 +19,7 @@ "LICENSE" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.16", + "@govoplan/core-webui": "^0.1.17", "@vitejs/plugin-react": "^5.2.0", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", diff --git a/pyproject.toml b/pyproject.toml index 885367b..191f935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-idm" -version = "0.1.16" +version = "0.1.17" description = "GovOPlaN identity management bridge module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.16", - "govoplan-identity>=0.1.16", - "govoplan-organizations>=0.1.16", + "govoplan-core>=0.1.17", + "govoplan-identity>=0.1.17", + "govoplan-organizations>=0.1.17", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_idm/backend/manifest.py b/src/govoplan_idm/backend/manifest.py index 7d0c10a..c9b0277 100644 --- a/src/govoplan_idm/backend/manifest.py +++ b/src/govoplan_idm/backend/manifest.py @@ -53,7 +53,7 @@ from govoplan_idm.backend.workflow_definitions import ( from govoplan_idm.backend.search_source import create_idm_search_source -MODULE_VERSION = "0.1.16" +MODULE_VERSION = "0.1.17" IDM_READ_SCOPES = ( "idm:organization_assignment:read", diff --git a/webui/package.json b/webui/package.json index 440594e..5f506a6 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/idm-webui", - "version": "0.1.16", + "version": "0.1.17", "private": true, "type": "module", "main": "src/index.ts", @@ -17,7 +17,7 @@ "./styles/idm.css": "./src/styles/idm.css" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.16", + "@govoplan/core-webui": "^0.1.17", "@vitejs/plugin-react": "^5.2.0", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20",