Release v0.1.15

This commit is contained in:
2026-08-04 15:18:13 +02:00
parent c62f1d7a8b
commit 0bd9c83d34
5 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/search-webui",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"type": "module",
"main": "webui/src/index.ts",
@@ -19,11 +19,11 @@
"LICENSE"
],
"peerDependencies": {
"@govoplan/core-webui": "^0.1.14",
"@govoplan/core-webui": "^0.1.15",
"lucide-react": "^1.23.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": ">=7.18.2 <8"
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20",
"react-router": ">=8.3.0 <9"
},
"peerDependenciesMeta": {
"@govoplan/core-webui": {
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-search"
version = "0.1.14"
version = "0.1.15"
description = "Permission-aware global and contextual search for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
license = "AGPL-3.0-or-later"
authors = [{ name = "GovOPlaN" }]
dependencies = ["govoplan-core>=0.1.14"]
dependencies = ["govoplan-core>=0.1.15"]
[tool.setuptools.packages.find]
where = ["src"]
+1 -1
View File
@@ -1,3 +1,3 @@
"""GovOPlaN search module."""
__version__ = "0.1.14"
__version__ = "0.1.15"
+1 -1
View File
@@ -34,7 +34,7 @@ from govoplan_search.backend.db import models as search_models
MODULE_ID = "search"
MODULE_NAME = "Search"
MODULE_VERSION = "0.1.14"
MODULE_VERSION = "0.1.15"
READ_SCOPE = "search:result:read"
INDEX_SCOPE = "search:index:write"
ADMIN_SCOPE = "search:index:admin"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/search-webui",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"type": "module",
"main": "src/index.ts",
@@ -18,7 +18,7 @@
"test:interface-pattern": "node scripts/test-interface-pattern.mjs"
},
"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",