From c69a3c8d93a152702d8f56f7d0f678a74c8ca3b7 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 21 Sep 2022 16:25:19 +0000 Subject: [PATCH] chore(release): cut 2.31.0 [skip release] # [2.31.0](https://github.com/dhis2/app-hub/compare/v2.30.2...v2.31.0) (2022-09-21) ### Bug Fixes * add missing file ([35caab5](https://github.com/dhis2/app-hub/commit/35caab5d4923b4fc0eafec1003c194890bc12c30)) * add missing markdown icon ([3f36fdf](https://github.com/dhis2/app-hub/commit/3f36fdf95c15923efac128e14bc8ac147e1d7fa1)) * add note about markdown support ([e31443e](https://github.com/dhis2/app-hub/commit/e31443ec5cfb0dc9585fdc04eb63b158d27ddd3f)) * add support for DHIS2 2.39 ([dc6958d](https://github.com/dhis2/app-hub/commit/dc6958d7805af05235cd779cc25cef11f6b5ac9b)) * **appdescription:** css and style cleanup ([0b7758f](https://github.com/dhis2/app-hub/commit/0b7758f68adb5e6ffd348a65c29940c08961266e)) * line-clamp in safari ([b9382bd](https://github.com/dhis2/app-hub/commit/b9382bd87b806390bbdaad1693a2ccf62f083566)) * update markdown-guide url ([fb10680](https://github.com/dhis2/app-hub/commit/fb10680bbbeb9df4aecf4807525ea6123424ea0a)) * **version:** close modal when deleting version ([b17a33f](https://github.com/dhis2/app-hub/commit/b17a33f1bb5a2304382267973279dc2079a5388d)) ### Features * **appupload:** add markdown-preview for description ([c0434fe](https://github.com/dhis2/app-hub/commit/c0434fe5576b67d6dad5b3cde70b5a0c57965980)) * **description:** support for markdown ([11548ee](https://github.com/dhis2/app-hub/commit/11548eed6cea5289a82067512d30d6f87534ee23)) * **editapp:** add preview for markdown ([313fc6e](https://github.com/dhis2/app-hub/commit/313fc6ede1fe16524edcc107481062d6377ab5c6)) --- CHANGELOG.md | 21 +++++++++++++++++++++ client/package.json | 2 +- package.json | 2 +- server/package.json | 2 +- tools/package.json | 2 +- 5 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9bacd7e4..749ee83af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [2.31.0](https://github.com/dhis2/app-hub/compare/v2.30.2...v2.31.0) (2022-09-21) + + +### Bug Fixes + +* add missing file ([35caab5](https://github.com/dhis2/app-hub/commit/35caab5d4923b4fc0eafec1003c194890bc12c30)) +* add missing markdown icon ([3f36fdf](https://github.com/dhis2/app-hub/commit/3f36fdf95c15923efac128e14bc8ac147e1d7fa1)) +* add note about markdown support ([e31443e](https://github.com/dhis2/app-hub/commit/e31443ec5cfb0dc9585fdc04eb63b158d27ddd3f)) +* add support for DHIS2 2.39 ([dc6958d](https://github.com/dhis2/app-hub/commit/dc6958d7805af05235cd779cc25cef11f6b5ac9b)) +* **appdescription:** css and style cleanup ([0b7758f](https://github.com/dhis2/app-hub/commit/0b7758f68adb5e6ffd348a65c29940c08961266e)) +* line-clamp in safari ([b9382bd](https://github.com/dhis2/app-hub/commit/b9382bd87b806390bbdaad1693a2ccf62f083566)) +* update markdown-guide url ([fb10680](https://github.com/dhis2/app-hub/commit/fb10680bbbeb9df4aecf4807525ea6123424ea0a)) +* **version:** close modal when deleting version ([b17a33f](https://github.com/dhis2/app-hub/commit/b17a33f1bb5a2304382267973279dc2079a5388d)) + + +### Features + +* **appupload:** add markdown-preview for description ([c0434fe](https://github.com/dhis2/app-hub/commit/c0434fe5576b67d6dad5b3cde70b5a0c57965980)) +* **description:** support for markdown ([11548ee](https://github.com/dhis2/app-hub/commit/11548eed6cea5289a82067512d30d6f87534ee23)) +* **editapp:** add preview for markdown ([313fc6e](https://github.com/dhis2/app-hub/commit/313fc6ede1fe16524edcc107481062d6377ab5c6)) + ## [2.30.2](https://github.com/dhis2/app-hub/compare/v2.30.1...v2.30.2) (2022-05-05) diff --git a/client/package.json b/client/package.json index 06a687e42..36989fdba 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.30.2", + "version": "2.31.0", "description": "The App Hub Client", "repository": "https://github.com/dhis2/app-hub", "author": "Birk Johansson ", diff --git a/package.json b/package.json index 86c89a474..6a4c271c5 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.30.2" + "version": "2.31.0" } diff --git a/server/package.json b/server/package.json index eb1d14fd2..079177891 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.30.2", + "version": "2.31.0", "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 a37451d74..63c8ccf6b 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.30.2", + "version": "2.31.0", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",