From ae94569b1782d6d36e883d34f6e5c7c4c8bbee75 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 28 Sep 2021 12:10:01 +0000 Subject: [PATCH] chore(release): cut 31.19.13 [skip ci] ## [31.19.13](https://github.com/dhis2/dashboard-app/compare/v31.19.12...v31.19.13) (2021-09-28) ### Bug Fixes * disable View as Chart/Table for non-thematic maps ([#1997](https://github.com/dhis2/dashboard-app/issues/1997)) ([cc1a44d](https://github.com/dhis2/dashboard-app/commit/cc1a44d2b3ce66b47a7aaf142b69da7c99f2a818)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d31a526ce..7877a9118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [31.19.13](https://github.com/dhis2/dashboard-app/compare/v31.19.12...v31.19.13) (2021-09-28) + + +### Bug Fixes + +* disable View as Chart/Table for non-thematic maps ([#1997](https://github.com/dhis2/dashboard-app/issues/1997)) ([cc1a44d](https://github.com/dhis2/dashboard-app/commit/cc1a44d2b3ce66b47a7aaf142b69da7c99f2a818)) + ## [31.19.12](https://github.com/dhis2/dashboard-app/compare/v31.19.11...v31.19.12) (2021-09-23) diff --git a/package.json b/package.json index c5fae98ba..abd1396f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "31.19.12", + "version": "31.19.13", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",