From 5e9bf00821460d99dc66dc9bb50688f3fe3e984a Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 20 Apr 2021 09:46:21 +0000 Subject: [PATCH] chore(release): cut 2.17.1 [skip ci] ## [2.17.1](https://github.com/dhis2/app-hub/compare/v2.17.0...v2.17.1) (2021-04-20) ### Bug Fixes * remove debug lines that spam logs ([#460](https://github.com/dhis2/app-hub/issues/460)) ([9059307](https://github.com/dhis2/app-hub/commit/9059307ececc7da600f0fd8a34a0b10afa952772)) --- 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 001a2e094..615069b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.17.1](https://github.com/dhis2/app-hub/compare/v2.17.0...v2.17.1) (2021-04-20) + + +### Bug Fixes + +* remove debug lines that spam logs ([#460](https://github.com/dhis2/app-hub/issues/460)) ([9059307](https://github.com/dhis2/app-hub/commit/9059307ececc7da600f0fd8a34a0b10afa952772)) + # [2.17.0](https://github.com/dhis2/app-hub/compare/v2.16.1...v2.17.0) (2021-04-15) diff --git a/client/package.json b/client/package.json index fd37830be..b4d5417f6 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.17.0", + "version": "2.17.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 bdf5c77ad..8f8d61642 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.17.0" + "version": "2.17.1" } diff --git a/server/package.json b/server/package.json index a1918c7a7..521eaec81 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.17.0", + "version": "2.17.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 14bc70a61..59c908b92 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.17.0", + "version": "2.17.1", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",