From 9600c4236a862f01277380cb28b2b010b7761539 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 4 Dec 2019 09:09:35 +0000 Subject: [PATCH] chore(release): cut 4.1.1 [skip ci] ## [4.1.1](https://github.com/dhis2/ui/compare/v4.1.0...v4.1.1) (2019-12-04) ### Reverts * "feat: transfer feature files and fixes" ([765a51b](https://github.com/dhis2/ui/commit/765a51bbed84f0d07745cd52ab08dc9568e16ffc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2fcfc403..fd576a9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.1](https://github.com/dhis2/ui/compare/v4.1.0...v4.1.1) (2019-12-04) + + +### Reverts + +* "feat: transfer feature files and fixes" ([765a51b](https://github.com/dhis2/ui/commit/765a51bbed84f0d07745cd52ab08dc9568e16ffc)) + # [4.1.0](https://github.com/dhis2/ui/compare/v4.0.3...v4.1.0) (2019-12-03) diff --git a/package.json b/package.json index 58e8fe068..35077180b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/ui-core", - "version": "4.1.0", + "version": "4.1.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "sideEffects": false,