Release v0.1.18

This commit is contained in:
2026-08-05 21:07:52 +02:00
parent ae3bbfa34e
commit f7d046cf87
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-postbox" name = "govoplan-postbox"
version = "0.1.17" version = "0.1.18"
description = "Function-bound institutional postboxes for GovOPlaN." description = "Function-bound institutional postboxes for GovOPlaN."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
authors = [{ name = "GovOPlaN" }] authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.17"] dependencies = ["govoplan-core>=0.1.18"]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["src"] where = ["src"]
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Postbox module.""" """GovOPlaN Postbox module."""
__version__ = "0.1.17" __version__ = "0.1.18"
+1 -1
View File
@@ -53,7 +53,7 @@ from govoplan_postbox.backend.search_source import create_postbox_search_source
MODULE_ID = "postbox" MODULE_ID = "postbox"
MODULE_NAME = "Postbox" MODULE_NAME = "Postbox"
MODULE_VERSION = "0.1.17" MODULE_VERSION = "0.1.18"
READ_SCOPE = "postbox:postbox:read" READ_SCOPE = "postbox:postbox:read"
SEND_SCOPE = "postbox:message:write" SEND_SCOPE = "postbox:message:write"
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/postbox-webui", "name": "@govoplan/postbox-webui",
"version": "0.1.17", "version": "0.1.18",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
@@ -18,7 +18,7 @@
"test:interface-patterns": "node scripts/test-interface-pattern-language.mjs" "test:interface-patterns": "node scripts/test-interface-pattern-language.mjs"
}, },
"peerDependencies": { "peerDependencies": {
"@govoplan/core-webui": "^0.1.17", "@govoplan/core-webui": "^0.1.18",
"lucide-react": "^1.23.0", "lucide-react": "^1.23.0",
"react": ">=19.2.7 <20", "react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",