Release govoplan-voting v0.1.21: unify interface contracts and documentation

This commit is contained in:
2026-09-08 01:32:54 +02:00
parent 00650aee81
commit 05c8c97044
5 changed files with 32 additions and 17 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/voting-webui",
"version": "0.1.20",
"version": "0.1.21",
"private": true,
"type": "module",
"main": "src/index.ts",
@@ -14,7 +14,7 @@
"./styles/voting.css": "./src/styles/voting.css"
},
"peerDependencies": {
"@govoplan/core-webui": "^0.1.18",
"@govoplan/core-webui": "^0.1.45",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20"