diff --git a/packages/govoplan-meta/pyproject.toml b/packages/govoplan-meta/pyproject.toml index cbac5fc..20309b8 100644 --- a/packages/govoplan-meta/pyproject.toml +++ b/packages/govoplan-meta/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan" -version = "0.1.23" +version = "0.1.24" description = "Developer convenience package for a versioned GovOPlaN composition" readme = "README.md" requires-python = ">=3.12" license = { text = "AGPL-3.0-or-later" } dependencies = [ - "govoplan-core[server]==0.1.23", + "govoplan-core[server]==0.1.24", "govoplan-tenancy==0.1.18", "govoplan-organizations==0.1.18", "govoplan-identity==0.1.18", @@ -22,7 +22,7 @@ dependencies = [ "govoplan-dashboard==0.1.18", "govoplan-files==0.1.20", "govoplan-mail==0.1.18", - "govoplan-campaign==0.1.18", + "govoplan-campaign==0.1.20", "govoplan-calendar==0.1.18", "govoplan-docs==0.1.18", "govoplan-ops==0.1.18", diff --git a/requirements-release.txt b/requirements-release.txt index 066aea4..19ada33 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -12,7 +12,7 @@ govoplan-audit @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-audit.git@v0.1 govoplan-dashboard @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-dashboard.git@v0.1.18 govoplan-files @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-files.git@v0.1.20 govoplan-mail @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-mail.git@v0.1.18 -govoplan-campaign @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-campaign.git@v0.1.18 +govoplan-campaign @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-campaign.git@v0.1.20 govoplan-calendar @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-calendar.git@v0.1.18 govoplan-docs @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-docs.git@v0.1.18 govoplan-ops @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-ops.git@v0.1.18 diff --git a/tools/checks/check-focused.sh b/tools/checks/check-focused.sh index 8d93b83..c06d1ea 100644 --- a/tools/checks/check-focused.sh +++ b/tools/checks/check-focused.sh @@ -158,3 +158,4 @@ cd /mnt/DATA/git/govoplan-campaign/webui "$NPM" run test:policy-ui "$NPM" run test:template-preview "$NPM" run test:accessibility-contract +"$NPM" run test:campaign-collaboration diff --git a/tools/checks/check-release-integration.sh b/tools/checks/check-release-integration.sh index a242059..f5154f4 100644 --- a/tools/checks/check-release-integration.sh +++ b/tools/checks/check-release-integration.sh @@ -262,6 +262,7 @@ cd "$WORK_ROOT/govoplan-campaign/webui" "$NPM" run test:policy-ui "$NPM" run test:template-preview "$NPM" run test:import-utils +"$NPM" run test:campaign-collaboration echo echo "Release integration check passed."