From 22bf46226ab056bc6d9952b493af5f0f82739604 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Fri, 3 Dec 2021 14:09:33 +0000 Subject: [PATCH] chore(release): cut 2.28.4 [skip ci] ## [2.28.4](https://github.com/dhis2/app-hub/compare/v2.28.3...v2.28.4) (2021-12-03) ### Bug Fixes * sort versions by created-date ([#577](https://github.com/dhis2/app-hub/issues/577)) ([0addf38](https://github.com/dhis2/app-hub/commit/0addf38dd7c20e6072fbb75258a6c3c0e0cfe534)) * validate app-name length ([#572](https://github.com/dhis2/app-hub/issues/572)) ([c6857eb](https://github.com/dhis2/app-hub/commit/c6857ebafd51bf198764aff6df2166a083e83b45)) --- CHANGELOG.md | 8 ++++++++ client/package.json | 2 +- package.json | 2 +- server/package.json | 2 +- tools/package.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4188ecdd1..49aa312da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.28.4](https://github.com/dhis2/app-hub/compare/v2.28.3...v2.28.4) (2021-12-03) + + +### Bug Fixes + +* sort versions by created-date ([#577](https://github.com/dhis2/app-hub/issues/577)) ([0addf38](https://github.com/dhis2/app-hub/commit/0addf38dd7c20e6072fbb75258a6c3c0e0cfe534)) +* validate app-name length ([#572](https://github.com/dhis2/app-hub/issues/572)) ([c6857eb](https://github.com/dhis2/app-hub/commit/c6857ebafd51bf198764aff6df2166a083e83b45)) + ## [2.28.3](https://github.com/dhis2/app-hub/compare/v2.28.2...v2.28.3) (2021-12-01) diff --git a/client/package.json b/client/package.json index 566f87936..1c26d22dc 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.28.3", + "version": "2.28.4", "description": "The App Hub Client", "repository": "https://github.com/dhis2/app-hub", "author": "Birk Johansson ", diff --git a/package.json b/package.json index 422f08760..76f2e7bea 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.28.3" + "version": "2.28.4" } diff --git a/server/package.json b/server/package.json index 6e78958fd..19d8d5670 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.28.3", + "version": "2.28.4", "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 9904315e2..79b2a4245 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.28.3", + "version": "2.28.4", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",