From f29c78d5e4bdabfda63f6d771792742c5925ed89 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 9 Sep 2024 11:59:53 +0000 Subject: [PATCH] chore(release): cut 32.31.10 [skip ci] ## [32.31.10](https://github.com/dhis2/maintenance-app/compare/v32.31.9...v32.31.10) (2024-09-09) ### Bug Fixes * **categoryCombo:** make categories required ([#2913](https://github.com/dhis2/maintenance-app/issues/2913)) ([9b01d21](https://github.com/dhis2/maintenance-app/commit/9b01d21ed03709a5ff7d78bd8c49a2a553487534)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e867a5923..c80b62137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [32.31.10](https://github.com/dhis2/maintenance-app/compare/v32.31.9...v32.31.10) (2024-09-09) + + +### Bug Fixes + +* **categoryCombo:** make categories required ([#2913](https://github.com/dhis2/maintenance-app/issues/2913)) ([9b01d21](https://github.com/dhis2/maintenance-app/commit/9b01d21ed03709a5ff7d78bd8c49a2a553487534)) + ## [32.31.9](https://github.com/dhis2/maintenance-app/compare/v32.31.8...v32.31.9) (2024-09-09) diff --git a/package.json b/package.json index 3e04f4a5f..4986d51e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "32.31.9", + "version": "32.31.10", "description": "DHIS2 Maintenance app", "repository": { "type": "git",