1 Commits
Author SHA1 Message Date
zemion 1351338590 Release v0.1.18
Module Package Release / publish-packages (push) Successful in 12s
2026-08-05 21:07:44 +02:00
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/committee", "name": "@govoplan/committee",
"version": "0.1.17", "version": "0.1.18",
"private": true, "private": true,
"description": "GovOPlaN Committee platform module seed.", "description": "GovOPlaN Committee platform module seed.",
"type": "module", "type": "module",
+3 -3
View File
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-committee" name = "govoplan-committee"
version = "0.1.17" version = "0.1.18"
description = "GovOPlaN committee governance and formal-decision integration module." description = "GovOPlaN committee governance and formal-decision integration module."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
license = { file = "LICENSE" } license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }] authors = [{ name = "GovOPlaN" }]
dependencies = [ dependencies = [
"govoplan-core>=0.1.17", "govoplan-core>=0.1.18",
"govoplan-access>=0.1.17", "govoplan-access>=0.1.18",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
+1 -1
View File
@@ -53,7 +53,7 @@ from govoplan_core.db.base import Base
MODULE_ID = "committee" MODULE_ID = "committee"
MODULE_NAME = "Committee" MODULE_NAME = "Committee"
MODULE_VERSION = "0.1.17" MODULE_VERSION = "0.1.18"
READ_SCOPE = "committee:workspace:read" READ_SCOPE = "committee:workspace:read"
WRITE_SCOPE = "committee:workspace:write" WRITE_SCOPE = "committee:workspace:write"
BALLOT_SCOPE = "committee:ballot:finalize" BALLOT_SCOPE = "committee:ballot:finalize"
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/committee-webui", "name": "@govoplan/committee-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",
@@ -14,7 +14,7 @@
"./styles/committee.css": "./src/styles/committee.css" "./styles/committee.css": "./src/styles/committee.css"
}, },
"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",