From f001afd3484ad825defbbf82ab060e3fba2302a1 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 1 Sep 2021 10:26:36 +0000 Subject: [PATCH] chore(release): cut 31.18.0 [skip ci] # [31.18.0](https://github.com/dhis2/dashboard-app/compare/v31.17.9...v31.18.0) (2021-09-01) ### Bug Fixes * disable or delete cypress tests that are currently broken [v37] ([#1925](https://github.com/dhis2/dashboard-app/issues/1925)) ([#1926](https://github.com/dhis2/dashboard-app/issues/1926)) ([264a999](https://github.com/dhis2/dashboard-app/commit/264a9996f90d4254b6f899840669158d3b7e154b)) * migrate from chart/pt to visualizations ([#1916](https://github.com/dhis2/dashboard-app/issues/1916)) ([b313a39](https://github.com/dhis2/dashboard-app/commit/b313a39b08b2fb80e0d436761d47e470b9f7b0d3)) ### Features * dashboard layout (DHIS2-3600) ([#1803](https://github.com/dhis2/dashboard-app/issues/1803)) ([75da018](https://github.com/dhis2/dashboard-app/commit/75da0186cb5c9ab98c6ea5498cba48e89c1c121e)) * offline dashboard ([#1700](https://github.com/dhis2/dashboard-app/issues/1700)) ([4103643](https://github.com/dhis2/dashboard-app/commit/4103643ff74c38b561d09b656063153fb68d2894)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ef84da0..27e2df15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [31.18.0](https://github.com/dhis2/dashboard-app/compare/v31.17.9...v31.18.0) (2021-09-01) + + +### Bug Fixes + +* disable or delete cypress tests that are currently broken [v37] ([#1925](https://github.com/dhis2/dashboard-app/issues/1925)) ([#1926](https://github.com/dhis2/dashboard-app/issues/1926)) ([264a999](https://github.com/dhis2/dashboard-app/commit/264a9996f90d4254b6f899840669158d3b7e154b)) +* migrate from chart/pt to visualizations ([#1916](https://github.com/dhis2/dashboard-app/issues/1916)) ([b313a39](https://github.com/dhis2/dashboard-app/commit/b313a39b08b2fb80e0d436761d47e470b9f7b0d3)) + + +### Features + +* dashboard layout (DHIS2-3600) ([#1803](https://github.com/dhis2/dashboard-app/issues/1803)) ([75da018](https://github.com/dhis2/dashboard-app/commit/75da0186cb5c9ab98c6ea5498cba48e89c1c121e)) +* offline dashboard ([#1700](https://github.com/dhis2/dashboard-app/issues/1700)) ([4103643](https://github.com/dhis2/dashboard-app/commit/4103643ff74c38b561d09b656063153fb68d2894)) + ## [31.17.9](https://github.com/dhis2/dashboard-app/compare/v31.17.8...v31.17.9) (2021-08-26) diff --git a/package.json b/package.json index c95984d79..ab56cabec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "31.17.9", + "version": "31.18.0", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",