From d72da097dd439452cbb071101c0c91061214acc2 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 13 Sep 2023 13:33:44 +0000 Subject: [PATCH] chore(release): cut 100.0.3 [skip release] ## [100.0.3](https://github.com/dhis2/dashboard-app/compare/v100.0.2...v100.0.3) (2023-09-13) ### Bug Fixes * parse the ou filter correctly for all ou types ([#2691](https://github.com/dhis2/dashboard-app/issues/2691)) ([35877e1](https://github.com/dhis2/dashboard-app/commit/35877e16d640b343a847a2826aabc5e07cb7ece5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4251bbf9d..95b3f34ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.0.3](https://github.com/dhis2/dashboard-app/compare/v100.0.2...v100.0.3) (2023-09-13) + + +### Bug Fixes + +* parse the ou filter correctly for all ou types ([#2691](https://github.com/dhis2/dashboard-app/issues/2691)) ([35877e1](https://github.com/dhis2/dashboard-app/commit/35877e16d640b343a847a2826aabc5e07cb7ece5)) + ## [100.0.2](https://github.com/dhis2/dashboard-app/compare/v100.0.1...v100.0.2) (2023-08-30) diff --git a/package.json b/package.json index bc24f5842..c057a09b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "100.0.2", + "version": "100.0.3", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",