From 3cafaf494ffa15f673be31168a3c97c403114538 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 23 Apr 2019 19:17:56 +0000 Subject: [PATCH] chore(release): cut 0.0.18 [skip ci] ## [0.0.18](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.17...v0.0.18) (2019-04-23) ### Bug Fixes * adjustments to heights and positions in ItemSelector ([#17](https://github.com/dhis2/d2-ui-analytics/issues/17)) ([1edfdac](https://github.com/dhis2/d2-ui-analytics/commit/1edfdac)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9639644d9..5a9917079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.0.18](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.17...v0.0.18) (2019-04-23) + + +### Bug Fixes + +* adjustments to heights and positions in ItemSelector ([#17](https://github.com/dhis2/d2-ui-analytics/issues/17)) ([1edfdac](https://github.com/dhis2/d2-ui-analytics/commit/1edfdac)) + ## [0.0.17](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.16...v0.0.17) (2019-04-23) diff --git a/package.json b/package.json index beda90cc9..ff0440840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/d2-ui-analytics", - "version": "0.0.17", + "version": "0.0.18", "main": "./build/index.js", "sideEffects": false, "repository": "git@github.com:dhis2/d2-ui-analytics.git",