From f3ddbbba0b3712b47cb3a8997eb2f81ffcca0269 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 14 Mar 2023 08:31:17 +0000 Subject: [PATCH] chore(release): cut 99.10.13 [skip ci] ## [99.10.13](https://github.com/dhis2/dashboard-app/compare/v99.10.12...v99.10.13) (2023-03-14) ### Bug Fixes * use baseUrl from useConfig hook to avoid undefined value ([#2242](https://github.com/dhis2/dashboard-app/issues/2242)) ([99f308e](https://github.com/dhis2/dashboard-app/commit/99f308e6061bccefc0834ce597360458ac81f602)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 445f5546b..0bd53ad83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [99.10.13](https://github.com/dhis2/dashboard-app/compare/v99.10.12...v99.10.13) (2023-03-14) + + +### Bug Fixes + +* use baseUrl from useConfig hook to avoid undefined value ([#2242](https://github.com/dhis2/dashboard-app/issues/2242)) ([99f308e](https://github.com/dhis2/dashboard-app/commit/99f308e6061bccefc0834ce597360458ac81f602)) + ## [99.10.12](https://github.com/dhis2/dashboard-app/compare/v99.10.11...v99.10.12) (2023-03-10) diff --git a/package.json b/package.json index 68e17caa6..da7d7e93a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "99.10.12", + "version": "99.10.13", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",