From 0293e49defd34a958584c9665ba006d22db497e1 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 4 Aug 2026 15:10:19 +0200 Subject: [PATCH] Release v0.1.15 --- package.json | 16 ++++++++-------- pyproject.toml | 4 ++-- src/govoplan_files/backend/manifest.py | 2 +- webui/package.json | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 8f3a831..1f05927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/files-webui", - "version": "0.1.9", + "version": "0.1.15", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -19,14 +19,14 @@ "LICENSE" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.9", - "lucide-react": "^1.23.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "react-router-dom": "^7.1.1", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^5.2.0", + "vite": "^7.3.6", "typescript": "^5.7.2", - "vite": "^6.0.6" + "react": ">=19.2.7 <20", + "react-dom": ">=19.2.7 <20", + "react-router": ">=8.3.0 <9", + "lucide-react": "^1.23.0", + "@govoplan/core-webui": "^0.1.15" }, "peerDependenciesMeta": { "@govoplan/core-webui": { diff --git a/pyproject.toml b/pyproject.toml index 1faba13..cba85e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-files" -version = "0.1.9" +version = "0.1.15" description = "GovOPlaN files module with backend and WebUI integration." readme = "README.md" requires-python = ">=3.12" license = { file = "LICENSE" } authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.14", + "govoplan-core>=0.1.15", "defusedxml>=0.7,<1", "pyzipper>=0.3.6,<1", "python-multipart>=0.0.31,<1", diff --git a/src/govoplan_files/backend/manifest.py b/src/govoplan_files/backend/manifest.py index 5f084d9..da90a8c 100644 --- a/src/govoplan_files/backend/manifest.py +++ b/src/govoplan_files/backend/manifest.py @@ -279,7 +279,7 @@ REMOTE_STORAGE_PROVIDER = ExternalProviderDeclaration( manifest = ModuleManifest( id="files", name="Files", - version="0.1.9", + version="0.1.15", required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), optional_dependencies=("campaigns", "encryption", "search"), provides_interfaces=( diff --git a/webui/package.json b/webui/package.json index 891da4c..b2dac0c 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/files-webui", - "version": "0.1.9", + "version": "0.1.15", "private": true, "type": "module", "main": "src/index.ts", @@ -26,7 +26,7 @@ "react-dom": ">=19.2.7 <20", "react-router": ">=8.3.0 <9", "lucide-react": "^1.23.0", - "@govoplan/core-webui": "^0.1.9" + "@govoplan/core-webui": "^0.1.15" }, "peerDependenciesMeta": { "@govoplan/core-webui": {