1 Commits
Author SHA1 Message Date
zemion 239664092a Release v0.1.17
Module Package Release / publish-packages (push) Successful in 11s
2026-08-05 20:34:13 +02:00
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "govoplan-notifications" name = "govoplan-notifications"
version = "0.1.16" version = "0.1.17"
description = "GovOPlaN notification inbox and delivery module." description = "GovOPlaN notification inbox and delivery module."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }] authors = [{ name = "GovOPlaN" }]
dependencies = [ dependencies = [
"govoplan-core>=0.1.16", "govoplan-core>=0.1.17",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
@@ -24,7 +24,7 @@ from govoplan_notifications.backend.db import models as notification_models # n
MODULE_ID = "notifications" MODULE_ID = "notifications"
MODULE_NAME = "Notifications" MODULE_NAME = "Notifications"
MODULE_VERSION = "0.1.16" MODULE_VERSION = "0.1.17"
READ_SCOPE = "notifications:notification:read" READ_SCOPE = "notifications:notification:read"
WRITE_SCOPE = "notifications:notification:write" WRITE_SCOPE = "notifications:notification:write"
DISPATCH_SCOPE = "notifications:delivery:dispatch" DISPATCH_SCOPE = "notifications:delivery:dispatch"
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@govoplan/notifications-webui", "name": "@govoplan/notifications-webui",
"version": "0.1.16", "version": "0.1.17",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
@@ -18,7 +18,7 @@
"test:ui-structure": "node scripts/test-notification-page-structure.mjs" "test:ui-structure": "node scripts/test-notification-page-structure.mjs"
}, },
"peerDependencies": { "peerDependencies": {
"@govoplan/core-webui": "^0.1.16", "@govoplan/core-webui": "^0.1.17",
"lucide-react": "^1.23.0", "lucide-react": "^1.23.0",
"react": ">=19.2.7 <20", "react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",