From c631fa6a43c19afdc8313ed2be57b23479c9c79b Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Fri, 1 Oct 2021 14:20:07 +0000 Subject: [PATCH] chore(release): cut 31.19.15 [skip ci] ## [31.19.15](https://github.com/dhis2/dashboard-app/compare/v31.19.14...v31.19.15) (2021-10-01) ### Bug Fixes * disable layout when offline ([#2007](https://github.com/dhis2/dashboard-app/issues/2007)) ([6af98f1](https://github.com/dhis2/dashboard-app/commit/6af98f13dad4b15763cbff7e84ef79be774b5b14)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c845fe7..8b379c092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [31.19.15](https://github.com/dhis2/dashboard-app/compare/v31.19.14...v31.19.15) (2021-10-01) + + +### Bug Fixes + +* disable layout when offline ([#2007](https://github.com/dhis2/dashboard-app/issues/2007)) ([6af98f1](https://github.com/dhis2/dashboard-app/commit/6af98f13dad4b15763cbff7e84ef79be774b5b14)) + ## [31.19.14](https://github.com/dhis2/dashboard-app/compare/v31.19.13...v31.19.14) (2021-10-01) diff --git a/package.json b/package.json index 9005bb393..5c3250ba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "31.19.14", + "version": "31.19.15", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",