From 9b05c80bea7f734fb952fa875dfdd29e544c6b24 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 4 May 2020 11:50:45 +0000 Subject: [PATCH] chore(release): cut 2.4.1 [skip ci] ## [2.4.1](https://github.com/dhis2/app-hub/compare/v2.4.0...v2.4.1) (2020-05-04) ### Bug Fixes * show org name instead of individual dev ([ddfe97d](https://github.com/dhis2/app-hub/commit/ddfe97da373cd801873d49bd2102cd5bf60d22fa)) --- CHANGELOG.md | 7 +++++++ client/package.json | 2 +- package.json | 2 +- server/package.json | 2 +- tools/package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d26f75652..87670839b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.1](https://github.com/dhis2/app-hub/compare/v2.4.0...v2.4.1) (2020-05-04) + + +### Bug Fixes + +* show org name instead of individual dev ([ddfe97d](https://github.com/dhis2/app-hub/commit/ddfe97da373cd801873d49bd2102cd5bf60d22fa)) + # [2.4.0](https://github.com/dhis2/app-hub/compare/v2.3.5...v2.4.0) (2020-05-04) diff --git a/client/package.json b/client/package.json index d36428c04..86f061eb2 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.4.0", + "version": "2.4.1", "description": "The App Hub Client", "main": "src/index.js", "repository": "https://github.com/dhis2/app-hub", diff --git a/package.json b/package.json index d910cb2be..e97a12202 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.4.0" + "version": "2.4.1" } diff --git a/server/package.json b/server/package.json index 36db0186b..7f34a2cfc 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.4.0", + "version": "2.4.1", "description": "The App Hub Server", "main": "src/main.js", "repository": "https://github.com/dhis2/app-hub", diff --git a/tools/package.json b/tools/package.json index 11f56b9ce..deed8fb17 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.4.0", + "version": "2.4.1", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",