From 4748afe6e30353be702c247410d94b15f3943f5c Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 1 Sep 2020 17:02:20 +0000 Subject: [PATCH] chore(release): cut 2.7.1 [skip ci] ## [2.7.1](https://github.com/dhis2/app-hub/compare/v2.7.0...v2.7.1) (2020-09-01) ### Bug Fixes * prevent error when saving unmodified version ([572cd2d](https://github.com/dhis2/app-hub/commit/572cd2d4ba56cbdb7e7eb9fd02d9a700e39ce350)) --- 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 992316000..939827f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.7.1](https://github.com/dhis2/app-hub/compare/v2.7.0...v2.7.1) (2020-09-01) + + +### Bug Fixes + +* prevent error when saving unmodified version ([572cd2d](https://github.com/dhis2/app-hub/commit/572cd2d4ba56cbdb7e7eb9fd02d9a700e39ce350)) + # [2.7.0](https://github.com/dhis2/app-hub/compare/v2.6.4...v2.7.0) (2020-08-27) diff --git a/client/package.json b/client/package.json index 17652dbc2..a3515148f 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.7.0", + "version": "2.7.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 51e57249f..5b30bdf75 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.7.0" + "version": "2.7.1" } diff --git a/server/package.json b/server/package.json index 24edcfc99..837aaa066 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.7.0", + "version": "2.7.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 d80eeea6d..ecdcfeafe 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.7.0", + "version": "2.7.1", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",