From dadd61392ea010a8017a19a25eaf76f885d9eea7 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 5 Oct 2023 14:47:11 +0000 Subject: [PATCH] chore(release): cut 100.3.7 [skip release] ## [100.3.7](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.6...v100.3.7) (2023-10-05) ### Bug Fixes * handle sections without data elements [DHIS2-15883] ([#359](https://github.com/dhis2/aggregate-data-entry-app/issues/359)) ([83c062e](https://github.com/dhis2/aggregate-data-entry-app/commit/83c062e5cb6386b92e32429b1f1b7a2e3ba96893)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6412f81..0146ddbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.3.7](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.6...v100.3.7) (2023-10-05) + + +### Bug Fixes + +* handle sections without data elements [DHIS2-15883] ([#359](https://github.com/dhis2/aggregate-data-entry-app/issues/359)) ([83c062e](https://github.com/dhis2/aggregate-data-entry-app/commit/83c062e5cb6386b92e32429b1f1b7a2e3ba96893)) + ## [100.3.6](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.3.5...v100.3.6) (2023-08-15) diff --git a/package.json b/package.json index 3718138ae..bb59cedf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.3.6", + "version": "100.3.7", "description": "", "license": "BSD-3-Clause", "private": true,