diff --git a/package.json b/package.json index e6b94ac..95d7649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/admin-webui", - "version": "0.1.5", + "version": "0.1.6", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -18,7 +18,7 @@ "LICENSE" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.5", + "@govoplan/core-webui": "^0.1.6", "lucide-react": "^0.555.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/pyproject.toml b/pyproject.toml index 5e9755a..fbf0d4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-admin" -version = "0.1.5" +version = "0.1.6" description = "GovOPlaN generic administration module." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.5", - "govoplan-access>=0.1.5", + "govoplan-core>=0.1.6", + "govoplan-access>=0.1.6", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_admin/backend/__pycache__/manifest.cpython-312.pyc b/src/govoplan_admin/backend/__pycache__/manifest.cpython-312.pyc index a62eaba..fe11c03 100644 Binary files a/src/govoplan_admin/backend/__pycache__/manifest.cpython-312.pyc and b/src/govoplan_admin/backend/__pycache__/manifest.cpython-312.pyc differ diff --git a/src/govoplan_admin/backend/manifest.py b/src/govoplan_admin/backend/manifest.py index d678232..fec1b76 100644 --- a/src/govoplan_admin/backend/manifest.py +++ b/src/govoplan_admin/backend/manifest.py @@ -16,7 +16,7 @@ def _route_factory(context: ModuleContext): manifest = ModuleManifest( id="admin", name="Admin", - version="0.1.5", + version="0.1.6", dependencies=("access",), route_factory=_route_factory, migration_spec=MigrationSpec(module_id="admin", metadata=Base.metadata), diff --git a/webui/package.json b/webui/package.json index 5dbf5cb..44ee4cb 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/admin-webui", - "version": "0.1.5", + "version": "0.1.6", "private": true, "type": "module", "main": "src/index.ts", @@ -13,7 +13,7 @@ } }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.5", + "@govoplan/core-webui": "^0.1.6", "lucide-react": "^0.555.0", "react": "^19.0.0", "react-dom": "^19.0.0",