From 077051c9bdf3ffb3449a1c385674bc88a617e69a Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 1 Dec 2021 14:19:28 +0000 Subject: [PATCH] chore(release): cut 2.28.3 [skip ci] ## [2.28.3](https://github.com/dhis2/app-hub/compare/v2.28.2...v2.28.3) (2021-12-01) ### Bug Fixes * **filter:** properly include version if maxDhisVersion is empty ([#593](https://github.com/dhis2/app-hub/issues/593)) ([c4ce7c8](https://github.com/dhis2/app-hub/commit/c4ce7c80a1bdd515151001994c02a6e296786983)) --- 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 5b787f7d7..be22794f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.28.3](https://github.com/dhis2/app-hub/compare/v2.28.2...v2.28.3) (2021-12-01) + + +### Bug Fixes + +* **filter:** properly include version if maxDhisVersion is empty ([#593](https://github.com/dhis2/app-hub/issues/593)) ([c4ce7c8](https://github.com/dhis2/app-hub/commit/c4ce7c80a1bdd515151001994c02a6e296786983)) + ## [2.28.2](https://github.com/dhis2/app-hub/compare/v2.28.1...v2.28.2) (2021-11-30) diff --git a/client/package.json b/client/package.json index 274ea6551..566f87936 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.28.2", + "version": "2.28.3", "description": "The App Hub Client", "repository": "https://github.com/dhis2/app-hub", "author": "Birk Johansson ", diff --git a/package.json b/package.json index c5c4dbb8b..422f08760 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.28.2" + "version": "2.28.3" } diff --git a/server/package.json b/server/package.json index 13f6a3bd0..6e78958fd 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.28.2", + "version": "2.28.3", "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 6ff898040..9904315e2 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.28.2", + "version": "2.28.3", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",