diff --git a/package.json b/package.json index 063d5e9..2fb5523 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/ops-webui", - "version": "0.1.6", + "version": "0.1.7", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -17,7 +17,7 @@ "README.md" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.6", + "@govoplan/core-webui": "^0.1.7", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -32,4 +32,3 @@ } } } - diff --git a/pyproject.toml b/pyproject.toml index f408d0d..29c038e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-ops" -version = "0.1.6" +version = "0.1.7" description = "GovOPlaN operations module for health, deployment profile, and sizing visibility." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.6", - "govoplan-access>=0.1.6", + "govoplan-core>=0.1.7", + "govoplan-access>=0.1.7", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_ops/backend/manifest.py b/src/govoplan_ops/backend/manifest.py index 385d925..2c22b78 100644 --- a/src/govoplan_ops/backend/manifest.py +++ b/src/govoplan_ops/backend/manifest.py @@ -31,7 +31,7 @@ def _route_factory(context: ModuleContext): manifest = ModuleManifest( id="ops", name="Ops", - version="0.1.6", + version="0.1.7", required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), optional_dependencies=("audit", "docs", "notifications"), permissions=( diff --git a/webui/package.json b/webui/package.json index 29e68b9..8da9764 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/ops-webui", - "version": "0.1.6", + "version": "0.1.7", "private": true, "type": "module", "main": "src/index.ts", @@ -13,7 +13,7 @@ } }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.6", + "@govoplan/core-webui": "^0.1.7", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0",