From e686992b55f28c82124fbdfa26f2b1c5e38a1180 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 23 Apr 2019 07:25:04 +0000 Subject: [PATCH] chore(release): cut 0.0.15 [skip ci] ## [0.0.15](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.14...v0.0.15) (2019-04-23) ### Bug Fixes * set overflow to auto to only show scrollbar when needed([#15](https://github.com/dhis2/d2-ui-analytics/issues/15)) ([2d2f1c2](https://github.com/dhis2/d2-ui-analytics/commit/2d2f1c2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f448be9bf..5e9133881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.0.15](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.14...v0.0.15) (2019-04-23) + + +### Bug Fixes + +* set overflow to auto to only show scrollbar when needed([#15](https://github.com/dhis2/d2-ui-analytics/issues/15)) ([2d2f1c2](https://github.com/dhis2/d2-ui-analytics/commit/2d2f1c2)) + ## [0.0.14](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.13...v0.0.14) (2019-04-15) diff --git a/package.json b/package.json index 54844e74d..5a40cf0e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/d2-ui-analytics", - "version": "0.0.14", + "version": "0.0.15", "main": "./build/index.js", "sideEffects": false, "repository": "git@github.com:dhis2/d2-ui-analytics.git",