From 6704c81eee93e288a6b208b9ed89f39b9b0f272c Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 17 Jun 2024 13:36:09 +0000 Subject: [PATCH] chore(release): cut 100.5.6 [skip release] ## [100.5.6](https://github.com/dhis2/data-visualizer-app/compare/v100.5.5...v100.5.6) (2024-06-17) ### Bug Fixes * separator for hundreds, thousands and millions missing in Pie charts (DHIS2-16172) ([#3093](https://github.com/dhis2/data-visualizer-app/issues/3093)) ([286de25](https://github.com/dhis2/data-visualizer-app/commit/286de250ce4758e4387bc3f3bd8e497e6c407d97)) * use improved rich text editor from analytics (DHIS2-15522) ([03069f1](https://github.com/dhis2/data-visualizer-app/commit/03069f1128a9613f9db694c715f3c2e165b46e25)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 647fca1d0..9aa7d3e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [100.5.6](https://github.com/dhis2/data-visualizer-app/compare/v100.5.5...v100.5.6) (2024-06-17) + + +### Bug Fixes + +* separator for hundreds, thousands and millions missing in Pie charts (DHIS2-16172) ([#3093](https://github.com/dhis2/data-visualizer-app/issues/3093)) ([286de25](https://github.com/dhis2/data-visualizer-app/commit/286de250ce4758e4387bc3f3bd8e497e6c407d97)) +* use improved rich text editor from analytics (DHIS2-15522) ([03069f1](https://github.com/dhis2/data-visualizer-app/commit/03069f1128a9613f9db694c715f3c2e165b46e25)) + ## [100.5.5](https://github.com/dhis2/data-visualizer-app/compare/v100.5.4...v100.5.5) (2024-06-06) diff --git a/package.json b/package.json index db9f0c04b..223010075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-visualizer-app", - "version": "100.5.5", + "version": "100.5.6", "description": "DHIS2 Data Visualizer", "license": "BSD-3-Clause", "private": true,