From bc33707eacf9e1632b9abe039362d717068b33d3 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 16 Mar 2020 11:06:54 +0000 Subject: [PATCH] chore(release): cut 34.3.29 [skip ci] ## [34.3.29](https://github.com/dhis2/data-visualizer-app/compare/v34.3.28...v34.3.29) (2020-03-16) ### Bug Fixes * analytics@4.3.20 ([#801](https://github.com/dhis2/data-visualizer-app/issues/801)) ([87c6ca0](https://github.com/dhis2/data-visualizer-app/commit/87c6ca04ed02ef95f1c2c43e6d597f62c75d5e2f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/app/package.json | 4 ++-- packages/plugin/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d645c31ba7..6f051899a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [34.3.29](https://github.com/dhis2/data-visualizer-app/compare/v34.3.28...v34.3.29) (2020-03-16) + + +### Bug Fixes + +* analytics@4.3.20 ([#801](https://github.com/dhis2/data-visualizer-app/issues/801)) ([87c6ca0](https://github.com/dhis2/data-visualizer-app/commit/87c6ca04ed02ef95f1c2c43e6d597f62c75d5e2f)) + ## [34.3.28](https://github.com/dhis2/data-visualizer-app/compare/v34.3.27...v34.3.28) (2020-03-11) diff --git a/package.json b/package.json index 4fc7f8b567..dfe6c7fd3a 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,5 @@ "workspaces": [ "packages/*" ], - "version": "34.3.28" + "version": "34.3.29" } diff --git a/packages/app/package.json b/packages/app/package.json index 58f836c7fa..f1897ff0dd 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "data-visualizer-app", - "version": "34.3.28", + "version": "34.3.29", "description": "DHIS2 Data Visualizer app", "license": "BSD-3-Clause", "private": true, @@ -18,7 +18,7 @@ "@dhis2/d2-ui-core": "^6.5.5", "@dhis2/d2-ui-file-menu": "^6.5.10", "@dhis2/d2-ui-interpretations": "^6.5.5", - "@dhis2/data-visualizer-plugin": "34.3.28", + "@dhis2/data-visualizer-plugin": "34.3.29", "@dhis2/ui-core": "*", "@material-ui/core": "^3.1.2", "@material-ui/icons": "^3.0.1", diff --git a/packages/plugin/package.json b/packages/plugin/package.json index e26e733c82..74b92702bd 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/data-visualizer-plugin", - "version": "34.3.28", + "version": "34.3.29", "description": "DHIS2 Data Visualizer plugin", "main": "./build/cjs/lib.js", "module": "./build/es/lib.js",