From 64009471bb39c9c68761648b52e77370900aaeae Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 21 Jul 2026 20:48:47 +0200 Subject: [PATCH] chore(mail): bump version to 0.1.10 --- package.json | 4 ++-- pyproject.toml | 2 +- webui/package-lock.json | 6 +++--- webui/package.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 491f98f..c91d560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/mail-webui", - "version": "0.1.9", + "version": "0.1.10", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -19,7 +19,7 @@ "LICENSE" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.9", + "@govoplan/core-webui": "^0.1.10", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/pyproject.toml b/pyproject.toml index 3521c73..8b42b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-mail" -version = "0.1.9" +version = "0.1.10" description = "GovOPlaN mail module with backend and WebUI integration." readme = "README.md" requires-python = ">=3.12" diff --git a/webui/package-lock.json b/webui/package-lock.json index 3e05af2..0aad571 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -1,17 +1,17 @@ { "name": "@govoplan/mail-webui", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@govoplan/mail-webui", - "version": "0.1.9", + "version": "0.1.10", "devDependencies": { "typescript": "^5.7.2" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.9", + "@govoplan/core-webui": "^0.1.10", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/webui/package.json b/webui/package.json index bedfa9b..c76e688 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/mail-webui", - "version": "0.1.9", + "version": "0.1.10", "private": true, "type": "module", "main": "src/index.ts", @@ -14,7 +14,7 @@ "./styles/mail-profiles.css": "./src/styles/mail-profiles.css" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.9", + "@govoplan/core-webui": "^0.1.10", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0",