feat: expose form semantic documentation subjects
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-21 15:44:42 +02:00
parent 5bc651a8e7
commit b9132d076d
9 changed files with 959 additions and 13 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/forms-webui",
"version": "0.1.18",
"version": "0.1.19",
"private": true,
"type": "module",
"main": "src/index.ts",
@@ -17,7 +17,8 @@
"@govoplan/core-webui": "^0.1.18",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20"
"react-dom": ">=19.2.7 <20",
"react-router": ">=8.3.0 <9"
},
"peerDependenciesMeta": {
"@govoplan/core-webui": {