From 3c2c801bd89fb98f89a9246e6ae3d405c9a62f2f Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 16 May 2019 12:56:25 +0000 Subject: [PATCH] chore(release): cut 2.2.0 [skip ci] # [2.2.0](https://github.com/dhis2/ui/compare/v2.1.2...v2.2.0) (2019-05-16) ### Features * use a portal to overlay the loader ([#223](https://github.com/dhis2/ui/issues/223)) ([61b5581](https://github.com/dhis2/ui/commit/61b5581)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f42a9e7..3d4592782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/dhis2/ui/compare/v2.1.2...v2.2.0) (2019-05-16) + + +### Features + +* use a portal to overlay the loader ([#223](https://github.com/dhis2/ui/issues/223)) ([61b5581](https://github.com/dhis2/ui/commit/61b5581)) + ## [2.1.2](https://github.com/dhis2/ui/compare/v2.1.1...v2.1.2) (2019-05-15) diff --git a/package.json b/package.json index a3d03b0ad..4cb16e1d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-core", - "version": "2.1.2", + "version": "2.2.0", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "sideEffects": false,