diff --git a/package.json b/package.json index 1867848..3129b29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/policy-webui", - "version": "0.1.16", + "version": "0.1.17", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -18,7 +18,7 @@ "LICENSE" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.16", + "@govoplan/core-webui": "^0.1.17", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20", diff --git a/pyproject.toml b/pyproject.toml index 10dd6c6..3c17e2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-policy" -version = "0.1.16" +version = "0.1.17" description = "GovOPlaN policy platform module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.16", + "govoplan-core>=0.1.17", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_policy/backend/manifest.py b/src/govoplan_policy/backend/manifest.py index b577ea2..4262d89 100644 --- a/src/govoplan_policy/backend/manifest.py +++ b/src/govoplan_policy/backend/manifest.py @@ -107,7 +107,7 @@ def _reporting_governance_policy(context: ModuleContext) -> object: manifest = ModuleManifest( id="policy", name="Policy", - 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 f35d855..44806e5 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/policy-webui", - "version": "0.1.16", + "version": "0.1.17", "private": true, "type": "module", "main": "src/index.ts", @@ -16,7 +16,7 @@ "test:interface-patterns": "node scripts/test-interface-pattern-language.mjs" }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.16", + "@govoplan/core-webui": "^0.1.17", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",