From b38f2d7d3955b7c7a5052726b878ecf9d55573ec Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 2 Apr 2020 12:16:59 +0000 Subject: [PATCH] chore(release): cut 2.1.1 [skip ci] ## [2.1.1](https://github.com/dhis2/app-hub/compare/v2.1.0...v2.1.1) (2020-04-02) ### Bug Fixes * incorrect down migration ([52c0b09](https://github.com/dhis2/app-hub/commit/52c0b099418b18675f53950fe3bcba7ecbf63474)) * split media to own table/app/version ([7c5f451](https://github.com/dhis2/app-hub/commit/7c5f4513672e61004ea94aa3ce09f8a6b131b0e4)) * update apps_view to use app_media ([79c89fa](https://github.com/dhis2/app-hub/commit/79c89faf0d8d9fb3b1dff8b1442fa4e81f540c58)) --- CHANGELOG.md | 8 ++++++++ client/package.json | 2 +- package.json | 3 ++- server/package.json | 2 +- tools/package.json | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..865ff6afe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +## [2.1.1](https://github.com/dhis2/app-hub/compare/v2.1.0...v2.1.1) (2020-04-02) + + +### Bug Fixes + +* incorrect down migration ([52c0b09](https://github.com/dhis2/app-hub/commit/52c0b099418b18675f53950fe3bcba7ecbf63474)) +* split media to own table/app/version ([7c5f451](https://github.com/dhis2/app-hub/commit/7c5f4513672e61004ea94aa3ce09f8a6b131b0e4)) +* update apps_view to use app_media ([79c89fa](https://github.com/dhis2/app-hub/commit/79c89faf0d8d9fb3b1dff8b1442fa4e81f540c58)) diff --git a/client/package.json b/client/package.json index ff69f7c4f..cedf13e08 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "1.0.0", + "version": "2.1.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 73d332622..f3cd701c9 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,6 @@ }, "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true - } + }, + "version": "2.1.1" } diff --git a/server/package.json b/server/package.json index 18f32c22f..23606e1c9 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "1.0.0", + "version": "2.1.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 b6574a2a4..a631b6e88 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "1.0.0", + "version": "2.1.1", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",