From e1f19b047ce1ca6e8114827f94a3f9cbba9bef29 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 22 May 2019 11:41:58 +0000 Subject: [PATCH] chore(release): cut 1.0.4 [skip ci] ## [1.0.4](https://github.com/dhis2/d2-ui-analytics/compare/v1.0.3...v1.0.4) (2019-05-22) ### Bug Fixes * **layout module:** move/add functions, constants and tests from DV app ([#25](https://github.com/dhis2/d2-ui-analytics/issues/25)) ([7c8658f](https://github.com/dhis2/d2-ui-analytics/commit/7c8658f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6bfacaa3..cf7d0c833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/dhis2/d2-ui-analytics/compare/v1.0.3...v1.0.4) (2019-05-22) + + +### Bug Fixes + +* **layout module:** move/add functions, constants and tests from DV app ([#25](https://github.com/dhis2/d2-ui-analytics/issues/25)) ([7c8658f](https://github.com/dhis2/d2-ui-analytics/commit/7c8658f)) + ## [1.0.3](https://github.com/dhis2/d2-ui-analytics/compare/v1.0.2...v1.0.3) (2019-05-07) diff --git a/package.json b/package.json index 181cfdc19..c425f57db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/d2-ui-analytics", - "version": "1.0.3", + "version": "1.0.4", "main": "./build/index.js", "sideEffects": false, "repository": "git@github.com:dhis2/d2-ui-analytics.git",