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",