From 38ff0b9e4b4647013a20bac750eb664b050d9613 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 12 Feb 2024 13:40:55 +0000 Subject: [PATCH] chore(release): cut 1.5.37 [skip release] ## [1.5.37](https://github.com/dhis2/user-app/compare/v1.5.36...v1.5.37) (2024-02-12) ### Bug Fixes * add missing authority translations [DHIS2-16516] ([#1339](https://github.com/dhis2/user-app/issues/1339)) ([96698f8](https://github.com/dhis2/user-app/commit/96698f8543c0f2251f038d112586b6cd7ca88818)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 556cb4fe..036b7b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.37](https://github.com/dhis2/user-app/compare/v1.5.36...v1.5.37) (2024-02-12) + + +### Bug Fixes + +* add missing authority translations [DHIS2-16516] ([#1339](https://github.com/dhis2/user-app/issues/1339)) ([96698f8](https://github.com/dhis2/user-app/commit/96698f8543c0f2251f038d112586b6cd7ca88818)) + ## [1.5.36](https://github.com/dhis2/user-app/compare/v1.5.35...v1.5.36) (2023-12-24) diff --git a/package.json b/package.json index 443a3ff5..ff707049 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "user-app", - "version": "1.5.36", + "version": "1.5.37", "description": "DHIS2 User app", "license": "BSD-3-Clause", "private": true,