From 5d4e611b75d396b5c77fb1fe0b550730f89d14c5 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 26 Sep 2024 13:30:29 +0000 Subject: [PATCH] chore(release): cut 100.3.0 [skip release] # [100.3.0](https://github.com/dhis2/dashboard-app/compare/v100.2.5...v100.3.0) (2024-09-26) ### Features * improve support for right-to-left languages in Dashboard app ([#2985](https://github.com/dhis2/dashboard-app/issues/2985)) ([9b3b585](https://github.com/dhis2/dashboard-app/commit/9b3b58535592dfab1db7056abe5617311db3da75)), closes [ui#1448](https://github.com/ui/issues/1448) [app-platform#825](https://github.com/app-platform/issues/825) [cli-style#464](https://github.com/cli-style/issues/464) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1342f5d6a..9c6e8af66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.3.0](https://github.com/dhis2/dashboard-app/compare/v100.2.5...v100.3.0) (2024-09-26) + + +### Features + +* improve support for right-to-left languages in Dashboard app ([#2985](https://github.com/dhis2/dashboard-app/issues/2985)) ([9b3b585](https://github.com/dhis2/dashboard-app/commit/9b3b58535592dfab1db7056abe5617311db3da75)), closes [ui#1448](https://github.com/ui/issues/1448) [app-platform#825](https://github.com/app-platform/issues/825) [cli-style#464](https://github.com/cli-style/issues/464) + ## [100.2.5](https://github.com/dhis2/dashboard-app/compare/v100.2.4...v100.2.5) (2024-08-27) diff --git a/package.json b/package.json index 19102d43f..cedaff5ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "100.2.5", + "version": "100.3.0", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",