From 2b80a85d63786303b49483e4d52471ed8a0c8fdc Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 26 Jun 2024 07:26:14 +0000 Subject: [PATCH] chore(release): cut 100.0.57 [skip release] ## [100.0.57](https://github.com/dhis2/reports-app/compare/v100.0.56...v100.0.57) (2024-06-26) ### Bug Fixes * fall back to periodType name if translation isn't present ([317d1a7](https://github.com/dhis2/reports-app/commit/317d1a70f12910c00f5d0244da162e267bbc1d5d)) * missing labels in report period selector ([e7b9f29](https://github.com/dhis2/reports-app/commit/e7b9f29b6b8e2fb9c47200f9e57f703b7e27780a)) * missing labels in report period selector [DHIS2-16199] ([3cc9fdc](https://github.com/dhis2/reports-app/commit/3cc9fdc17f58c4a754dc92b8237616a8d7f590d5)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 723d9acee..16eee560a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [100.0.57](https://github.com/dhis2/reports-app/compare/v100.0.56...v100.0.57) (2024-06-26) + + +### Bug Fixes + +* fall back to periodType name if translation isn't present ([317d1a7](https://github.com/dhis2/reports-app/commit/317d1a70f12910c00f5d0244da162e267bbc1d5d)) +* missing labels in report period selector ([e7b9f29](https://github.com/dhis2/reports-app/commit/e7b9f29b6b8e2fb9c47200f9e57f703b7e27780a)) +* missing labels in report period selector [DHIS2-16199] ([3cc9fdc](https://github.com/dhis2/reports-app/commit/3cc9fdc17f58c4a754dc92b8237616a8d7f590d5)) + ## [100.0.56](https://github.com/dhis2/reports-app/compare/v100.0.55...v100.0.56) (2024-06-09) diff --git a/package.json b/package.json index b6dd57a53..c0473f1b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reports-app", - "version": "100.0.56", + "version": "100.0.57", "description": "", "license": "BSD-3-Clause", "private": true,