From 8482fa1a2a3666496990158ea27db0aea21ac364 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Fri, 24 Apr 2020 10:34:34 +0000 Subject: [PATCH] chore(release): cut 4.19.0 [skip ci] # [4.19.0](https://github.com/dhis2/ui-core/compare/v4.18.0...v4.19.0) (2020-04-24) ### Features * **transfer:** add component ([aaeaaa3](https://github.com/dhis2/ui-core/commit/aaeaaa3f60b793b85ef93d8647dd0c056e2c8c9e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46547f1aa..da2679191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.19.0](https://github.com/dhis2/ui-core/compare/v4.18.0...v4.19.0) (2020-04-24) + + +### Features + +* **transfer:** add component ([aaeaaa3](https://github.com/dhis2/ui-core/commit/aaeaaa3f60b793b85ef93d8647dd0c056e2c8c9e)) + # [4.18.0](https://github.com/dhis2/ui-core/compare/v4.17.1...v4.18.0) (2020-04-22) diff --git a/package.json b/package.json index 1807f68d0..c20677e60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dhis2/ui-core", "description": "Component primitives for DHIS2 user interfaces", - "version": "4.18.0", + "version": "4.19.0", "main": "build/cjs/lib.js", "module": "build/es/lib.js", "sideEffects": false,