Release Tasks package v0.1.19
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-08-06 20:11:12 +02:00
parent 8e4a247308
commit db76260010
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/tasks", "name": "@govoplan/tasks",
"version": "0.1.18", "version": "0.1.19",
"private": true, "private": true,
"description": "Governed work items and unified work inbox for GovOPlaN.", "description": "Governed work items and unified work inbox for GovOPlaN.",
"type": "module", "type": "module",
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-tasks" name = "govoplan-tasks"
version = "0.1.18" version = "0.1.19"
description = "Governed work items and unified work inbox for GovOPlaN." description = "Governed work items and unified work inbox for GovOPlaN."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Tasks module.""" """GovOPlaN Tasks module."""
__version__ = "0.1.18" __version__ = "0.1.19"
+1 -1
View File
@@ -39,7 +39,7 @@ from govoplan_tasks.backend.service import SqlTaskService
MODULE_ID = "tasks" MODULE_ID = "tasks"
MODULE_NAME = "Tasks" MODULE_NAME = "Tasks"
MODULE_VERSION = "0.1.18" MODULE_VERSION = "0.1.19"
READ_SCOPE = "tasks:item:read" READ_SCOPE = "tasks:item:read"
WRITE_SCOPE = "tasks:item:write" WRITE_SCOPE = "tasks:item:write"
ADMIN_SCOPE = "tasks:item:admin" ADMIN_SCOPE = "tasks:item:admin"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/tasks-webui", "name": "@govoplan/tasks-webui",
"version": "0.1.18", "version": "0.1.19",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
+1 -1
View File
@@ -46,7 +46,7 @@ const quickAccessTools: QuickAccessToolsUiCapability = {
export const tasksModule: PlatformWebModule = { export const tasksModule: PlatformWebModule = {
id: "tasks", id: "tasks",
label: "i18n:govoplan-tasks.work", label: "i18n:govoplan-tasks.work",
version: "0.1.18", version: "0.1.19",
dependencies: ["access"], dependencies: ["access"],
optionalDependencies: ["idm", "organizations", "workflow_engine", "workflow", "notifications", "postbox", "approvals", "views", "dashboard", "search"], optionalDependencies: ["idm", "organizations", "workflow_engine", "workflow", "notifications", "postbox", "approvals", "views", "dashboard", "search"],
translations: generatedTranslations, translations: generatedTranslations,