diff --git a/package.json b/package.json index 87de8ba..50f3a49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/organizations-webui", - "version": "0.1.16", + "version": "0.1.17", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -19,7 +19,7 @@ "LICENSE" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.16", + "@govoplan/core-webui": "^0.1.17", "@vitejs/plugin-react": "^5.2.0", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", diff --git a/pyproject.toml b/pyproject.toml index 38bdbd8..a86f658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-organizations" -version = "0.1.16" +version = "0.1.17" description = "GovOPlaN organizational model module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.16", - "govoplan-tenancy>=0.1.16", + "govoplan-core>=0.1.17", + "govoplan-tenancy>=0.1.17", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_organizations/__init__.py b/src/govoplan_organizations/__init__.py index acd6a93..b6c2210 100644 --- a/src/govoplan_organizations/__init__.py +++ b/src/govoplan_organizations/__init__.py @@ -1,3 +1,3 @@ """GovOPlaN organizations module.""" -__version__ = "0.1.16" +__version__ = "0.1.17" diff --git a/src/govoplan_organizations/backend/manifest.py b/src/govoplan_organizations/backend/manifest.py index 8d24855..4002165 100644 --- a/src/govoplan_organizations/backend/manifest.py +++ b/src/govoplan_organizations/backend/manifest.py @@ -133,7 +133,7 @@ def _organization_directory(context: ModuleContext) -> object: manifest = ModuleManifest( id="organizations", name="Organizations", - version="0.1.16", + version="0.1.17", required_capabilities=( CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR, diff --git a/webui/package.json b/webui/package.json index cfcbc1d..f1ca442 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/organizations-webui", - "version": "0.1.16", + "version": "0.1.17", "private": true, "type": "module", "main": "src/index.ts", @@ -19,7 +19,7 @@ "./styles/organizations.css": "./src/styles/organizations.css" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.16", + "@govoplan/core-webui": "^0.1.17", "@vitejs/plugin-react": "^5.2.0", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20",