From b76d275b64bb3d36c972f3719de7ccb9c213376f Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 15 Jul 2024 15:35:28 +0000 Subject: [PATCH] chore(release): cut 100.1.7 [skip release] ## [100.1.7](https://github.com/dhis2/user-app/compare/v100.1.6...v100.1.7) (2024-07-15) ### Bug Fixes * ignore case when sorting grouped authorities by name ([6f50370](https://github.com/dhis2/user-app/commit/6f50370ac1227e65fa66c41b4f583db2514674a1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d88e0738..5f9ed59f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.1.7](https://github.com/dhis2/user-app/compare/v100.1.6...v100.1.7) (2024-07-15) + + +### Bug Fixes + +* ignore case when sorting grouped authorities by name ([6f50370](https://github.com/dhis2/user-app/commit/6f50370ac1227e65fa66c41b4f583db2514674a1)) + ## [100.1.6](https://github.com/dhis2/user-app/compare/v100.1.5...v100.1.6) (2024-06-25) diff --git a/package.json b/package.json index eb9787c4..dc6afa11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "user-app", - "version": "100.1.6", + "version": "100.1.7", "description": "DHIS2 User app", "license": "BSD-3-Clause", "private": true,