From a713f3611f0d4eaabe224ff7ea72d31476083992 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 13 Oct 2021 10:48:36 +0000 Subject: [PATCH] chore(release): cut 2.27.1 [skip ci] ## [2.27.1](https://github.com/dhis2/app-hub/compare/v2.27.0...v2.27.1) (2021-10-13) ### Bug Fixes * limit versions returned from /apps endpoints ([#570](https://github.com/dhis2/app-hub/issues/570)) ([74550df](https://github.com/dhis2/app-hub/commit/74550df55f2ed076ea09aa3d798feafc0e37b50f)) --- 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 21d4664bc..5a1ee7752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.27.1](https://github.com/dhis2/app-hub/compare/v2.27.0...v2.27.1) (2021-10-13) + + +### Bug Fixes + +* limit versions returned from /apps endpoints ([#570](https://github.com/dhis2/app-hub/issues/570)) ([74550df](https://github.com/dhis2/app-hub/commit/74550df55f2ed076ea09aa3d798feafc0e37b50f)) + # [2.27.0](https://github.com/dhis2/app-hub/compare/v2.26.0...v2.27.0) (2021-10-12) diff --git a/client/package.json b/client/package.json index 43b5c362e..f99c8f0bc 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.27.0", + "version": "2.27.1", "description": "The App Hub Client", "repository": "https://github.com/dhis2/app-hub", "author": "Birk Johansson ", diff --git a/package.json b/package.json index 57aa58eae..2dda08926 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.27.0" + "version": "2.27.1" } diff --git a/server/package.json b/server/package.json index 89d227d96..8e7aedacf 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.27.0", + "version": "2.27.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 c4b37652d..ab116699a 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.27.0", + "version": "2.27.1", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",