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

This commit is contained in:
2026-08-04 15:10:19 +02:00
parent 3ba0e5ce40
commit e6ca2fbd8b
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/forms-runtime",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"description": "Definition-aware form submissions and service launch for GovOPlaN.",
"type": "module",
+4 -4
View File
@@ -4,16 +4,16 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-forms-runtime"
version = "0.1.14"
version = "0.1.15"
description = "Definition-aware form submissions and service launch for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.14",
"govoplan-access>=0.1.8",
"govoplan-forms>=0.1.14",
"govoplan-core>=0.1.15",
"govoplan-access>=0.1.15",
"govoplan-forms>=0.1.15",
]
[tool.setuptools.packages.find]
@@ -44,7 +44,7 @@ from govoplan_forms_runtime.backend.service import (
MODULE_ID = "forms_runtime"
MODULE_NAME = "Forms Runtime"
MODULE_VERSION = "0.1.14"
MODULE_VERSION = "0.1.15"
PARTICIPATE_SCOPE = "forms_runtime:submission:participate"
READ_SCOPE = "forms_runtime:workspace:read"
WRITE_SCOPE = "forms_runtime:workspace:write"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/forms-runtime-webui",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"type": "module",
"main": "src/index.ts",
@@ -14,7 +14,7 @@
"./styles/forms-runtime.css": "./src/styles/forms-runtime.css"
},
"peerDependencies": {
"@govoplan/core-webui": "^0.1.14",
"@govoplan/core-webui": "^0.1.15",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20",