Release v0.1.15

This commit is contained in:
2026-08-04 15:10:28 +02:00
parent 0dcaa90abd
commit bb1d156b10
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-templates" name = "govoplan-templates"
version = "0.1.14" version = "0.1.15"
description = "GovOPlaN typed template library and deterministic printable rendering." description = "GovOPlaN typed template library and deterministic printable rendering."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }] authors = [{ name = "GovOPlaN" }]
dependencies = [ dependencies = [
"govoplan-core>=0.1.14", "govoplan-core>=0.1.15",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN Templates module.""" """GovOPlaN Templates module."""
__version__ = "0.1.14" __version__ = "0.1.15"
+1 -1
View File
@@ -32,7 +32,7 @@ from govoplan_templates.backend.db import models as template_models
MODULE_ID = "templates" MODULE_ID = "templates"
MODULE_NAME = "Templates" MODULE_NAME = "Templates"
MODULE_VERSION = "0.1.14" MODULE_VERSION = "0.1.15"
READ_SCOPE = "templates:template:read" READ_SCOPE = "templates:template:read"
WRITE_SCOPE = "templates:template:write" WRITE_SCOPE = "templates:template:write"
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/templates-webui", "name": "@govoplan/templates-webui",
"version": "0.1.14", "version": "0.1.15",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
@@ -17,7 +17,7 @@
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"peerDependencies": { "peerDependencies": {
"@govoplan/core-webui": "^0.1.14", "@govoplan/core-webui": "^0.1.15",
"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",