From 93dddbb8c52ab84df6b99e9ae9fde84dca72b277 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 22 Jul 2026 03:44:32 +0200 Subject: [PATCH] chore(addresses): bump version to 0.1.9 --- package.json | 4 ++-- pyproject.toml | 4 ++-- src/govoplan_addresses/backend/manifest.py | 2 +- webui/package.json | 4 ++-- webui/src/module.ts | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index b4d5166..a9a68a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/addresses-webui", - "version": "0.1.8", + "version": "0.1.9", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -18,7 +18,7 @@ "README.md" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.9", + "@govoplan/core-webui": "^0.1.11", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/pyproject.toml b/pyproject.toml index 3c8fda2..94addc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-addresses" -version = "0.1.8" +version = "0.1.9" description = "GovOPlaN reusable address and recipient-source module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ "defusedxml>=0.7.1", - "govoplan-core>=0.1.9", + "govoplan-core>=0.1.11", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_addresses/backend/manifest.py b/src/govoplan_addresses/backend/manifest.py index e00a19f..3ce8abe 100644 --- a/src/govoplan_addresses/backend/manifest.py +++ b/src/govoplan_addresses/backend/manifest.py @@ -149,7 +149,7 @@ def _addresses_router(_context: ModuleContext): manifest = ModuleManifest( id="addresses", name="Addresses", - version="0.1.8", + version="0.1.9", required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), optional_dependencies=("campaigns", "mail", "forms", "reporting", "portal", "postbox"), provides_interfaces=( diff --git a/webui/package.json b/webui/package.json index db330c2..85631c8 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/addresses-webui", - "version": "0.1.8", + "version": "0.1.9", "private": true, "type": "module", "main": "src/index.ts", @@ -17,7 +17,7 @@ "test:ui-structure": "node scripts/test-selection-list-structure.mjs" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.9", + "@govoplan/core-webui": "^0.1.11", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/webui/src/module.ts b/webui/src/module.ts index 05f648f..e3739f6 100644 --- a/webui/src/module.ts +++ b/webui/src/module.ts @@ -13,7 +13,7 @@ const translations = { export const addressesModule: PlatformWebModule = { id: "addresses", label: "i18n:govoplan-addresses.address_book.f6327f59", - version: "1.0.0", + version: "0.1.9", dependencies: [], optionalDependencies: ["campaigns", "mail", "forms", "reporting", "portal", "postbox"], translations,