Release v0.1.18
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-05 21:07:46 +02:00
parent 9bca590e53
commit 4687e9e0d3
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/tenancy-webui",
"version": "0.1.17",
"version": "0.1.18",
"private": true,
"type": "module",
"main": "webui/src/index.ts",
@@ -17,7 +17,7 @@
"README.md"
],
"peerDependencies": {
"@govoplan/core-webui": "^0.1.17",
"@govoplan/core-webui": "^0.1.18",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20"
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-tenancy"
version = "0.1.17"
version = "0.1.18"
description = "GovOPlaN tenancy platform module."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.17",
"govoplan-core>=0.1.18",
]
[tool.setuptools.packages.find]
+1 -1
View File
@@ -32,7 +32,7 @@ def _route_factory(context: ModuleContext):
manifest = ModuleManifest(
id="tenancy",
name="Tenancy",
version="0.1.17",
version="0.1.18",
required_capabilities=(
CAPABILITY_AUTH_PRINCIPAL_RESOLVER,
CAPABILITY_AUTH_PERMISSION_EVALUATOR,
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/tenancy-webui",
"version": "0.1.17",
"version": "0.1.18",
"private": true,
"type": "module",
"main": "src/index.ts",
@@ -17,7 +17,7 @@
}
},
"peerDependencies": {
"@govoplan/core-webui": "^0.1.17",
"@govoplan/core-webui": "^0.1.18",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20"