From cf5258483e6cda698ce0a4aeacc1409341eae047 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 30 Apr 2020 13:07:04 +0000 Subject: [PATCH] chore(release): cut 4.19.1 [skip ci] ## [4.19.1](https://github.com/dhis2/ui-core/compare/v4.19.0...v4.19.1) (2020-04-30) ### Bug Fixes * **tooltip:** allow either function or node as children ([cecfc16](https://github.com/dhis2/ui-core/commit/cecfc162d7c78e26270ff20310cef1734dd2763b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da2679191..8d2eadbce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.19.1](https://github.com/dhis2/ui-core/compare/v4.19.0...v4.19.1) (2020-04-30) + + +### Bug Fixes + +* **tooltip:** allow either function or node as children ([cecfc16](https://github.com/dhis2/ui-core/commit/cecfc162d7c78e26270ff20310cef1734dd2763b)) + # [4.19.0](https://github.com/dhis2/ui-core/compare/v4.18.0...v4.19.0) (2020-04-24) diff --git a/package.json b/package.json index c20677e60..05f9a2ef0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dhis2/ui-core", "description": "Component primitives for DHIS2 user interfaces", - "version": "4.19.0", + "version": "4.19.1", "main": "build/cjs/lib.js", "module": "build/es/lib.js", "sideEffects": false,