From a8eac51d050b730836a9f5572271346ee2cdf4ac Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 9 Mar 2023 14:38:51 +0000 Subject: [PATCH] chore(release): cut 1.10.2 [skip ci] ## [1.10.2](https://github.com/dhis2/data-quality-app/compare/v1.10.1...v1.10.2) (2023-03-09) ### Bug Fixes * **DHIS2-14900:** bump dhis/ui version to fix ethiopic calendar bug ([#1011](https://github.com/dhis2/data-quality-app/issues/1011)) ([b833bc7](https://github.com/dhis2/data-quality-app/commit/b833bc7a8336311729ef66f688c38b3c215415e5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5851f259..98894d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.2](https://github.com/dhis2/data-quality-app/compare/v1.10.1...v1.10.2) (2023-03-09) + + +### Bug Fixes + +* **DHIS2-14900:** bump dhis/ui version to fix ethiopic calendar bug ([#1011](https://github.com/dhis2/data-quality-app/issues/1011)) ([b833bc7](https://github.com/dhis2/data-quality-app/commit/b833bc7a8336311729ef66f688c38b3c215415e5)) + ## [1.10.1](https://github.com/dhis2/data-quality-app/compare/v1.10.0...v1.10.1) (2023-03-02) diff --git a/package.json b/package.json index 765e071b..f79a4acd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-quality-app", - "version": "1.10.1", + "version": "1.10.2", "description": "", "license": "BSD-3-Clause", "private": true,